Page 1 of 1

Upgrade Error 1.5.4 >> 1.5.5.1

Posted: Thu Jan 24, 2013 3:49 am
by faceplantproductions
the error received is below, any help would be much appreciated. I do have a site and dbase backup if needed,

Notice: Error: Table 'baits_dbase.category_path' doesn't exist
Error No: 1146
SELECT COUNT(DISTINCT p.product_id) AS total FROM category_path cp LEFT JOIN product_to_category p2c ON (cp.category_id = p2c.category_id) LEFT JOIN product p ON (p2c.product_id = p.product_id) LEFT JOIN product_description pd ON (p.product_id = pd.product_id) LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id) WHERE pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND cp.path_id = '182' in /home/baits/public_html/system/database/mysql.php on line 50

Re: Upgrade Error 1.5.4 >> 1.5.5.1

Posted: Thu Jan 24, 2013 8:02 pm
by prkayy
I'm also getting the same error.

Re: Upgrade Error 1.5.4 >> 1.5.5.1

Posted: Sat Feb 02, 2013 5:22 am
by flaming
Hi,

Did anyone get a resolution on this? I am also getting this error.

Thanks

Re: Upgrade Error 1.5.4 >> 1.5.5.1

Posted: Sat Feb 02, 2013 4:25 pm
by opencartchina
I think you got the errors when you visit your website before you run http://www.yourwebsite.com/install.

Pleas run the upgrade scripts and you will get success message.

I just run two times and got no errors.

Re: Upgrade Error 1.5.4 >> 1.5.5.1

Posted: Thu Jul 25, 2013 10:47 pm
by aquilla
Same here, can someone help us?

Re: Upgrade Error 1.5.4 >> 1.5.5.1

Posted: Fri Jul 26, 2013 12:33 am
by WillBest
aquilla wrote:Same here, can someone help us?

I'd suggest you to try upgrade via migration service called cart2cart.
As for me, it's the easiest way. I upgraded my store and was happy, cause It's really quick and quite cheap.
Install a new version of OpenCart and then transfer data with cart2cart.
Of course, you'll need to customize your design after migration, but it's not difficult at all.

Hope it'll help you!

Good luck!

Re: Upgrade Error 1.5.4 >> 1.5.5.1

Posted: Sun Jul 28, 2013 7:47 am
by cwswebdesign
Looks to me like you just need to go into php myadmin and add the table and then run the upgrade script again.

DL

Re: Upgrade Error 1.5.4 >> 1.5.5.1 - Resolution

Posted: Tue Jul 30, 2013 5:11 pm
by IanF1
I was getting this error also. Looking at many options to resolve this.

Simple don't upload the config-dist.php

in either the basic or admin directories.

.. Simply solved.