Uploading doesn't work anymore, quota error Uploading doesn't work anymore, quota error
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Uploading doesn't work anymore, quota error

Started by tzortst, October 22, 2003, 07:09:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tzortst

I have made my gallery so people can upload as they please, no registration required. I have not uploaded anything and left it all to the guest, they have been happly uploading, They could be the frist to upload into any album now when they try the remaining emtpy albums they get this error

Disk quota exceeded
 
You have a space quota of 150K, your pictures currently use 0K, adding this picture would make you exceed your quota.

So what i did was i uploaded a pic into one of these albums, and now they can upload into that album.

What is the problem? it was fine and now i am having problems. I have searched these forums and found nothing. Hope you can help me out

DJMaze

Try this:

picmgmt.inc.php Line 39
Replace            if (!GALLERY_ADMIN_MODE && $USER_DATA['group_quota']) {

into            if (!GALLERY_ADMIN_MODE && $USER_DATA['group_quota'] != '0') {
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

Joachim Müller

@DJMaze: any commits to the cvs on this issue? If you find a bug, please not e this on the thread where the bug has been discovered!

GauGau

tzortst


tzortst

Anyone? i am still getting the message now with registed users also. Really annouying, what causes it

Thing is now it randomly happens to them, even with albums with pictures already in there.