xoligy Posted May 19, 2008 Share Posted May 19, 2008 Just fixing some busg in a script im messing with and got that but dunno why was working 2mins ago :/ Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 71 bytes) Quote Link to comment https://forums.phpfreaks.com/topic/106290-solved-error-dunno-what-it-means-tho/ Share on other sites More sharing options...
beboo002 Posted May 19, 2008 Share Posted May 19, 2008 your memory limit=16M with was full while runing ur secript increse ur memory limit to php.ini file Quote Link to comment https://forums.phpfreaks.com/topic/106290-solved-error-dunno-what-it-means-tho/#findComment-544705 Share on other sites More sharing options...
xoligy Posted May 19, 2008 Author Share Posted May 19, 2008 aaah ok thanks beboo Quote Link to comment https://forums.phpfreaks.com/topic/106290-solved-error-dunno-what-it-means-tho/#findComment-544717 Share on other sites More sharing options...
xoligy Posted May 19, 2008 Author Share Posted May 19, 2008 Ok seems im having problems, i went to my termional on ubuntu and typed gksudo "gedit /etc/php5/apache2/php.ini" i then changed the memory limit to 64M and its not changed :/ anyone got any ideas why? Configuration File (php.ini) Path /etc/php5/apache2 memory_limit 16M 16M thats from doing <? phpinfo (); ?> just thought do i need to reset apache? Quote Link to comment https://forums.phpfreaks.com/topic/106290-solved-error-dunno-what-it-means-tho/#findComment-544731 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.