ballhogjoni Posted March 29, 2009 Share Posted March 29, 2009 What can I do to fix this issue other than change the memory_limit directive in php.ini. Better yet what would cause this error? Link to comment https://forums.phpfreaks.com/topic/151584-fatal-error-allowed-memory-size-of-16777216-bytes-exhausted/ Share on other sites More sharing options...
corbin Posted March 29, 2009 Share Posted March 29, 2009 Do you have an infinite loop or something maybe? Usually image manipulation is the only thing people do that's memory intensive in PHP. 16MB is quite a bit of memory for a script. What does the script do? Link to comment https://forums.phpfreaks.com/topic/151584-fatal-error-allowed-memory-size-of-16777216-bytes-exhausted/#findComment-796124 Share on other sites More sharing options...
ballhogjoni Posted March 29, 2009 Author Share Posted March 29, 2009 im thinking a infinite loop I'll look at the code again and optimize. Link to comment https://forums.phpfreaks.com/topic/151584-fatal-error-allowed-memory-size-of-16777216-bytes-exhausted/#findComment-796126 Share on other sites More sharing options...
redarrow Posted March 29, 2009 Share Posted March 29, 2009 Is there any possibility you pic's, are huge and not, re sized buy a application, and your setting the width and height your self. all i can think off my self if it not a loop issue. Link to comment https://forums.phpfreaks.com/topic/151584-fatal-error-allowed-memory-size-of-16777216-bytes-exhausted/#findComment-796138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.