Well, those errors are not related to Toolset, and not the product of WordPress debug either.
I can reach the WordPress Admin of your site without any issue, but as soon I try to reach the Plugins page to see the missing updates I also get an E500 (HTTP ERROR 500).
I logged in to the FTP to add debug statements as I suggested in past but I see that was done already:
define('WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
Hence the error is not displayed but logged, and that log is in the Server you shared, under the folder "logs".
The log is quite big, 4.5 MB, and this will slow down your site.
Please either ask the developer or server admin who established this for you (if you did not yourself) to take care of it and either remove or disable, error logging of this size in a live site.
The latest error is:
2019/02/26 12:59:45 [error] 873#873: *19960 FastCGI sent in stderr: "PHP message: PHP Warning: include(/var/www/corpostream.com/www/htdocs/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /var/www/corpostream.com/www/htdocs/wp-settings.php on line 84
PHP message: PHP Warning: include(): Failed opening '/var/www/corpostream.com/www/htdocs/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/php') in /var/www/corpostream.com/www/htdocs/wp-settings.php on line 84
PHP message: PHP Fatal error: Out of memory (allocated 10485760) (tried to allocate 8192 bytes) in /var/www/corpostream.com/www/htdocs/wp-content/plugins/types/vendor/toolset/types/embedded/classes/repeater.php on line 128
PHP message: PHP Fatal error: Out of memory (allocated 10485760) (tried to allocate 8192 bytes) in /var/www/corpostream.com/www/htdocs/wp-includes/plugin.php on line 432" while reading response header from upstream, client: 182.232.171.208, server: <em><u>hidden link</u></em>, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "<em><u>hidden link</u></em>:", host: "www.corpostream.com", referrer: "<em><u>hidden link</u></em>"
This error is not due to Toolset Type even if it is mentioned in the error log, but likely to the plugin "advanced-cache.php"
Also, I see that your wp-config is limited to 128M, which is enough for Toolset, but maybe not enough for other software.
It is also not an adequate place to determine Memory limits, that would be better set on the server side to be sure of it's applying the rule.
I suggest:
- check how many Custom Fields you have for Toolset Types
(If there are many, you need more memory, like around 500)
- remove cache and other plugins/theme to see if it is really Toolset that makes this happen (as mentioned, likely it is the cache plugin error, which cannot find a file requested somewhere else by the server)
This issue (file cannot be found) maybe eats up all server memory (and more) leaving other plugins like Toolset no space to breathe hence the failure.