Report All users issue

Hi,

Recently I have experienced this issue:

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 85 bytes) in /home/***/public_html/playsms/lib/composer/vendor/pear/db/DB/mysqli.php
on line 461:

PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 72 bytes) in /home/***/public_html/playsms/plugin/feature/report/admin.php on line 59

$db_query = "SELECT uid, flag_deleted, p_status, COUNT(*) AS count from " . DB_PREF . “_tblSMSOutgoing GROUP BY uid, flag_deleted, p_status”;
$db_result = dba_query($db_query);
for ($iset = array(); $irow = dba_fetch_array($db_result); $iset[] = $irow) {}

I’m using Playsms v1.4.5

Any suggestions?

Regards,

Increase memory_limit in php.ini file

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.