Upgrade permission issues :: Registered can't upload Upgrade permission issues :: Registered can't upload
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Upgrade permission issues :: Registered can't upload

Started by brenakie, January 11, 2007, 12:33:12 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

brenakie

Hello,

I upgraded to 1.4.10 from 1.3.5


  • I'm bridged to my phpbb Db and can log in as the site admin as well as a registered test user.
  • I'm running the default/classic theme
  • I'm using the CPGMark v1.3RC1 (watermark) plugin

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!




brenakie

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

Nibbler

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.

brenakie

Quote from: 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.

Nibbler,

I PM'd you the info.

Debug mode is enabled.

Thanks!

brenakie

Nibbler cannot help me out, is there anyone else out here that can?

brenakie

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.

brenakie

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
        (
           
  • => 2
                [1] => 814
            )

        [disk_max] => 1024
        [disk_min] => 1024
        [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
            (
               
  • => 234
                [1] => 392
            )

        [disk_max] => 0
        [disk_min] => 0
        [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
    )

Nibbler


brenakie

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!