PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Plugin causes 500 server error when accessing the plugin settings

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi there,

After activating the plugin, I go to the settings page (/wp-admin/edit.php?post_type=product&page=woobe) but it throws a 500 error constantly. I then check the logs and its related to a memory exhausting limit. The following is taken from my error-log file:

2021/02/04 10:48:05 [error] 97867#97867: *4987 FastCGI sent in stderr:"PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 24576 bytes) in XXX  while reading response header from upstream, client: XXX, server: XXX, request:"GET /wp-admin/edit.php?post_type=product&page=woobe HTTP/1.0", upstream:"fastcgi://unix:/var/run/php7.3-fpm-XXX.sock:", host:"XXX", referrer:"XXX/wp-admin/"

I can fix this by adding the following to my wp-config.php file:
define('WP_MAX_MEMORY_LIMIT', '1024M');
define('WP_MAX_MEMORY_LIMIT', '2048M');

However, this isn't really a solution for me as my hosting provider has said this will not work when I push to my actual production server as they are overwriting these settings.

Thanks.

Hello

But it only depends on your server.

If you have a lot of taxonomies and products and the server does not have enough resources.

There is nothing we can do on my part

I push to my actual production server as they are overwriting these settings. -  In this case, you should use a more powerful server.