Jump to content

Resolved - Export not working after upgrade


Recommended Posts

I don't know what needs to be done, but you might try renaming the apparently flawed products.export.inc.php file and replacing it with the 5.1.0 one from your backup and see if it will work. As long as you don't lose the original 5.1.1 file I think it should be OK to try that.

Link to comment
Share on other sites

Try this... In the file adminsourcesproducts.export.inc.php, near line 101, find:

$result['google_category'] = $GLOBALS['seo']->getDirectory($result['cat_id'], false, ' > '));




Change to:


$result['google_category'] = $seo->getDirectory($result['cat_id'], false, ' > ');

This will use the $seo variable that has the instantiation of the SEO class ($GLOBALS['seo'] might also work, but since $seo is set at the file's top, let's use that).

I believe the problem is that there are two closing parenthesis at the statement end when there must needs be only one.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...