douya7121 2018-10-05 07:05
浏览 95
已采纳

localhost未在laravel中加载项目文件

Working on laravel project,everything was fine,just faced this error and localhost is not loading my project files.

Allowed memory size of 536870912 bytes exhausted (tried to allocate 32768 bytes) in C:\xa mpp\htdocs\test\storage\framework\views\35e08ec6154c6787dbf8a82598cafe07f487d9a9.php on line 1 [Fri Oct 5 23:56:38 2018] 
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32768 bytes) in C:\xa mpp\htdocs\test\vendor\symfony\debug\Exception\FatalErrorException.php on line 1 [Fri Oct 5 23:56:38 2018] 
PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 69632 bytes) in Unkno wn on line 0 

here is the image of what the server says.

enter image description here

  • 写回答

3条回答 默认 最新

  • duannaoye0732 2018-10-05 07:30
    关注

    Locate your php.ini file by writing php --ini in the console (in my case it is located in /etc/php/7.1/fpm/). Open php.ini, locate the line that sets memory_limit, and set it equal to -1(memory_limit=-1).

    sudo vi /etc/php/7.1/fpm/php.ini memory_limit = -1

    Sorry, I didn't see it.

    Window: find your php.ini local

    explame:C:\PHPTutorial\php\php-7.1.13-nts\php.ini Find and update memory_limit = -1

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 远程桌面文档内容复制粘贴,格式会变化
  • ¥15 关于#java#的问题:找一份能快速看完mooc视频的代码
  • ¥15 这种微信登录授权 谁可以做啊
  • ¥15 请问我该如何添加自己的数据去运行蚁群算法代码
  • ¥20 用HslCommunication 连接欧姆龙 plc有时会连接失败。报异常为“未知错误”
  • ¥15 网络设备配置与管理这个该怎么弄
  • ¥20 机器学习能否像多层线性模型一样处理嵌套数据
  • ¥20 西门子S7-Graph,S7-300,梯形图
  • ¥50 用易语言http 访问不了网页
  • ¥50 safari浏览器fetch提交数据后数据丢失问题