XF 1.4 Zend Errors, Please Help

The page shows this :

Fatal error
: Allowed memory size of 67108864 bytes exhausted (tried to allocate 512 bytes) in /home/hikaru2/public_html/library/Zend/Db/Statement/Mysqli.php on line 304
 
That appears to be a memory limit set in the server configuration.

Are you on shared hosting?
If so, contact your host and ask them to increase it to 128M, which is what is required.

Otherwise you can edit the php.ini file and change the memory_limit setting.
 
Top Bottom