XF 1.3 Error help

Maxxamillion

Active member
Went through my cPannel error log and i would like some help on the follow that seem to pop up please

First one:
Code:
PHP Fatal error:  require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/thegamer/public_html/inc/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/thegamer/public_html/global.php on line 19, referer: http://thegamersquare.com/
[Wed Jul 16 11:47:41 2014] [error] [client 185.23.151.171] PHP Warning:  require_once(/home/thegamer/public_html/inc/init.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/thegamer/public_html/global.php on line 19, referer: http://thegamersquare.com/

second one:
Code:
File does not exist: /home/thegamer/public_html/robots.txt

third one:
Code:
File does not exist: /home/thegamer/public_html/data/avatars/s/0/109.jpg, referer: http://www.thegamersquare.com/forums/games.70/

Are these anything i need to worry about? if so how would i solve them. Thanks
 
The errors all relate to missing files.

The first one is presumably a custom file as it's not from XenForo.

The second one you need to create and upload a robots.txt file to your root.

The third one is a missing avatar small image.
 
The first one looks like an old file hasn't been deleted (looks like vBulletin).
The second one is common if you don't have a robots.txt file - robots request it, the 404 appears in the apache log.
The third one is more complex, it looks as if it can't find an avatar image it expected to find - the URL was embedded or otherwise linked, and it didn't exist (404) when it was accessed.

Liam
 
Top Bottom