avatar buzzdeep Pro Oct 23. 2008. 10:27 am
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 11400 bytes) in/public_html/collab/activecollab/angie/functions/general.php on line 883

This started happening all of a sudden after successfully using AC for about a month.

What went wrong?
avatar Ilija Studen Staff Oct 23. 2008. 10:51 am
On which pages does this show? You can read more about memory in following articles:

* Solving memory limit problem
* Problems with memory and thumbnail creation

Edit: Based on line number, it seams that GD is consuming too much memory when it loads JPEG that needs to be resized. You should check article that covers thumbnail creation.
avatar buzzdeep Pro Oct 23. 2008. 11:00 am
Thanks..that helped :)