Hi everyone! Was wondering if someone might be able to help me make sense of this so I can fix these types of errors!
It looks simple enough but it doesn't seem to be working for me!
PHP Warning: require_once(): open_basedir restriction in effect. File(C:\Inetpub\wwwroot\
phpMyAdmin\libraries\common.inc.php) is not within the allowed path(s): (”C:\Inetpub) in C:\Inetpub
\wwwroot\phpMyAdmin\index.php on line 35 PHP Warning: require_once(C:\Inetpub\wwwroot
\phpMyAdmin\libraries\common.inc.php): failed to open stream: Operation not permitted in C:\Inetpub
\wwwroot\phpMyAdmin\index.php on line 35 PHP Fatal error: require_once(): Failed opening required
'./libraries/common.inc.php' (include_path='.;C:\PHP\PEAR\') in C:\Inetpub\wwwroot\phpMyAdmin\index.php on line 35
I edit php.ini but it doesn't seem to help!
I got to the point that I tried to open everything! lol ...
open_basedir=”C:\Inetpub\;C:\Inetpub\temp\;C:\PHP\;C:\Inetpub\wwwroot\WebMplayer\;
C:\Inetpub\wwwroot\gab\;C:\Inetpub\wwwroot\mysite\;C:\Inetpub\wwwroot\phpMyAdmin\;C:\PHP\PEAR\;”
... if this would have even worked! I read so many conflicting posts and blogs on this stuff that none of it is making any sense! Sorry, I am a real noob at this PHP/SQL stuff!