Tagged Questions
-1
votes
0answers
21 views
Install PHP with MYSQLi extension [closed]
I am setting up a server with the php and mysql. I installed php version 5.3.25 and the latest version of mysql. All setups went fine. so i downloaded phpmyadmin and placed it in the webserver's ...
1
vote
1answer
33 views
Move the DokuWiki data directory somewhere else?
I need to move the DokuWiki data directory away from its default location (because I keep the installation and configuration in version control, but data needs to kept elsewhere, in order to be ...
1
vote
3answers
234 views
Why isn't my PHP file running?
I recently installed Apache and later installed PHP too.
When I browse to http://localhost/index.html it displays the default Apache page "it works".
But when i try to run ...
0
votes
3answers
985 views
My php.ini configuration is being ignored - how can I override the error reporting level in my PHP scripts?
Just migrated to a new server, and its error reporting level for PHP is higher than the server we migrated from. It's showing warnings and notes about deprecated PHP.
While obviously, the long term ...