fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Ajax error when save change

Tao Lu

Hi team,

I got error when i try to set color manually for each product.

It shows ajax error, check console.

this is error message in console:

load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:2 POST http://project1.stormywave.com/project1/wp-admin/admin-ajax.php net::ERR_CONNECTION_RESET
send @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:2
ajax @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:2
s.ajax.s.ajax @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:5
(anonymous) @ wp-util.min.js?ver=5.8.3:2
s.Deferred.s.Deferred @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:5
send @ wp-util.min.js?ver=5.8.3:2
(anonymous) @ admin-pro.min.js?ver=1.1.18:1
dispatch @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:2
v.handle @ load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:22.PNG

Hakik Zaman

Hi Tao,

Thanks for reaching out to us.

How many colors do you have?

Could you please edit your php.ini file and increase max_input_vars

Update the max_input_vars like below-

max_input_vars = 3000

Thank You