forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: brenakie on January 11, 2007, 12:33:12 am

Title: Upgrade permission issues :: Registered can't upload
Post by: brenakie on January 11, 2007, 12:33:12 am
Hello,

I upgraded to 1.4.10 from 1.3.5


Everything seems to have carried over ok, i.e. photos, comments, ratings etc...

Logged in as the Admin (in user mode) I have the Upload File option
Logged in as a Registered user I do not have the Upload File option <- This is my issue

I've gone through every page to see if I missed something and cannot find anything, I'm at a loss..  Hope you can help

Album General Setting
Album can be viewed by Everybody    
Album password  EMPTY
Album password hint     EMPTY
Visitors can upload files *     Yes
Visitors can post comments *    Yes
Visitors can rate files *    Yes

Groups :: Setting for Registered
Permissions
Rating      Yes
Ecards    Yes
Comments    Yes

Public albums upload
Allowed      Yes
Approval    Yes

Personal gallery
Allowed      Yes
Approval    Yes

User Manager
My test user is in the Registered group

I hope someone can help, if not I'm going to have to revert back to my older version.

Thanks in advance for your help I really appreciate it!



Title: Re: Upgrade permission issues :: Registered can't upload
Post by: brenakie on January 11, 2007, 02:54:18 pm
Last night I compared the settings to another gal I have, running 1.4.8 and everything appears to be identical.

Hope someone has some info, I couldn't have stumped you.....   ???

I'd hate to roll back to the older version.  :-[

Thanks again,

Bren
Title: Re: Upgrade permission issues :: Registered can't upload
Post by: Nibbler on January 11, 2007, 05:30:02 pm
Post a link to your gallery and the test user account. Enable debug mode for all if you can. If you can't then post the debug output while logged in as the test user.
Title: Re: Upgrade permission issues :: Registered can't upload
Post by: brenakie on January 11, 2007, 06:14:19 pm
Post a link to your gallery and the test user account. Enable debug mode for all if you can. If you can't then post the debug output while logged in as the test user.

Nibbler,

I PM'd you the info.

Debug mode is enabled.

Thanks!
Title: Re: Upgrade permission issues :: Registered can't upload
Post by: brenakie on January 11, 2007, 07:09:36 pm
Nibbler cannot help me out, is there anyone else out here that can?
Title: Re: Upgrade permission issues :: Registered can't upload
Post by: brenakie on January 11, 2007, 07:25:36 pm
New development:

I created a New Test user and that account can upload.  I'm going to dig into the sql Db to see if I can find an anomaly between the accounts before the upgrade and ones created after the upgrade.
Title: Re: Upgrade permission issues :: Registered can't upload
Post by: brenakie on January 11, 2007, 08:24:43 pm
It looks like the variables are not being carried over, Is there a way to re-apply the permissions to the users prior to the upgrade either in coppermine or SQL???????

==========================
USER DATA:
------------------
Array
(
    [user_id] => 654
    [user_name] => New User / Joe Test
    [groups] => Array
        (
            [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 0
    [pub_upl_need_approval] => 1
    [priv_upl_need_approval] => 1
    [group_name] => Registered
    [upload_form_config] => 3
    [group_quota] => 1024
    [can_see_all_albums] => 0
    [group_id] => 2
)

Array
(
    [user_id] => 125
    [user_name] => Old User
    [groups] => Array
        (
            [can_rate_pictures] => 0
    [can_send_ecards] => 0
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 0
    [can_upload_pictures] => 0
    [can_create_albums] => 0
    [has_admin_access] => 0
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] =>
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 0
    [group_id] => 234
)
Title: Re: Upgrade permission issues :: Registered can't upload
Post by: Nibbler on January 11, 2007, 09:53:46 pm
What version of phpbb are you running?
Title: Re: Upgrade permission issues :: Registered can't upload
Post by: brenakie on January 12, 2007, 04:26:01 am
Nibbler,

Thanks for all your help!!

I upgraded my boards to the current rev and reapplied my bridge and everything is PERFECT!!!

Thanks to all!