Out of memory Message

Login or register to post comments
2 replies [Last post]
Offline
Joined: 12/30/2009

Hi,

I'm trying to build some reports with the data I have in te DB. Some of them work without any problem but when I try to run others I have this one:

<b>Fatal error</b>:  Out of memory (allocated 34603008) (tried to allocate 41 bytes)
in <b>/homepages/23/d241428025/htdocs/programa/includes/qcubed/_core/base_controls/QFormBase.class.php</b> on line <b>502</b><br />

I tried to resize the memory with the php.ini file but I still can have the report. Is there any way to rebuild the memory inside Qcubed. The error message tells the error is in the QFormBase.class.php. Do I have to make the change there?

Thank you

Offline
Joined: 04/22/2009

Try ini_set('memory_limit','64M'); (Or whatever size you need.)

Also, from my experince, using QFirebug can cause this.

Cheers

Helge

Offline
Joined: 12/30/2009

thank you hdzierz, we already have fixed the problem. We had to ask for some more memory space to our server supplier. Then we could set the memory space in the php.ini file.