【发布时间】:2014-08-02 10:57:02
【问题描述】:
我正在使用 opencart。在我访问 CATALOG>PRODUCTS 时的管理页面中(我有 73 个产品 - 我总共有四个页面)。当我访问我的第二页时,它显示以下错误
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4000 bytes) in /home/justborn/public_html/system/library/image.php on line 34
但是,我可以访问第一页、第三页和第四页。我已经在我的 .htaccess 文件中尝试过这个解决方案 (Allowed memory size of 67108864 bytes exhausted (tried to allocate 4459414 bytes) in writing an xml file)
php_value memory_limit 128M
但是,它返回 500 Internal error.. 我该如何解决这个致命错误: Allowed Memory size of 67108864 ?
【问题讨论】:
标签: php .htaccess memory memory-management opencart