Zeep
09-26-2006, 05:19 AM
So, I log onto my school outdoor club's website today, the one i'm the webmaster for, and see this:
Warning: main(): open_basedir restriction in effect. File(/resources/header.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 1
Warning: main(/resources/header.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 1
Warning: main(): open_basedir restriction in effect. File(/resources/header.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 1
Warning: main(/resources/header.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 1
Warning: main(): Failed opening '/resources/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 1
Warning: main(): open_basedir restriction in effect. File(/resources/main/listevents.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 13
Warning: main(/resources/main/listevents.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 13
Warning: main(): open_basedir restriction in effect. File(/resources/main/listevents.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 13
Warning: main(/resources/main/listevents.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 13
Warning: main(): Failed opening '/resources/main/listevents.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 13
Warning: main(): open_basedir restriction in effect. File(/resources/main/dailycalendar.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 15
Warning: main(/resources/main/dailycalendar.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 15
Warning: main(): open_basedir restriction in effect. File(/resources/main/dailycalendar.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 15
Warning: main(/resources/main/dailycalendar.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 15
Warning: main(): Failed opening '/resources/main/dailycalendar.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 15
Warning: main(): open_basedir restriction in effect. File(/resources/main/listlinks.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 17
Warning: main(/resources/main/listlinks.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 17
Warning: main(): open_basedir restriction in effect. File(/resources/main/listlinks.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 17
Warning: main(/resources/main/listlinks.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 17
Warning: main(): Failed opening '/resources/main/listlinks.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 17
Warning: main(): open_basedir restriction in effect. File(/resources/footer.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 32
Warning: main(/resources/footer.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 32
Warning: main(): open_basedir restriction in effect. File(/resources/footer.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 32
Warning: main(/resources/footer.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 32
Warning: main(): Failed opening '/resources/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 32
http://post84.org/index_.php
Here's how the index file is structured: basically, it just references five other php pages on the site, using the command
?php include($DOCUMENT_ROOT . "/resources/header.php");?>
for each one: header.php (http://post84.org/resources/header.php), listevents.php (http://post84.org/resources/main/listevents.php), dailycalendar.php (http://post84.org/resources/main/dailycalendar.php), listlinks.php (http://post84.org/resources/main/listlinks.php), and footer.php (http://post84.org/resources/footer.php). you can click on each of those pages to see what error messages they are each getting. footer.php is the only one that's working correctly, because it doesn't reference any part of the database. my suspicion is that something in the header code is screwed up, because that's the one that connects to the database each time. if need be, i can post the source code for any of the pages. but i need help getting this up and running again ASAP.
thanks in advance.
Warning: main(): open_basedir restriction in effect. File(/resources/header.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 1
Warning: main(/resources/header.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 1
Warning: main(): open_basedir restriction in effect. File(/resources/header.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 1
Warning: main(/resources/header.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 1
Warning: main(): Failed opening '/resources/header.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 1
Warning: main(): open_basedir restriction in effect. File(/resources/main/listevents.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 13
Warning: main(/resources/main/listevents.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 13
Warning: main(): open_basedir restriction in effect. File(/resources/main/listevents.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 13
Warning: main(/resources/main/listevents.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 13
Warning: main(): Failed opening '/resources/main/listevents.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 13
Warning: main(): open_basedir restriction in effect. File(/resources/main/dailycalendar.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 15
Warning: main(/resources/main/dailycalendar.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 15
Warning: main(): open_basedir restriction in effect. File(/resources/main/dailycalendar.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 15
Warning: main(/resources/main/dailycalendar.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 15
Warning: main(): Failed opening '/resources/main/dailycalendar.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 15
Warning: main(): open_basedir restriction in effect. File(/resources/main/listlinks.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 17
Warning: main(/resources/main/listlinks.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 17
Warning: main(): open_basedir restriction in effect. File(/resources/main/listlinks.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 17
Warning: main(/resources/main/listlinks.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 17
Warning: main(): Failed opening '/resources/main/listlinks.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 17
Warning: main(): open_basedir restriction in effect. File(/resources/footer.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 32
Warning: main(/resources/footer.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 32
Warning: main(): open_basedir restriction in effect. File(/resources/footer.php) is not within the allowed path(s): (/home/post84:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/post84/public_html/index.php on line 32
Warning: main(/resources/footer.php): failed to open stream: Operation not permitted in /home/post84/public_html/index.php on line 32
Warning: main(): Failed opening '/resources/footer.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/post84/public_html/index.php on line 32
http://post84.org/index_.php
Here's how the index file is structured: basically, it just references five other php pages on the site, using the command
?php include($DOCUMENT_ROOT . "/resources/header.php");?>
for each one: header.php (http://post84.org/resources/header.php), listevents.php (http://post84.org/resources/main/listevents.php), dailycalendar.php (http://post84.org/resources/main/dailycalendar.php), listlinks.php (http://post84.org/resources/main/listlinks.php), and footer.php (http://post84.org/resources/footer.php). you can click on each of those pages to see what error messages they are each getting. footer.php is the only one that's working correctly, because it doesn't reference any part of the database. my suspicion is that something in the header code is screwed up, because that's the one that connects to the database each time. if need be, i can post the source code for any of the pages. but i need help getting this up and running again ASAP.
thanks in advance.