thinkphp3.12安装出现这个问题的解决方法 thinkphp3.12安装出现这个问题的解决方法 2013 年 4 月 5 日 北漂小兄弟 Comments 0 Comment 问题: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 775920 bytes) 方法 : 在thinkphp所在的根目录新建:.htaccess文件里面写入“php_value memory_limit 12M”即可解决问题! 或者修改修改php.ini(需要重启服务器) memory_limit = 12M 打赏赞(1)分享