onlyonek2v
03-09-2009, 02:21 AM
Hi all,
I have a problem with writing a table from php to an excel table. and I got the following message in the excel instead
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 328 bytes) in \\apsg-build7\www\petra\lib\excel\ExcelWriter.php on line 312"
the error appear just recently, possibly after more data is added into the table.
Now I googled the error and is said that I should increase the memory limit in php.ini, I did that already, and it wasn't even 32M to start with. I also checked .htaccess file to check it is overwritten, but it also doesn't.
Any idea what can happen here?
Thank you
I have a problem with writing a table from php to an excel table. and I got the following message in the excel instead
"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 328 bytes) in \\apsg-build7\www\petra\lib\excel\ExcelWriter.php on line 312"
the error appear just recently, possibly after more data is added into the table.
Now I googled the error and is said that I should increase the memory limit in php.ini, I did that already, and it wasn't even 32M to start with. I also checked .htaccess file to check it is overwritten, but it also doesn't.
Any idea what can happen here?
Thank you