ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
923 stars 219 forks source link

Unyson failing with Wordpress 6.1 #4283

Open bensan-bc opened 1 year ago

bensan-bc commented 1 year ago

I am facing an issue with Unyson 2.7.28 and Wordpress 6.1. This is on a Wordpress Multisite. Disabling Unyson fixes it, but the theme is dependent on Unyson.

The php logs state the below.

PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 69632 bytes) in ________/public/wp-content/plugins/unyson/framework/helpers/class-fw-cache.php on line 262" while reading response header from upstream, client: ___________, server: _________, request: "POST /wp-admin/admin-ajax.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php7.4-fpm-___________.sock:", host: "___________:________", referrer: "https:__________wp-admin/network/plugins.php" I have tried increasing the Memory limits in wp_config but it just increases the figures in the error log.

Thanks