Jump to content

Call to undefined method SEO::unsetdbPath()


RBosma

Recommended Posts

Don't know for sure if I trampled over a few lines of code.  But when cloning a product the next error occurs in the errorlog...

...../admin_xxx/sources/products.index.inc.php:364 - Call to undefined method SEO::unsetdbPath()
...../webshop/admin_xxx.php?_g=products&node=index&sort%5Bupdated%5D=DESC&action=edit&product_id=1205

 

Maybe it's a simple thing but can't find it.. Hopefully somebody knows about this issue and the solution is neaby..

Link to comment
Share on other sites

SEO->unsetdbPath() is a new function in CC643 for the SEO class (/classes/seo.class.php, near line 844).

Please verify that this function exists.

Another change to the SEO class is near line 949, from:

RewriteCond %{REQUEST_URI} !=/favicon.ico

To:

RewriteCond %{REQUEST_URI} !='.CC_ROOT_REL.'favicon.ico

If these changes are not present, then some parts of the change-over to CC643 may not have happened.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...