Jump to content

Blank Page after clicking Categories or suppliers


Recommended Posts

in this case you have to run store under "error reporting" mode. Then - instead of blank page-  you will see what and where doesnt work (error message)

 

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

bellow is the error as displayed on the page Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home/khioenco/public_html/themes/default/product-list.tpl" on line 59 "<a class="button lnk_view" href="{$product.link|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a>" unclosed {foreach} tag' in /home/khioenco/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:627 Stack trace: #0 /home/khioenco/public_html/tools/smarty/sysplugins/smarty_internal_compilebase.php(166): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unclosed {forea...') #1 /home/khioenco/public_html/tools/smarty/sysplugins/smarty_internal_compile_if.php(197): Smarty_Internal_CompileBase->closeTag(Object(Smarty_Internal_SmartyTemplateCompiler), Array) #2 /home/khioenco/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(429): Smarty_Internal_Compile_Ifclose->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) in /home/khioenco/public_html/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 627

Link to comment
Share on other sites

×
×
  • Create New...