Folders in USER GALLERY don't appear Folders in USER GALLERY don't appear
 

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

Folders in USER GALLERY don't appear

Started by JenniferM23H, August 24, 2006, 07:38:44 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JenniferM23H

I don't think this post has been made.   I went back searching a few pages but couldn't find anything.  My question:

I have had people register and then they've uploaded files into their user gallery file.  The files get uploaded and are there, but their folder doesn't appear in the USER Gallery folder of my site.  I've done everything I can think of. 

Are there any suggestions on how I can get those folders to appear when I go into the user gallery.

Thanks
Jennifer


JenniferM23H

So I read the link.  I'm not computer savy--learning--but still have miles to go, so if this questions seems silly I apologize, but... where do I search for this:

$sql .= "WHERE ((isnull(approved) or approved='YES') AND category > " . FIRST_USER_CAT . ") $forbidden_with_icon GROUP BY category ";

so that I can replace it with this:

$sql .= "WHERE ((isnull(approved) or approved='YES') AND category > " . FIRST_USER_CAT . ") $forbidden_with_icon GROUP BY user_id ";

And is this what I'm supposed to be looking for?  Thanks
Jennifer

Nibbler

You need to download the file udb_base.inc.php from your gallery using your FTP client. Then modify the code as instructed and reupload the file. If it's not urgent you can wait for 1.4.9 to be released which includes the fix.

JenniferM23H

Okay.  Thank you for the help.

Jennifer