nacce Posted April 25, 2013 Share Posted April 25, 2013 (edited) I updated to 1.5.4.1 and now HOME page is BLANK. Even I change the themes nothing change. I can access only product pages (http://vsenaravno.si/) How to fix that? I didn't make backup I'm so so ... said. Edited April 26, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 turn on error reporting /* Debug only */ define('_PS_MODE_DEV_', false); you have to change it to: /* Debug only */ define('_PS_MODE_DEV_', true); and if some error appear, please paste it here im convinced that this will be helpfull for me and for other community members Link to comment Share on other sites More sharing options...
benjamin utterback Posted April 25, 2013 Share Posted April 25, 2013 I updated to 1.5.4.1 and now HOME page is BLANK. Even I change the themes nothing change. I can access only product pages (http://vsenaravno.si/) How to fix that? I didn't make backup I'm so so ... said. Hopefully your hosting provider made a backup, and the errors can tell you more. Make sure to follow the upgrade guide next time! Link to comment Share on other sites More sharing options...
nacce Posted April 25, 2013 Author Share Posted April 25, 2013 I changed debug and now I got error: Fatal error: Cannot redeclare class CategoryCore in /domains/vsenaravno.si/public_html/classes/Category.php on line 1547 Any idea? Link to comment Share on other sites More sharing options...
vekia Posted April 25, 2013 Share Posted April 25, 2013 This error means, that somewhere in the code the Category.php was added twice (include instead of require_once). In practice, unfortunately it is difficult to say where exactly. i've got one question: there are some other errors? Your webhosting provider has got backup service? (Follow Benjamin suggestion) Link to comment Share on other sites More sharing options...
nacce Posted April 25, 2013 Author Share Posted April 25, 2013 There is no other errors on page ... I already write to hosting company for backup, if ... In backoffice i have msg: Unable to check files for the installed PrestaShop version ... I hope I will get backup .... Link to comment Share on other sites More sharing options...
nacce Posted April 25, 2013 Author Share Posted April 25, 2013 (edited) God is on my side ... I found what's wrong ... add-on: edgenplinks Edited April 25, 2013 by nacce (see edit history) 1 Link to comment Share on other sites More sharing options...
vekia Posted April 26, 2013 Share Posted April 26, 2013 yeah, thanks for sharing the information that now everything works fine so the problem was with the module edgenplinks now i can mark this thread as solved regards Link to comment Share on other sites More sharing options...
nacce Posted April 26, 2013 Author Share Posted April 26, 2013 Yes, you can. I contacted the owner of module and I got new one. And yes, erorr was ... include instead of require_once. Thanx for help. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now