Web75000 Posted April 24, 2019 Share Posted April 24, 2019 (edited) Hello I have been update my ps from 1.6 to 1.7 and now i cannot add a new product or update the old product. i get this error "Can not update or save a product" Is there someone who has any idea about this bug please ? thanks for the help Edited May 24, 2019 by Web75000 (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted April 24, 2019 Share Posted April 24, 2019 php version you are using ? See here the server requirements you need. If you used PS 1.6. before than you need to upgrade also your server requirements: https://www.prestashop.com/forums/topic/884856-best-server-settings-for-prestashop-17-tested-in-production/ If requirements php version, database version, bcrypt are upgraded as needed and you are still having the problem, than activate debug mode and read/correct the errors that are written: https://www.prestashop.com/forums/topic/224525-how-to-turn-on-error-reporting-for-debug-information-blank-page-500-internal-server-error/ Link to comment Share on other sites More sharing options...
Web75000 Posted May 24, 2019 Author Share Posted May 24, 2019 I found the reason and the solution of the problem. The Problem: When i checked the response of the request i found this error "step1_categories_tree:This value is not valid.", so i checked my Database, exactly the table ps_category_shop, than i did not find the root category(id_category=1). sql query to check "Select * from ps_category_shop where id_category<3" The solution: INSERT INTO `ps_category_shop`(`id_category`, `id_shop`, `position`) VALUES (1,1,0) INSERT INTO `ps_category_shop`(`id_category`, `id_shop`, `position`) VALUES (1,2,0) 1 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