NetDesignr Posted October 12, 2015 Share Posted October 12, 2015 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 More sharing options...
bellini13 Posted October 13, 2015 Share Posted October 13, 2015 did you update the domain and base URL in the back office SEO and URL page? Link to comment Share on other sites More sharing options...
NetDesignr Posted October 13, 2015 Author Share Posted October 13, 2015 Hi, yes I did update the domain and base url. It is not the first time when I'm moving Prestashop around but this time I'm quite puzzled. Link to comment Share on other sites More sharing options...
NetDesignr Posted October 16, 2015 Author Share Posted October 16, 2015 Problem solved by giving the right admin permission to the mysql. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now