Hello Guys
I got this error when execute data
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 2696 bytes) in /var/www/test/yii/framework/db/CDbCommand.php on line 361
Any idea why I get this error?
Page 1 of 1
Fatal error
#2
Posted 22 June 2010 - 03:38 PM
That looks like the error you get when you use all the memory php is allowed to allocate for scripts.
You might check your php.ini and make sure the 'memory_limit' setting is appropriate.
You might check your php.ini and make sure the 'memory_limit' setting is appropriate.
#3
Posted 23 June 2010 - 01:27 AM
Also try a forum search on "memory" or "circular". There are some issues with so called "circular references" in PHP that can cause memory problems. We had some discussions and possible solutions (e.g. try to not use behaviors with ActiveRecords, not sure if that is still valid though).
Share this topic:
Page 1 of 1

Help













