|
Deprecated: block_categories is deprecated since version 5.8.0!
Started by: David Liao
in: Toolset Professional Support
Quick solution available
Problem: I'm seeing a PHP Deprecation notice in the logs and also a critical error related to memory.
Solution: Update the wp-config.php file to increase the alotted memory for PHP. This should prevent the critical error:
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Our team is investigating the PHP Deprecation notice and will fix the issue in an upcoming release of the plugins.
Relevant Documentation:
https://toolset.com/toolset-requirements/
|
|
3 |
6 |
4 years ago
Christian Cox
|