Allowed memory size exhausted

Hi,

Recently I have experienced this issue:

PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in /var/www/html/playsms/lib/fn_core.php on line 1137

This is line 1137:

if (substr($pl_name, 0, 1) != “.” && substr($pl_name, 0, 1) != “_”) {

Any suggestions?

Regards,

Hi,

Which playSMS version, installed on which Linux distro? How big your actual memory (RAM) size ? Have you ever edited php.ini on your server before ?

anton

Playsms V1.1

Ubuntu 14.04

RAM 2GB

php.ini limit 512MB

Before this issue I didn’t edit php.ini.

Hi,

You may need to upgrade to playSMS 1.3.1. Previous version has issues with memory limit.

anton

I will, but is there any way I can do this without loosing my customizations?

Upgrade from 1.1 will not remove any of existing data, just make sure you backup and follow upgrade instruction.

Anton

Oh customization might be lost. What customization have you done ?

Anton

There is many things I did to support RTL themes and Arabic sending.