Jump to content

In my error log - PHP Fatal error


colorrush

Recommended Posts

Hello,

 

I have had a shop for over a year now. I have just looked at the error_log file, and there are some PHP fatal errors that concerns me a little.

 

[28-Feb-2014 06:31:06 Europe/Berlin] PHP Fatal error:  Class 'FrontController' not found in /home/minside/public_html/footer.php on line 28
[28-Feb-2014 06:31:06 Europe/Berlin] PHP Fatal error:  Class 'FrontController' not found in /home/minside/public_html/footer.php on line 28
[28-Feb-2014 06:31:28 Europe/Berlin] PHP Fatal error:  Class 'FrontController' not found in /home/minside/public_html/header.php on line 29
[28-Feb-2014 06:31:28 Europe/Berlin] PHP Fatal error:  Class 'FrontController' not found in /home/minside/public_html/header.php on line 29
[28-Feb-2014 06:33:20 Europe/Copenhagen] PHP Warning:  Header may not contain NUL bytes in /home/minside/public_html/classes/Tools.php on line 96
[28-Feb-2014 06:33:38 Europe/Berlin] PHP Fatal error:  Class 'FrontController' not found in /home/minside/public_html/init.php on line 28
[28-Feb-2014 06:33:39 Europe/Berlin] PHP Fatal error:  Class 'FrontController' not found in /home/minside/public_html/init.php on line 28
 
I have looked in the footer.php file on line 28 and header.php on line 29 - both have this line:
 
I have not checked tools.php or init.php
 
Is there someone who can tell me what they mean, and if it's serious? I don't understand the issue.
 
Thanks in advance.
Link to comment
Share on other sites

Hello

 

I would not be worried with errors related to header, init, footer because the warning look like direct call to this file. Perhaps google bots or other try to index them.

 

Error for tools.php is perhaps the one to look for. Check line 96 or if file is in utf8 Bom

 

Regards

Link to comment
Share on other sites

Hello

 

I would not be worried with errors related to header, init, footer because the warning look like direct call to this file. Perhaps google bots or other try to index them.

 

Error for tools.php is perhaps the one to look for. Check line 96 or if file is in utf8 Bom

 

Regards

 

I have checked the tools.php and line 96 is this:

http://i.imgur.com/KQbiJd3.jpg

 

I have no idea what i means.

 

There have not been any more errors since 28th of February, so maybe it was just those few cases. However if they are serious, I am ofcourse interested in fixing it so it doesn't happen again.

Link to comment
Share on other sites

Seems ok, even for tools.php.  It just looks like weird and useless calls, like trying to place a phone call with a fax machine :)

 

Ok, I will keep an eye out for it, but as mentioned, there have been no issues since 28th of February.

 

Thank you very much for your help :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...