Hello,
After I reinstall the W3-Total Cache plugin, my ajax portfolio kind of broke. If I choose to show a portfolio grid as an Ajax Portfolio I get the following error message:
PHP Fatal error: Allowed memory size of 83886080 bytes exhausted (tried to allocate 6853616 bytes) in E:\Domains\paisagismoonline.com.br\wwwroot\wp-content\plugins\w3-total-cache\lib\W3\Plugin\Cdn.php on line 243
PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
Can you help me to fix this?
Thanks.
Fabiana.
Hi faterra!
Thank you for using the theme!
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Ismael