playsms
playsms copied to clipboard
PHP memory exhaust when too many SMS in sent box
Hi,
I have installed the playsms version 1.4.3 and I think this is a bug.
I send a lot of SMS so the sent box is huge and when I select the Sent Messages option, the web server crashes
I had to increase the memory limit in the php.ini file to 512 M or the page doesn't display at all.
memory_limit = 512M
Once I do that, I can see the sent messages again.
@antonraharja maybe you can use another method to fetch a small amount of records at a time because I don't think one should be increasing the memory as the sent SMS increases.