cool hallyu Member Mar 22, 2015 #1 I have MULTIPLE errors saying: 'public_html/library/Zend/Db/Statement/Mysqli.php' Could anyone help? Thank you.
I have MULTIPLE errors saying: 'public_html/library/Zend/Db/Statement/Mysqli.php' Could anyone help? Thank you.
cool hallyu Member Mar 22, 2015 #3 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 Upvote 0 Downvote
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
P Paul B XenForo moderator Staff member Mar 22, 2015 #4 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. Upvote 0 Downvote
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.