I'm playing with a coppermine gallery created for a friend - and have a problem creating user galleries. The old menu system in the template was deleted, and has been replaced with a specific menu system. Everything works perfectly except for creating albums for specific users. I have added a 'add to gallery" option, which simply access' upload.php. When the admin logs on works fine - but when specific users log on - it simply tells them they do not have permission. Everything is ok regarding the admin part of the site - ie: they have permission to upload to user galleries.
Any idea what the problem might be.
Thanks
if you want EVERYONE to have access to upload.php, just do this:
open up 'upload.php'
and remove code:
if (!USER_CAN_UPLOAD_PICTURES) {
cpg_die(ERROR, $lang_errors['perm_denied'], __FILE__, __LINE__);
}
that should work-post back:)
not recommended at all!
GauGau
thats why i gave him the warning
Quoteif you want EVERYONE to have access to upload.php