luca76fg Posted June 8, 2014 Share Posted June 8, 2014 hi to all, i have this problem when i try to registration as new users: "TECHNICAL ERROR: unable to load form. Details: Error thrown: [object Object] Text status: parsererror" someone can help me ? tnx Link to comment Share on other sites More sharing options...
PSfever.com Posted June 8, 2014 Share Posted June 8, 2014 Hi, parseerrors from my experience usually show up when you have DEBUG mode turned on in production mode. Could you take a look if your DEBUG mode is on or off? Then, could you clear your current cache and try looking at the form with another browser? Link to comment Share on other sites More sharing options...
luca76fg Posted June 9, 2014 Author Share Posted June 9, 2014 Hi, parseerrors from my experience usually show up when you have DEBUG mode turned on in production mode. Could you take a look if your DEBUG mode is on or off? Then, could you clear your current cache and try looking at the form with another browser? tnx for your reply, where i can check DEBUG mode ? can u help me ? i try with all browser not work... Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2014 Share Posted June 9, 2014 tnx for your reply, where i can check DEBUG mode ? can u help me ? i try with all browser not work... prestashop above v1.5.3 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...
luca76fg Posted June 9, 2014 Author Share Posted June 9, 2014 prestashop above v1.5.3 open: config/defines.inc.php find this line: define('_PS_MODE_DEV_', false); change to look like this: define('_PS_MODE_DEV_', true); i try to change config/defines.inc.php but doesnt working...i do clean of cache and forcing compile...nothing. i attached screenshow of defines.inc.php Link to comment Share on other sites More sharing options...
luca76fg Posted June 9, 2014 Author Share Posted June 9, 2014 i try to change config/defines.inc.php but doesnt working...i do clean of cache and forcing compile...nothing. i attached screenshow of defines.inc.php i solved problem...i have add some code for histats in index.php....i remove it and now work... where i can add code for histats ? Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2014 Share Posted June 10, 2014 don't add it to any php file. add it to tpl file, for example header.tpl located in your theme directory. Link to comment Share on other sites More sharing options...
luca76fg Posted June 10, 2014 Author Share Posted June 10, 2014 don't add it to any php file. add it to tpl file, for example header.tpl located in your theme directory. i try add to header.tpl...but not work...show this error that i attached Link to comment Share on other sites More sharing options...
PSfever.com Posted June 10, 2014 Share Posted June 10, 2014 Have you used the {literal} tag or not? Link to comment Share on other sites More sharing options...
luca76fg Posted June 10, 2014 Author Share Posted June 10, 2014 Have you used the {literal} tag or not? no i paste standard code of histats Link to comment Share on other sites More sharing options...
PSfever.com Posted June 10, 2014 Share Posted June 10, 2014 no i paste standard code of histats Ok, try to insert the code inside the literal tag and then let me know. More info here http://www.smarty.net/docsv2/en/language.function.literal Link to comment Share on other sites More sharing options...
Recommended Posts