Jump to content

problem with new user form


Recommended Posts

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

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

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

 

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

post-320575-0-32178800-1402321147_thumb.png

Link to comment
Share on other sites

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

×
×
  • Create New...