Partial fix 1.5 beta 2. admin.php?users/email (as list) responds with error

Marcus

Well-known member
I get this error (~50.000 users):

Fatal error
: Allowed memory size of 134217728 bytes exhausted (tried to allocate 86 bytes) in /library/Zend/Db/Statement/Mysqli.php on line 304

Maybe there could be a workaround so that one doesn't need to increase the PHP Allowed Memory Size.
 
Ultimately, this can be expected with a large amount of data and a smaller memory limit. We can only do so much to limit the resources that are used, and we have made some changes (in 1.5) to reduce the amount of data we fetch, but should issues persist as the amount of data grows then the workaround would be to increase the memory limit further.
 
You are really very good !!! It works perfectly now on xf 1.5 beta 3 !

I just reported this as maybe just a phrase "you have lots of users so you might increase the php value for ..." could be added for less experienced users.

Thanks for the outstanding support.
 
Last edited:
Top Bottom