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) 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 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 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? 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
Archived
This topic is now archived and is closed to further replies.