forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upload => Topic started by: jim voz on September 29, 2008, 05:29:54 pm

Title: Lack of Storage
Post by: jim voz on September 29, 2008, 05:29:54 pm
Received this error message

"Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 12288 bytes) in /on line 262"

I'm assuming I've exceeded my storage capacity.
Is there a way to increase the size,

P.S I'm cannot write any php code so is it possible from the actual site.
Jim
Title: Re: Lack of Storage
Post by: Joachim Müller on September 29, 2008, 06:33:01 pm
I'm assuming I've exceeded my storage capacity.
Assumption is wrong. You're out of RAM, not hard disk space.
Is there a way to increase the size,
Both RAM as well as hard disk space can only be increased by the webserver admin, usually your webhost.

I'm cannot write any php code so is it possible from the actual site.
You don't need to be able to write code to read a manual. There is a manual that comes with coppermine (it is named "documentation", surprisingly) that deals with the error message you got. RTFM
Title: Re: Lack of Storage
Post by: jim voz on October 01, 2008, 03:30:29 pm
Okay, so the issue is RAM-memory related, the page simply cannot be built by the server with that much information on it.
Other than removing some content I'm not sure what my options are?
I currently have on the page 4 Albums;
1 Video, 1 Slideshow and 2 Albums of Photos.
Can these be placed elsewhere on a second page or level.
Jim
 
Title: Re: Lack of Storage
Post by: Joachim Müller on October 01, 2008, 05:22:34 pm
This issue is not related to the amount of content on your page, but the dimensions of the file that you're trying to upload. Read the docs as I suggested - here's a deep link for the lazy: http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#ErrorAllowedMemorySize