Shoppica2 error when enabling SEO url

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeShoppica2 error when enabling SEO url

This topic has been marked as not resolved.

Hello,

I’m getting this error (attached image) when enabling SEO urls from Admin panel.
I’ve followed all the steps to solve the problem but it’s still not working and persistant on all rewrited URLs, not in classic url such as index.php?route=account/login and other similars.

Any other advise to solve this problem?
Thank you, Stefano.

  • This reply was modified 4109 days ago by  pennadl. Reason: Adding info for shoppica team
February 18, 2013 at 1:06 pm #18967

Can I have a reply from support team?
Thanks

February 19, 2013 at 1:04 pm #19010

Hi!

Does the SEO URL work when you enable the default opencart theme ?

February 19, 2013 at 5:11 pm #19020

Yes, it work with default Opencart template!

February 19, 2013 at 5:28 pm #19023

Ok, I solved myself placing


// TB
$controller->dispatch(new Action('common/tb', array('front' => $controller)), new Action('error/not_found'));

first to


// SEO URL's
$controller->addPreAction(new Action('common/seo_url'));  

in index.php file.

In the helper page, this is not specified very well, in fact it’s only saying “place these 2 lines of code at the end of index.php”


// TB
$controller->dispatch(new Action('common/tb', array('front' => $controller)), new Action('error/not_found'));

  • This reply was modified 4107 days ago by  pennadl.
February 19, 2013 at 7:15 pm #19041

Hi @pennadl!

Glad you solved the issue. The helper page is only a hint. The placing is explained in detail in the Shoppica 2 documentation, supplied with the Shoppica package.

Regards,
ThemeBurn team

February 20, 2013 at 4:11 pm #19114
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.