hemanshub Posted June 19, 2023 Share Posted June 19, 2023 (edited) Hi, I uploaded around 600 combinations for a single product via a bulk upload csv. The product is live and these combinations have been added. However, whenever I try editing the product, I get "Unable to update settings." The product doesn't save, it just keeps loading. Any way to resolve this error? Thanks in advance. Edited June 19, 2023 by hemanshub (see edit history) Link to comment Share on other sites More sharing options...
Knowband Plugins Posted June 20, 2023 Share Posted June 20, 2023 ->To increase the execution time limit in PrestaShop, follow these steps: 1. Open the php.ini file. 2. Locate the "max_execution_time" directive. 3. Change the value to 120 or a higher value and Save the php.ini file. ->To increase the memory limit, add the following line to the "config/defines.inc.php" file: @ini_set('memory_limit', '-1'); Maybe this will help you out. 1 Link to comment Share on other sites More sharing options...
hemanshub Posted June 25, 2023 Author Share Posted June 25, 2023 Unfortunately, this did not work for me. Link to comment Share on other sites More sharing options...
ps8modules Posted June 26, 2023 Share Posted June 26, 2023 hi Can you please tell us your version of Prestashop and the parameters of your server? You can find the minimum parameters here: https://devdocs.prestashop-project.org/8/basics/installation/system-requirements/ or https://devdocs.prestashop-project.org/1.7/basics/installation/system-requirements/ Link to comment Share on other sites More sharing options...
hemanshub Posted June 29, 2023 Author Share Posted June 29, 2023 I'm using 1.7.6.5 and i'm using Hostinger's shared server. (Cloud Startup) 200 GB SSD Storage 3 GB RAM 2 CPU Cores This website has been running for over 3 yrs and taking orders, its just this new product with 450 combinations thats giving issues but its something we would really like to launch. Link to comment Share on other sites More sharing options...
musicmaster Posted June 30, 2023 Share Posted June 30, 2023 Try using Prestools for this job. It is free. As it works outside the Prestashop engine it can be much faster. Link to comment Share on other sites More sharing options...
MichaelEZ Posted June 30, 2023 Share Posted June 30, 2023 I had a similar problem, solved by setting max_input_vars to 150000 in my case. 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