A friendly note from your hoster :D
Posted: Wed Sep 28, 2005 2:59 pm
Hi guys, I noticed y'all had some coder reinforcements which is good, but I spotted this error just now:
The PHP on the shared server (the one ao-universe is on) is pretty tied down with restrictions, so when you include headers, always use either a relative path (../header.php) or go for a complete path.
{edit for clarification}
If you need certain restrictions lifted (or amended, etc. such as memory limits or execution time), let me know and I'll see whether that's possible to do
Code: Select all
Warning: main() [function.main]: open_basedir restriction in effect. File(/header.php) is not within the allowed path(s): (/tmp:/home/xirictrl/hosted/www/aouniverse/ao-universe.com) in /home/xirictrl/hosted/www/aouniverse/ao-universe.com/www/editorials/editorial09.php on line 3
Warning: main(/header.php) [function.main]: failed to open stream: Operation not permitted in /home/xirictrl/hosted/www/aouniverse/ao-universe.com/www/editorials/editorial09.php on line 3
Warning: main() [function.include]: Failed opening '/header.php' for inclusion (include_path='.:/usr/lib/php:/home/xirictrl/hosted/www/aouniverse/ao-universe.com:/home/xirictrl/hosted/www/aouniverse') in /home/xirictrl/hosted/www/aouniverse/ao-universe.com/www/editorials/editorial09.php on line 3
{edit for clarification}
If you need certain restrictions lifted (or amended, etc. such as memory limits or execution time), let me know and I'll see whether that's possible to do
