Welcome Guest, Not a member yet? Register   Sign In
Fatal Error Message in Javascript.php on line 807 - Please help!
#1

[eluser]Unknown[/eluser]
I have changed the settings in my php.ini file to no avail. Could someone please advise what I need to do to fix this problem.

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 3715 bytes) in /home/churchp/public_html/admin/codeigniter/system/libraries/Javascript.php on line 807
#2

[eluser]CroNiX[/eluser]
Whatever you are trying to do, you are using more server memory than you have available. Either come up with a different solution or increase your server memory. It looks like it's set for 32Megs. Try setting it to 64Megs in php.ini.

memory_limit = 64M




Theme © iAndrew 2016 - Forum software by © MyBB