MrConstantine Posted September 3, 2013 Share Posted September 3, 2013 when someone write your information at Greeks t make an account at my site i have error when i wrote it at English all good.. this msg when i have problem pls contact as soon as.. this is the link try it.. http://constantinestore.gr/el/authentication An error has occurred on the site during the recovery http://constantinestore.gr/el/authentication. It may be down for maintenance or configured incorrectly. Reload this website. Press the reload button to resubmit the data required to load the page. Error Code: 500 Link to comment Share on other sites More sharing options...
El Patron Posted September 3, 2013 Share Posted September 3, 2013 see if you can get the underlying error by following this tip: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-500-error-or-blank-page/ Link to comment Share on other sites More sharing options...
MrConstantine Posted September 3, 2013 Author Share Posted September 3, 2013 i have the new version 1,5,4 i found this line $language = new Language(Configuration::get('PS_LANG_DEFAULT')); Link to comment Share on other sites More sharing options...
MrConstantine Posted September 3, 2013 Author Share Posted September 3, 2013 /* Loading default country */ $defaultCountry = new Country(Configuration::get('PS_COUNTRY_DEFAULT'), Configuration::get('PS_LANG_DEFAULT')); $context->country = $defaultCountry; Link to comment Share on other sites More sharing options...
El Patron Posted September 3, 2013 Share Posted September 3, 2013 see if you can get the underlying error by following this tip: http://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-500-error-or-blank-page/ /* Loading default country */ $defaultCountry = new Country(Configuration::get('PS_COUNTRY_DEFAULT'), Configuration::get('PS_LANG_DEFAULT')); $context->country = $defaultCountry; I am unsure of what you are or whom you are talking to. You stated you had a 500 error, my post gave you instruction on how to determine why the 500 error without looking at your hosting error log. did you turn on errors and/or determine the reason for the 500 error? Link to comment Share on other sites More sharing options...
vekia Posted September 3, 2013 Share Posted September 3, 2013 and code you mentioned is a part of ... what file? Link to comment Share on other sites More sharing options...
MrConstantine Posted September 3, 2013 Author Share Posted September 3, 2013 i have general problems with 500 error.when the costumer buy a product ..at the end have 500 error..why??? Link to comment Share on other sites More sharing options...
MrConstantine Posted September 3, 2013 Author Share Posted September 3, 2013 An error has occurred on the site during the recovery http://constantinestore.gr/el/module/cashondelivery/validation. It may be down for maintenance or configured incorrectly. Reload this website. Press the reload button to resubmit the data required to load the page. Error Code: 500 Link to comment Share on other sites More sharing options...
MrConstantine Posted September 3, 2013 Author Share Posted September 3, 2013 Cart cannot be loaded or an order has already been placed using this cart Link to comment Share on other sites More sharing options...
vekia Posted September 4, 2013 Share Posted September 4, 2013 you need to turn on error reporting exactly as El Patron suggested above. Without error reporting it is almost impossible to say what's going on in your store. Then, if you will turn error reporting on - you will see full error code. Please paste it here. Link to comment Share on other sites More sharing options...
Recommended Posts