Forum Moderators: coopster
When I run either <?php phpinfo();?> or <? phpinfo();?> I get no output.
php -r "phpinfo();" from the console reports this:
I'm running Fedora 7, and I did recently reboot and allowed all the software updates to install, but I can't say for sure if that caused the problem.
Has this ever happened to anyone? Any suggestions?
Thanks!
[edited by: jatar_k at 3:27 pm (utc) on Aug. 31, 2007]
[edit reason] trimmed dump [/edit]
[Fri Aug 31 11:46:58 2007] [error] [client 192.168.1.1] PHP Warning: Unknown: open_basedir restriction in effect. File(/var/www/html/atvCommon/test1.php) is not within the allowed path(s): (/home:/usr:/tmp) in Unknown on line 0
[Fri Aug 31 11:46:58 2007] [error] [client 192.168.1.1] PHP Warning: Unknown: failed to open stream: Operation not permitted in Unknown on line 0
[Fri Aug 31 11:46:58 2007] [error] [client 192.168.1.1] PHP Fatal error: Unknown: Failed opening required '/var/www/html/atvCommon/test1.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
What is causing this, and how do I fix it?