PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 31 bytes)

PHP Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 31 bytes)

Edit file /etc/php.ini and increase memory limit:
memory_limit = 32M

May 29, 2018