Login or Register

RSS IconRecent posts in this topic

avatar
redkite on Mar 4. 2008. 2:11 pm
My client uploaded some images for one project yesterday, and now when I try to go to the Files page I get a blank page with the following text:

-----
Order by: filename (a-z) | date and time
Page: (1)
Monday, 3 March

(broken image)
-----

No template, no images....

The files for all other projects are fine, it's just this one that's the problem. Can someone tell me how to recover this page in this project?
Debbie Campbell
Web Designer/Developer
Red Kite Creative LLC

dac@redkitecreative.com
www.redkitecreative.com
(970) 372-2125
avatar
Ilija Studen on Mar 4. 2008. 3:22 pm
Turn debugging on by changing:

define('DEBUG', false);


to

define('DEBUG', true);


in config/config.php.

This should tell activeCollab to print some useful error message so we can figure out what is wrong.
activeCollab team member
avatar
redkite on Mar 4. 2008. 3:58 pm
Here's the error message:

Fatal error: Out of memory (allocated 27787264) (tried to allocate 4200 bytes) in /home/stunter/public_html/activecollab/library/simplegd/classes/SimpleGdImage.class.php on line 113

What should I do? Is there a size limit for images that I should tell my client about?
Debbie Campbell
Web Designer/Developer
Red Kite Creative LLC

dac@redkitecreative.com
www.redkitecreative.com
(970) 372-2125
avatar
Ilija Studen on Mar 5. 2008. 2:58 am
Image resizing can consume a lot more memory than regular script execution so you should increase memory limit to 64MB. That can be handled by your hosting provider.
activeCollab team member

RSS IconRecent posts in this topic