【发布时间】:2015-02-20 07:10:49
【问题描述】:
我已将不安全的基本 URL 从 {{base_url}} 更改为 {{unsecure_base_url}}。
在此之后我收到此错误
"Fatal error:Allowed memory size of 268435456 bytes exhausted (tried to allocate 65488 bytes)".
我试过ti change set ini_set('memory_limit', '512M')。
现在它显示错误"Fatal error:Allowed memory size of 536870912 bytes exhausted (tried to allocate 65488 bytes)"。
我还将数据库core_config_data > unsecure/base_url” andchange中的值更改为“{{base_url}}”;但仍然有相同的错误。谁能帮我?。
提前致谢。
【问题讨论】:
标签: magento fatal-error