smearedred Posted December 5, 2013 Share Posted December 5, 2013 (edited) Can some one help me with the following error? I had not done anything with my site in awhile and came back to the prestashop white screen of death, seems they are all Smarty errors. So I changed over to smarty v3 and the errors started going away. This started happening before I updated to 1.4.11. Fatal error: Smarty error: [in /home/theluna0/public_html/shop/themes/blackwhite/header.tpl line 73]: syntax error: unrecognized tag: overflow=x:hidden;overflow=y:auto; (Smarty_Compiler.class.php, line 446) in /home/theluna0/public_html/shop/tools/smarty_v2/Smarty.class.php on line 1095 This is line 446 - $this->_syntax_error("unrecognized tag: $template_tag", E_USER_ERROR, __FILE__, __LINE__); this is line 1095 - trigger_error("Smarty error: $error_msg", $error_type); Edited December 5, 2013 by smearedred (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted December 5, 2013 Share Posted December 5, 2013 In your header.tpl file it looks like you have some css that is formatted wrong. Look on line 73. Link to comment Share on other sites More sharing options...
smearedred Posted December 5, 2013 Author Share Posted December 5, 2013 I cannot figure it out..... Link to comment Share on other sites More sharing options...
Dh42 Posted December 5, 2013 Share Posted December 5, 2013 Copy your header.tpl file to pastebin.com and paste the link to it here. Link to comment Share on other sites More sharing options...
smearedred Posted December 5, 2013 Author Share Posted December 5, 2013 this is the footer.tpl it is doing the same thing on line 28 http://pastebin.com/J88NKtdY Link to comment Share on other sites More sharing options...
Dh42 Posted December 6, 2013 Share Posted December 6, 2013 Delete this piece of code <style>body {overflow-x:hidden;overflow-y:auto;} </style> Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now