forum.coppermine-gallery.net

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: tzortst on October 22, 2003, 07:09:24 am

Title: Uploading doesn't work anymore, quota error
Post by: tzortst on October 22, 2003, 07:09:24 am
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
Title: Uploading doesn't work anymore, quota error
Post by: DJMaze on October 22, 2003, 07:20:06 am
Try this:

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

into
Code: [Select]
           if (!GALLERY_ADMIN_MODE && $USER_DATA['group_quota'] != '0') {
Title: Uploading doesn't work anymore, quota error
Post by: Joachim Müller on October 22, 2003, 08:51:41 am
@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
Title: Uploading doesn't work anymore, quota error
Post by: tzortst on October 22, 2003, 09:47:41 am
Nope still have the problem.
Title: Uploading doesn't work anymore, quota error
Post by: tzortst on October 24, 2003, 04:01:02 pm
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.