CentOSLinux 7.9.2009(核心)
Plesk黑曜石 18.0.51
PHP8.1.17(最新)
WordPress6.2(最新)
X主题10.1.10(最新)
php.ini
memory_limit 512M
(通过检查 phpinfo() 页面确认)
wp-config.php
define( 'WP_MEMORY_LIMIT', '512M' );
define( 'WP_MAX_MEMORY_LIMIT' , '512M' );
@ini_set( 'upload_max_size' , '512M' );
每次我使用 bbPress 的内置搜索功能搜索我的网站时,都会收到此错误:
AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in /var/www/vhosts/redacted.com/httpdocs/wp-includes/cache.php on line 154PHP message: PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 262144 bytes) in Unknown on line 0', referer: https://redacted.com/forums/search/
我已经禁用了除 bbPress 和 WooCommerce 之外的所有插件(由于某种原因,禁用 WooCommerce 会破坏我的网站)。
我尝试切换到原始 WordPress 主题,但由于某种原因,这样做会破坏 bbPress。
答案1
这似乎是个问题使用 WordPress 6.2。
我想我必须等待修复。