Mogwan Posted March 20, 2013 Share Posted March 20, 2013 Hello, i used the 1 click update for this major release update and all seemed to go well up until i logged in and tried placing my site back online. as soon as i do that the site does not load up and a blank white page appears, no errors but the site does not load. when i place it back to maintenance the maintenance message appears fine . any help please? Link to comment Share on other sites More sharing options...
Mogwan Posted March 22, 2013 Author Share Posted March 22, 2013 please help me out, http://www.maltagamestore.com is my website and all i can see is a blank page, the backoffice works fine but nothing loads on the front office Link to comment Share on other sites More sharing options...
tecknow Posted March 26, 2013 Share Posted March 26, 2013 ADD INTO config/defines.inc.php -------------------------------------------------- @ini_set('display_errors', 'on'); -------------------------------------------------- Then refresh your web browser, at the front end of your store. This 'might' show some errors in your browser. If the error its located in tools /smarty_v2/Smarty.class.php EDITING header.tpl FILE AT /themes/themeNAME add: {literal} BEFORE and {/literal} AFTER your javascript code <script> </script> ie <script> </script> becomes {literal}<script> </script>{/literal} Then do a force compile to bring up the change to the *.tpl file. This idea was sourced from http://www.ramonfincken.com/31/PHP+coding/%5Bsolution%5D+Smarty+template+javascript+syntax+error%3A+unrecognized+tag.html 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