ceostos Posted January 17, 2012 Share Posted January 17, 2012 Does anyone knows why in the prestashop version 1.4.0.17 under tool>translation it comes out blank? I used to make my changes of everything for the website and now is not available. Please Help! Thanks, Carlos Link to comment Share on other sites More sharing options...
El Patron Posted January 17, 2012 Share Posted January 17, 2012 Hi Carlos, It appears that there is an error on that page, if possible change your file config/config.inc.php as follows, then repost the error (if any): /* Debug only */ @ini_set('display_errors', 'off'); define('_PS_DEBUG_SQL_', false); to /* Debug only */ @ini_set('display_errors', 'on'); define('_PS_DEBUG_SQL_', true); Link to comment Share on other sites More sharing options...
ceostos Posted January 18, 2012 Author Share Posted January 18, 2012 Thanks for the great information, however I do not have the enough computer knowledge to understand what you wrote on your reply. Can you be so kind and walk me through the process? Thanks again, Carlos Link to comment Share on other sites More sharing options...
El Patron Posted January 18, 2012 Share Posted January 18, 2012 Hi Carlos, Sorry you are still having problems. Here is a step by step on what to do. You will need an ftp program, ftp credentials (id/password). I use dreamweaver or fireftp but the exact ftp program can be one you are most comfortable with. Connect to your remote site via your ftp. With your ftp, find, retrieve/download your config/config.inc.php Open with (for example) notepad. Find and modify the lines of code from above. File config.inc.php upload config.inc.php back to your online shop using your ftp. run you test and post results (any and all error messages) (note: after running your test make sure put the old code back into your config.inc.php) Link to comment Share on other sites More sharing options...
Recommended Posts