Jump to content

Prestashop Translation tool


Recommended Posts

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

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

×
×
  • Create New...