Files page is broken in one project
Page: 1
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?
-----
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
Web Designer/Developer
Red Kite Creative LLC
dac@redkitecreative.com
www.redkitecreative.com
(970) 372-2125
Ilija Studen
on Mar 4. 2008. 9:22 pm
Turn debugging on by changing:
to
in config/config.php.
This should tell activeCollab to print some useful error message so we can figure out what is wrong.
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
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?
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
Web Designer/Developer
Red Kite Creative LLC
dac@redkitecreative.com
www.redkitecreative.com
(970) 372-2125
Ilija Studen
on Mar 5. 2008. 8: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



