Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Simple question: Can I have more than 10 upload boxes?  (Read 3477 times)

0 Members and 1 Guest are viewing this topic.

barbv59

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Simple question: Can I have more than 10 upload boxes?
« on: August 21, 2006, 07:27:08 pm »

I am an admin, and it says i can only get up to 10 upload boxes. Is there a trick or something I can do about that. I wish i could upload like 80 files at a time.
« Last Edit: August 21, 2006, 08:42:57 pm by Nibbler »
Logged

crash3903

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • Picture Palace
Re: Simple question: Can I have more than 10 upload boxes?
« Reply #2 on: August 21, 2006, 08:10:14 pm »

In groupmgr.php look for (@ line 202)

Code: [Select]
for ($i = 0; $i <= 10; $i++) {
Change it to...

Code: [Select]
for ($i = 0; $i <= 80; $i++) {
Try that but remember that you may suffer from timeouts and a host of other errors if you are uploading a lot of files at the same time

Regards

Mark
Logged

barbv59

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Simple question: Can I have more than 10 upload boxes?
« Reply #3 on: August 21, 2006, 08:42:31 pm »

wow
THANK you so muuuuch
I was breaking my head  :-*

I LOVE U!!
just kidding
but thanks!!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Simple question: Can I have more than 10 upload boxes?
« Reply #4 on: August 21, 2006, 09:07:26 pm »

Not the recommended solution. The one Nibbler posted is the only recommended solution for you as coppermine admin. Make your users use XP_Publisher. Don't apply the hack crash3903 suggested for http uploads by your users, as you're bound to run into issues.
Logged

crash3903

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
    • Picture Palace
Re: Simple question: Can I have more than 10 upload boxes?
« Reply #5 on: August 21, 2006, 09:08:18 pm »

Quote
Try that but remember that you may suffer from timeouts and a host of other errors if you are uploading a lot of files at the same time
Logged

barbv59

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Simple question: Can I have more than 10 upload boxes?
« Reply #6 on: August 22, 2006, 12:42:20 am »

I went and changed the code, thought it would work but still having the same issue.  :-\
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Simple question: Can I have more than 10 upload boxes?
« Reply #7 on: August 22, 2006, 05:47:14 am »

What's wrong with batch-add?
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 19 queries.