Quote:
Originally Posted by RedTyger
Page errors as in on the actual page? Or a pop-up javascript error? If the latter, make sure you have the latest javascript files uploaded, they changed in the latest version. Otherwise I need to see the whole message.
Does it say anything further in your server logs?
|
These errors appear on the main page, not in a popup window. Here's a clip from my server log.
Quote:
[Fri Mar 06 20:59:59 2009] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:59 2009] [error] [client xxx.xxx.xxx.xxx] PHP Warning: require_once(./global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:48 2009] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:48 2009] [error] [client xxx.xxx.xxx.xxx] PHP Warning: require_once(./global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:37 2009] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:37 2009] [error] [client xxx.xxx.xxx.xxx] PHP Warning: require_once(./global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:26 2009] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:26 2009] [error] [client xxx.xxx.xxx.xxx] PHP Warning: require_once(./global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:15 2009] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:15 2009] [error] [client xxx.xxx.xxx.xxx] PHP Warning: require_once(./global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:04 2009] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
[Fri Mar 06 20:59:04 2009] [error] [client xxx.xxx.xxx.xxx] PHP Warning: require_once(./global.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/njfly/public_html/reviewpost/ajax.php on line 37, referer: http://www.njflyfishing.com/reviewpost/index.php
|
You can see the error here (
http://www.njflyfishing.com/reviewpost/index.php). Open the link, count to 10 and the error will display in place of the banner.
EDIT: I'd also like to point out that this seems to happen when the ad goes to refresh. If I increase the time to refresh than the error happens but take a while longer.
Thanks again.