Home >Backend Development >PHP Tutorial >phpCMS简单有关问题

phpCMS简单有关问题

WBOY
WBOYOriginal
2016-06-13 10:31:05790browse

phpCMS简单问题
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 98304 bytes) in C:\wamp\www\phpcms\install_package\phpcms\modules\content\classes\content_tag.class.php on line 287


跪求,如何解决?

------解决方案--------------------
超过了最大内存限制,先尝试 在php.ini 中把 memory_limit 改大点。
------解决方案--------------------
是内存不够了还是php限制了。
------解决方案--------------------

探讨

超过了最大内存限制,先尝试 在php.ini 中把 memory_limit 改大点。

------解决方案--------------------
试试行不,要是不行,再看看内存是不是不够 了
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn