Jump to content

PrestaShopDatabaseException


NetDesignr

Recommended Posts

Hi everyone,

ALTER TABLE eccmiz_cat_restriction ADD PRIMARY KEY (id_product),
													ADD KEY `id_manufacturer` (`id_manufacturer`,`id_product`) USING BTREE,
													ADD KEY `condition` (`condition`,`id_product`) USING BTREE,
													ADD KEY `weight` (`weight`,`id_product`) USING BTREE

I recently moved the website from /test to main domain and i get strange errors. Them homepage works fine but when I click on any category page or product those wired errors come up.

 

The website URL is http://miz-collection.ch/ and the example link for the error is http://miz-collection.ch/en/3-women

 

Anyone came across similar issue?

 

I did tested the website on localhost and it seems alright but on live server is not working :(

 

Thank you guys !

Mihai

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...