I am experiencing a critical issue with the "HikaShop Shipping Plugins - Weights" plugin. This is the only shipping method on my site, and it contains over 3,000 entries.
[Current Symptoms]
- When navigating to "System > Shipping methods," the list becomes blank (grey) after the 32nd entry, and everything beyond that is invisible.
- Since updating to HikaShop 6.4.0, this occurs immediately upon opening the page, regardless of display settings.
- In previous versions, the screen would go blank if I selected the default maximum display of "200." Therefore, I had been using the "100" setting as a workaround.
[Error Log Found]
I found the following warning in my server logs:
PHP Warning: PHP Request Startup: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini.
PHP Warning: PHP Request Startup: Multipart body parts limit exceeded 1020. To increase the limit change max_multipart_body_parts in php.ini.
[Steps Taken]
I increased the limits in my php.ini as follows, and confirmed they are active via phpinfo(), but the issue persists:
- max_input_vars = 10000
- max_multipart_body_parts = 10000
(Note: My memory_limit is set to 2G)
Could you please provide a fix or a workaround for managing such a large volume of shipping data in version 6.4.0?