(solved) Cannot access phpMyAdmin on web host vsp

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

bowlesj
Forum Contributor
Posts: 179
Joined: Fri Jul 18, 2014 1:54 pm

Re: Cannot access phpMyAdmin on web host vsp

Post by bowlesj »

I fixed it. I fully commented out this line in the php.ini file.

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
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
Post Reply