Skip to content

Draft: [FIX] Fix the fatal error of memory size in tiki polls 26.x

John Santos requested to merge john.ndiwayesu/tiki:memoryissues into 26.x
  • [FIX] Fix the fatal error of memory size in tiki polls

ISSUE 44 in https://dev.tiki.org/Regressions-in-26x: or: Allowed memory size of 167772160 bytes exhausted (tried to allocate 364544 bytes) in /home/tiki-dev/public_html/lib/core/TikiDb/Pdo.php on line 136 Fatal error: Allowed memory size of 167772160 bytes exhausted (tried to allocate 364544 bytes) in /home/tiki-dev/public_html/lib/core/TikiDb/Pdo.php on line 136 but was working fine before: https://25xdev.tiki.org/tiki-admin_polls.php

Edited by John Santos

Merge request reports