Lack of Storage Lack of Storage
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Lack of Storage

Started by jim voz, September 29, 2008, 05:29:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jim voz

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

Joachim Müller

Quote from: jim voz on September 29, 2008, 05:29:54 PM
I'm assuming I've exceeded my storage capacity.
Assumption is wrong. You're out of RAM, not hard disk space.
Quote from: jim voz on September 29, 2008, 05:29:54 PMIs 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.

Quote from: jim voz on September 29, 2008, 05:29:54 PMI'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

jim voz

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

Joachim Müller

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