Noticed I could not upload pictures to a gallery after logging in as a normal member. After a long time of trial and error I figured out the cause...
Line 206 in sgal_publish_class says ref when it should say pref... if(!check_class($sgal_pref['
sgal_upload_publishxp']) || !check_class($ref['sgal_active'])) {
change to: if(!check_class($sgal_pref['
sgal_upload_publishxp']) || !check_class($pref['sgal_active'])) {
This fix did not work for me. Additionally, that line looks different for me, when I download the latest version of the gallery, sgallery/includes/sgal_publish_class.php line 206 looks like this: