Re: Cannot access phpMyAdmin on web host vsp
Posted: Sun Mar 29, 2015 1:55 pm
I fixed it. I fully commented out this line in the php.ini file.
I had to put a path in this open_basedir= to get things to work before. It was working this way for several weeks. Before this change the value was null. As you can see now the value is fully commented out.
Thanks for pointing me in this direction Celauran,
John
Code: Select all
;open_basedir="/var/www/html/" ;jwb this was null like the disable_functions command below. I entered the value where my website pages will be
Thanks for pointing me in this direction Celauran,
John