Yahia
1
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,
anton
2
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
Yahia
3
Playsms V1.1
Ubuntu 14.04
RAM 2GB
php.ini limit 512MB
Before this issue I didn’t edit php.ini.
anton
4
Hi,
You may need to upgrade to playSMS 1.3.1. Previous version has issues with memory limit.
anton
Yahia
5
I will, but is there any way I can do this without loosing my customizations?
anton
6
Upgrade from 1.1 will not remove any of existing data, just make sure you backup and follow upgrade instruction.
Anton
anton
7
Oh customization might be lost. What customization have you done ?
Anton
Yahia
8
There is many things I did to support RTL themes and Arabic sending.