upgrade error message

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart Themeupgrade error message

This topic has been marked as resolved.

hi, i have just updated opencart to 1.5.2 and shoppica , i then tried to edit an order and i am now getting this error message, i have updated my index page and the control panel is enabled

regards


SyntaxError: JSON.parse: unexpected character

OK

  
    <strong>Warning!</strong>
      You see this message due one (or more) of the following reasons:
      1. You have not enabled your 'Shoppica Theme CP' module. Please, go to admin panel, enter Extensions-&gt;Modules and change the status of 'Shoppica Theme CP' to `enabled`.
      
      
      2. You have not properly updated your index.php file. It should contain these two lines (near the end):
      
      
      
      // Shoppica
      $controller-&gt;addPreAction(new Action('module/shoppica/init'));
      
      
      For more information about the theme installation, please read carefully the <a href="http://shoppica.net/docs/index.html">Shoppica Extended Documentation</a>.
      
      
      If you think you've made everything according to the installation instructions and this message continues to appear, please contact the support.
    
    
  

May 4, 2012 at 11:58 am #8544

this is now SOLVED and this is the fix here
http://forum.opencart.com/viewtopic.php?f=161&t=54922&p=266213#p266068

you need to add
define('HTTPS_CATALOG', 'https://www.yourdomain.com/');
to your admin/config.php file as these are not updated when you are just upgrading

best regards

  • This reply was modified 4376 days ago by  werepair.
May 5, 2012 at 11:42 pm #8585

Sometimes, update is a tricky business :)

Glad you’ve managed to solve the problem.

Best,
ThemeBurn team

May 7, 2012 at 11:27 am #8618
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.