MrConstantine Posted September 11, 2013 Share Posted September 11, 2013 i have this message ...help me Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 in this case it is necessary to turn on error reporting: open: config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); then you will see more info about where and what doesn't work Link to comment Share on other sites More sharing options...
MrConstantine Posted September 11, 2013 Author Share Posted September 11, 2013 Anything else tbfix it Link to comment Share on other sites More sharing options...
MrConstantine Posted September 11, 2013 Author Share Posted September 11, 2013 i cant join cpanel... Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 without information about ERROR (error reporting) i can't help. Link to comment Share on other sites More sharing options...
MrConstantine Posted September 11, 2013 Author Share Posted September 11, 2013 error 500 i cant open anything back office anything join t cpanel Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 cpanel isn't related to prestashop installation. so i suppose that problem is with your hosting account. are you able to connect to your hosting account via FTP service? Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 Internal Server Error The server encountered an internal error or incorrect and could not complete your request. Please contact the server administrator, [email protected] and inform them of the time the error, and anything you might have done that may have caused the error. More information about this error may be available in the error log of the server. Additionally, a 500 Internal Server Error error occurred while trying to use an ErrorDocument to handle the request. Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 ...More information about this error may be available in the error log of the server.... you need to turn on error reporting or check logs mentioned in error for more information. there is no other way to know what's going on there. i asked about access to FTP, have you got it? 1 Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 AND HOW I DO THAT??? Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 you need to connect to your FTP, then open config/defines.inc.php find this line define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 /* Debug only */ define('_PS_MODE_DEV_',true); if (_PS_MODE_DEV_) { @ini_set('display_errors', 'on'); @error_reporting(E_ALL | E_STRICT); define('_PS_DEBUG_SQL_', true); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true); Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 okay, so now, when you refresh your website, what you see? Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /home/constant/public_html/override/classes/Dispatcher.php on line 16 this message at back office of presta Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /home/constant/public_html/override/classes/Dispatcher.php on line 16Warning: Cannot modify header information - headers already sent by (output started at /home/constant/public_html/override/classes/Dispatcher.php:16) in /home/constant/public_html/classes/Tools.php on line Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 check this forge input: http://forge.prestashop.com/browse/PSCFV-6517 i think that your issue is related to this one Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 anything else Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 Parse error: syntax error, unexpected ';' in /home/constant/public_html/config/defines.inc.php on line 28 this message now Link to comment Share on other sites More sharing options...
MrConstantine Posted September 12, 2013 Author Share Posted September 12, 2013 i fix it my friend thx Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 glad to hear that your issue is solved im going to mark this topic as [solved] too. you can also mark own topics, here is the instruction: [sOLVED] Topic If, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution. Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED]. To mark a topic as [solved] : - Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. Link to comment Share on other sites More sharing options...
vmarkovic Posted August 11, 2014 Share Posted August 11, 2014 Hi Guys,Can you tell how to solve this error:Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /home/hejkupim/public_html/override/classes/Dispatcher.php on line 28 I am getting this message after trying to regenerate product thumbnails, also on BO - http://hejkupi.me Thanks.Regards,Vedran Link to comment Share on other sites More sharing options...
vekia Posted August 13, 2014 Share Posted August 13, 2014 for what purposes you use override? override it's a modification of original prestashop core code it means - that something / someone changed core and it causes errors Link to comment Share on other sites More sharing options...
vmarkovic Posted August 13, 2014 Share Posted August 13, 2014 Hi Vekia, All overrides all are disabled under Advanced parameters > Performance. However when I deleted dh42's search term module and re-saved Disable all overrides it disappears. Or maybe there are some leftover files from 1.5 that I upgraded to 1.6 Anyways, I decided to clone my site so I could preform upgrade to latest version and will focus on that for now. I started new thread about translations issues and El Patron suggested ftp download/upload (did it trough cpanel). As always, thanks for your help, what a great community Regards, Vedran Link to comment Share on other sites More sharing options...
magick98 Posted January 21, 2015 Share Posted January 21, 2015 for what purposes you use override? override it's a modification of original prestashop core code it means - that something / someone changed core and it causes errors I get this error when trying to enter my Backoffice: Parse error: syntax error, unexpected ''category_rule'' (T_CONSTANT_ENCAPSED_STRING), expecting function (T_FUNCTION) in/var/www/(my domain name)/public_html/override/classes/Dispatcher.php on line 28 How can I fix this? Link to comment Share on other sites More sharing options...
Recommended Posts