Jump to content

site gone (Help)


Recommended Posts

 

open config/defines.inc.php
 
find this line define('_PS_MODE_DEV_', false);
change to look like this: define('_PS_MODE_DEV_', true);

 

Here is the error;

 

Fatal error : Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template on line 28 "<li id="header_link_contact"> <a href="{$link-> getPageLink ('contact', true) | escape: 'html'}" title = " {ls = 'contact' mod = 'blockpermanentlinks'} "> {ls = 'contact' mod = 'blockpermanentlinks'} </ a> </ li <! - 8a99a6 -> <style> body {overflow-x: hidden; overflow-y: auto;} </ style> "- Unexpected": ", expected one of:"} "," ", ATTR 'in / home / content/34/10631134/html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php: 667 Stack trace: # 0 / home/content/34/10631134/html/tools/smarty/sysplugins/smarty_internal_templateparser.php (3144): Smarty_Internal_TemplateCompilerBase -> trigger_template_error () # 1 / home/content/34/10631134/html/tools/smarty/sysplugins/smarty_internal_templateparser.php (3209): Smarty_Internal_Te in / home/content/34/10631134/html/tools/smarty/sysplugins / smarty_internal_templatecompilerbase.php on line667

 

I have no clue what it mean. Do I need to reload some files or modules?

Edited by nuchie1 (see edit history)
Link to comment
Share on other sites

it's because of css styles that you use:

<style> body {overflow-x: hidden; overflow-y: auto;} </ style>

if your css/js code use brackets - you have to use there {literal}{/literal} tags

 

something like:

{literal}<style> body {overflow-x: hidden; overflow-y: auto;} </ style>{/literal}
Link to comment
Share on other sites

 

it's because of css styles that you use:

<style> body {overflow-x: hidden; overflow-y: auto;} </ style>

if your css/js code use brackets - you have to use there {literal}{/literal} tags

 

something like:

{literal}<style> body {overflow-x: hidden; overflow-y: auto;} </ style>{/literal}

Still have no clue.  

Link to comment
Share on other sites

×
×
  • Create New...