I upgraded prestashop from 1.4 to 1.6 with the automated update module. The backoffice works fine, but there is no front office being displayed. It gives me a server error 500. I turned debugging on and found the following lines at the end
define('_PS_CAT_IMG_DIR_', _PS_IMG_DIR_.'c/');
define('_PS_COL_IMG_DIR_', _PS_IMG_DIR_.'co/');
define('_PS_EMPLOYEE_IMG_DIR_', _PS_IMG_DIR_.'e/');
define('_PS_GENDERS_DIR_', _PS_IMG_DIR_.'genders/');
define('_PS_LANG_IMG_DIR_', _PS_IMG_DIR_.'l/');
define('_PS_MANU_IMG_DIR_', _PS_IMG_DIR_.'m/');
define('_PS_ORDER_S
The error that the debuging mode showed was :
Parse error: syntax error, unexpected ''_PS_ORDER_S' (T_ENCAPSED_AND_WHITESPACE) in C:\xampp\htdocs\prestashop\config\defines.inc.php on line 130
Line 130 is the last line of the snippet I posted. I am no programmer but it looks like it got trimmed or something. Do you have any ideas on what to put there?
Thanks