Installation Fatal Errors
Permalink
While trying to install version5.5.2.1 I am getting the following error.
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 23040 bytes)...... blocks/survey/controller.php on line 222
Any advice would be very welcome.
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 23040 bytes)...... blocks/survey/controller.php on line 222
Any advice would be very welcome.
One way is to add
memory_limit = 128M
to a php.ini file in the root of your C5 install
Another is to add
Into your index.php.
Failing that, I'd ask your hosting company to allocate a decent amount of memory.