View Full Version : Fatal error! I need a solution.
paranco
06-11-2008, 07:22 AM
Hey all, I currently have the latest version, 3.7.1 installed.
On having loaded the shougroup.php this "fatal error" appears:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1024 bytes) in /home/relajero/public_html/showgroups.php on line 117
thanks!: :(
Boofo
06-11-2008, 08:32 AM
I have been told that it might be the Zend Optimizer on your server. The same thing happened to me on the SHOWTHREAD template compare. I was told to have them lower the optimization or remove Zend. Sounds like they aren't going to fix whatever they broke in the new version. And make sure you file a bug report on the com about this. If they get enough of them, they will have to look into it.
Marco van Herwaarden
06-11-2008, 09:54 AM
Or just raise the PHP memory limit.
mikesz
06-11-2008, 10:12 AM
You might want to run phpinfo.php on your server to see what the memory allocation is.
the parameter to check is : memory_limit
The php default is 8M but most ISPs on shared servers set it to something like 32M which would be just short of your request.
In any event, it is a simple problem to solve just by asking them to increase the limit for you. I think you can dynamically set it in your .htaccess file but I think working with your ISP is the better solution.
HTH, mikesz
Boofo
06-11-2008, 10:25 AM
Or just raise the PHP memory limit.
I'm setting at 64 MB now. Scott looked into it and that was what he told me to do.
memory_limit 64M
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.