PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, December 30, 2021

[FIXED] Yii 1.1 Allowed memory size of 536870912 bytes exhausted (tried to allocate 72 bytes)

 December 30, 2021     apache, php, ubuntu, yii     No comments   

Issue

This may look like a duplicate but I did some research and tried them all. I'm still getting this error.

I changed the memory_limit to -1 and 536870912, and the result is the same.

I also used php -i to locate the php.ini to confirm if I am editing the correct file.


Solution

My guess is that you have some endless loop somewhere. Since it tries to allocate only 72 bytes and exhausts the 536870912 it looks like an endless loop.



Answered By - marac990
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing