Jump to content

Fatal error on home page


Recommended Posts

I have got fatal error on home screen. All modules at the right side is gone. On back office when i go to catalog of my items, fatal error message is showed at the end of page also. I can`t edit items. What should i do to repair that error? Is there some log where i can find whats wrong with my page?

Link to comment
Share on other sites

Just a suggestion, if you have not set 'display_error' to 'on', try to do it to see what detailed errors say. You can set this at /config/config.inc.php file.

ini_set('display_errors', 'on');

There are many cause will lead to "Fatal Error", for example run out of memory issue.

Link to comment
Share on other sites

From your symptom, it seems data related issue. High possibility is catalog related issue.
What kind of changes did you make recently?

My suggestion:
If there is any closest date database backup, try to restore your data. (but make another backup before you this)

Link to comment
Share on other sites

×
×
  • Create New...