Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请你帮帮我。我在 WordPress 中遇到了这个致命错误。我的网站已经运行多年,直到几天前才运行,这发生在我更新网络和我的 wordpress 多用户安装时?它只在主站点上运行,因为它在子站点上运行良好。
致命错误:第 258 行 /home/artygirl/public_html/wp-includes/media.php 中允许的内存大小为 67108864 字节已用尽(尝试分配 4890018 字节)
它不可能是我很久以前修复的内存限制。
增加php.ini例如内存限制设置
php.ini
memory_limit = 128M ;
或将以下行添加到您的wp-config.php
wp-config.php
define('WP_MEMORY_LIMIT', '128M');
啊哈哈,我想是因为它们是 png 文件!