Only problem I've ran into is when trying to go to a product page, it gives me following error:
Code: Select all
Notice: Error: Table 'heinveh_sw672.oc_product_profile' doesn't exist
Error No: 1146
SELECT `pd`.* FROM `oc_product_profile` `pp` JOIN `oc_profile_description` `pd` ON `pd`.`language_id` = 1 AND `pd`.`profile_id` = `pp`.`profile_id` JOIN `oc_profile` `p` ON `p`.`profile_id` = `pd`.`profile_id` WHERE `product_id` = 56 AND `status` = 1 AND `customer_group_id` = 2 ORDER BY `sort_order` ASC in /home/heinveh/public_html/system/database/mysql.php on line 50
I do have the files from 1.5.5.1 still on my PC stored before I did the upgrade so if I just downgrade back to 1.5.5.1 should it work?
Then I could try the upgrade through FTP. I should have known that it's not good idea to upgrade through Softaculous...