Jump to content

upgrading from 1.4.10.0 to 1.5.3 issues


Recommended Posts

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

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

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...