- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2021
05:40 AM
10-21-2021
05:40 AM
Attribute Default Value Save Error
Working with a product attribute that has over 4,000 values. Trying to set one as "Is Default".
When I click "save", it goes back to the Dashboard and has not saved the Default value.
Tried this in 2.4.2 ad 2.4.3-p1 - no joy. Presumably the number of values is too large for a save to work properly.
How can I set this programmatically? Or otherwise?
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2021
02:01 AM
11-10-2021
02:01 AM
Re: Attribute Default Value Save Error
Edit the /etc/nginx/nginx.conf file to increase the limit of the files to upload:
http: http { ... client_max_body_size 100M; } server: server { ... client_max_body_size 100M; } location: location /uploads { ... client_max_body_size 100M; }
LitExtension - #1 Shopping Cart Migration Expert
LitExtension helps store owners and agencies migrate all important data from one eCommerce platform to another accurately, securely and at the highest speed.
Visit website: http://litextension.com/
LitExtension helps store owners and agencies migrate all important data from one eCommerce platform to another accurately, securely and at the highest speed.
Visit website: http://litextension.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2021
02:14 AM
11-10-2021
02:14 AM
Re: Attribute Default Value Save Error
Wow! Thanks! I'll have to try this - solving this would be awesome.