Jump to content

[SOLVED] After restore from 1.5.6 my homepage in blank (from 1.5.5)


Recommended Posts

Hello

 

After restore from 1.5.6 my homepage in blank. I was using 1.5.5 version. The back office is ok.

 

My error report is:

 

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/home2/digital/public_html/ps/themes/default/header.tpl" on line 101 "{/if}" unexpected closing tag' in /home2/digital/public_html/ps/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:667 Stack trace: #0 /home2/digital/public_html/ps/tools/smarty/sysplugins/smarty_internal_compilebase.php(170): Smarty_Internal_TemplateCompilerBase->trigger_template_error('unexpected clos...', 101) #1 /home2/digital/public_html/ps/tools/smarty/sysplugins/smarty_internal_compile_if.php(197): Smarty_Internal_CompileBase->closeTag(Object(Smarty_Internal_SmartyTemplateCompiler), Array) #2 /home2/digital/public_html/ps/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(475): Smarty_Internal_Compile_Ifclose->compile(Array, Object(Smarty_Internal_SmartyTemplateCompiler), Array, NULL, NULL) #3 /home2/digital/public_html/ps/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(259): Smarty_In in/home2/digital/public_html/ps/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 667

 

Any ideas?

 

Thanks in advance.

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

at the end of file you've got:

<div id="columns" class="grid_9 alpha omega clearfix">
                                <!-- Left -->
                                <div id="left_column" class="column grid_2 alpha">
                                        {$HOOK_LEFT_COLUMN}
                                </div>
 
                                <!-- Center -->
                                <div id="center_column" class=" grid_5">
        {/if}
LEFT_COLUMN}
                                </div>
 
                                <!-- Center -->
                                <div id="center_column" class=" grid_5">
        {/if}

remove this:


LEFT_COLUMN}
                                </div>
 
                                <!-- Center -->
                                <div id="center_column" class=" grid_5">
        {/if}

everything will work then, i'm convinced :)

Link to comment
Share on other sites

remove this:

LEFT_COLUMN}
                                </div>
 
                                <!-- Center -->
                                <div id="center_column" class=" grid_5">
        {/if}

everything will work then, i'm convinced :)

 

 

Its work! I can see the home page again, thanks a lot for this, but i lost a lot of info, for instance the description of products.

Link to comment
Share on other sites

Its work! I can see the home page again, thanks a lot for this, but i lost a lot of info, for instance the description of products.

 

I had to change the languaje again to spanish, and i believe it is everything is working. Thanks a lot!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...