Jump to content

Coppermine Help


jleaman
 Share

Recommended Posts

ok i got copper-mine installed and working but this is one error im getting

 

Fatal error: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 6400 bytes) in/var/www/html/copper/include/picmgmt.inc.php on line 176

 

 

it is only when i upload bigger pictures.. how can i change this...

Link to comment
Share on other sites

Check your PHP config.

 

Mine is at

/etc/php4/apache/php.ini

 

 

The memory limit line is what you want.

In mine it looks like this:

 

;;;;;;;;;;;;;;;;;;;

; Resource Limits ;

;;;;;;;;;;;;;;;;;;;

 

max_execution_time = 30 ; Maximum execution time of each script, in seconds

max_input_time = 60 ; Maximum amount of time each script may spend parsing request data

memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...