SEO PROBLEM seo_url.php on line 66 opencart

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeSEO PROBLEM seo_url.php on line 66 opencart

This topic has been marked as resolved.

Hi themeburn team, this is by the way driving me crazy

my domain is http://www.integraltehccolombia.co

I have the following notification in my home page:

Notice: Undefined index: query in /home1/portobel/public_html/catalog/controller/common/seo_url.php on line 66Notice: Undefined index: query in/home1/portobel/public_html/catalog/controller/common/seo_url.php on line 66

66 line goes : parse_str($url_info['query'], $data);

I’m in a new hosting, at this time it is hostgator. and since I migrate I had this error that doesn’t let me use the product name as url.

Im pretty sure it is about the theme, the reason. I made a fresh new instalation in a test directory and install opencart with shoppica2  nothing else, the result was the same. when I switch the theme back to the default one, url’s seo works like a charm, but with shoppica  is not working.

on the other hand of course if is disable the urlseo option in configuration>server the message and feature as itself goes away. but the point id that I need it working.

I’m using  the latest version of shoppica and opencart.

my php file in this link  http://we.tl/cKyN4lsZjB

hope you guys can solve my problem.

sicerely david mejia

September 3, 2014 at 8:55 pm #32987

We are unable to open your website – http://www.integraltehccolombia.co/ . It seems it not available.

Is the domain name right ?

Regards,
ThemeBurn team

September 10, 2014 at 1:09 pm #33081

http://www.integraltechcolombia.co/ my bad….

September 12, 2014 at 5:56 am #33097

file attached to this reply..

September 12, 2014 at 5:58 am #33098

found the mistake …

the index.php file must be modified as i did, but not near to the end as the shoppica error instruction says
just under the seo line

so it finally looks like it at root/public_html/index.php


// Maintenance Mode
$controller->addPreAction(new Action('common/maintenance'));
//########################################PARA CORRER SHOPPICA

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

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

September 12, 2014 at 8:35 am #33102

Hi,

the error message says ‘near the end’ because the exact line varies between different OpenCart version. The documentation gives precise instructions where exactly to do the modification.

Regards,
ThemeBurn team

September 12, 2014 at 9:16 am #33103
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.