1.4.10: Renaming 'registered' group doesn't appear to work 1.4.10: Renaming 'registered' group doesn't appear to work
 

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

1.4.10: Renaming 'registered' group doesn't appear to work

Started by AndrewRH, October 31, 2006, 07:04:59 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AndrewRH

Hi,

I just upgraded from 1.4.9 to 1.4.10 (I only found Coppermine last week!).  See http://cpg.reeves-hall.net/

I went into the 'Groups' tab and tried changing the 'Registered' group name to 'Friends'.  Aside: I created a new group called 'Family' while there too.

I applied the modifications and then the screen updated to show the updated group list (there was now a red x icon beside it saying it could be renamed back to 'Registered').

I clicked the 'Home' link and then went back into 'Groups'.

Here, I saw that the name 'Registered' had be reapplied.

There were no error messages shown (I have them turned on).

Any help would be appreciated,

~Andrew~

Here's what I get right after clicking the 'Apply Modifications' button:
QuoteUSER:
------------------
Array
(
    [ID] => 343b807235732bf4c414766581fa76ba
    [am] => 1
    [lang] => english
    [liv] => Array
        (
           
  • => 502
                [1] => 5
            )

    )

    ==========================
    USER DATA:
    ------------------
    Array
    (
        [user_id] => 1
        [user_name] => AndrewRH
        [groups] => Array
            (
               
  • => 1
            )

        [disk_max] => 0
        [disk_min] => 0
        [can_rate_pictures] => 1
        [can_send_ecards] => 1
        [ufc_max] => 0
        [ufc_min] => 0
        [custom_user_upload] => 0
        [num_file_upload] => 1
        [num_URI_upload] => 0
        [can_post_comments] => 1
        [can_upload_pictures] => 1
        [can_create_albums] => 1
        [has_admin_access] => 1
        [pub_upl_need_approval] => 0
        [priv_upl_need_approval] => 0
        [group_name] => Administrators
        [upload_form_config] => 0
        [group_quota] => 0
        [can_see_all_albums] => 1
        [group_id] => 1
    )

    ==========================
    Queries:
    ------------------
    Array
    (
       
  • => SELECT extension, mime, content, player FROM cpg149_filetypes; (0s)
        [1] => select * from cpg149_plugins order by priority asc; (0s)
        [2] => delete from `db183548106`.cpg149_sessions where time<1162314219 and remember=0; (0.001s)
        [3] => delete from `db183548106`.cpg149_sessions where time<1161108219; (0s)
        [4] => select user_id from `db183548106`.cpg149_sessions where session_id=md5("1596cbf5ec388d24ff8ef18d4497edc90d429b96736c5a9ea07ba4e6954dec28"); (0s)
        [5] => select user_id as id, user_password as password from `db183548106`.cpg149_users where user_id=1 (0s)
        [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `db183548106`.cpg149_users AS u INNER JOIN `db183548106`.cpg149_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0.001s)
        [7] => SELECT user_group_list FROM `db183548106`.cpg149_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
        [8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg149_usergroups WHERE group_id in (1) (0.001s)
        [9] => SELECT group_name FROM  cpg149_usergroups WHERE group_id= 1 (0s)
        [10] => update `db183548106`.cpg149_sessions set time='1162317819' where session_id=md5('1596cbf5ec388d24ff8ef18d4497edc90d429b96736c5a9ea07ba4e6954dec28'); (0s)
        [11] => SELECT user_favpics FROM cpg149_favpics WHERE user_id = 1 (0s)
        [12] => DELETE FROM cpg149_banned WHERE expiry < '2006-10-31 18:03:39' (0s)
        [13] => SELECT * FROM cpg149_banned WHERE (ip_addr='80.246.32.32' OR ip_addr='192.168.114.103' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT group_id, group_name FROM cpg149_usergroups WHERE 1 (0.001s)
        [15] => UPDATE cpg149_usergroups SET has_admin_access = '1' WHERE group_id = '1' LIMIT 1 (0.001s)
        [16] => UPDATE cpg149_usergroups SET group_name='Administrators',group_quota='0',can_rate_pictures='1',can_send_ecards='1',can_post_comments='1',can_upload_pictures='1',pub_upl_need_approval='0',can_create_albums='1',priv_upl_need_approval='0',upload_form_config='0',custom_user_upload='0',num_file_upload='1',num_URI_upload='0' WHERE group_id = '1' LIMIT 1 (0s)
        [17] => UPDATE cpg149_usergroups SET group_name='Friends',group_quota='1024',can_rate_pictures='0',can_send_ecards='0',can_post_comments='0',can_upload_pictures='0',pub_upl_need_approval='1',can_create_albums='0',priv_upl_need_approval='0',upload_form_config='0',custom_user_upload='0',num_file_upload='1',num_URI_upload='0' WHERE group_id = '2' LIMIT 1 (0.001s)
        [18] => UPDATE cpg149_usergroups SET group_name='Guests',group_quota='0',can_rate_pictures='0',can_send_ecards='0',can_post_comments='0',can_upload_pictures='0',pub_upl_need_approval='1',can_create_albums='0',priv_upl_need_approval='1',upload_form_config='0',custom_user_upload='0',num_file_upload='0',num_URI_upload='0' WHERE group_id = '3' LIMIT 1 (0s)
        [19] => UPDATE cpg149_usergroups SET group_name='Banned',group_quota='0',can_rate_pictures='0',can_send_ecards='0',can_post_comments='0',can_upload_pictures='0',pub_upl_need_approval='0',can_create_albums='0',priv_upl_need_approval='0',upload_form_config='0',custom_user_upload='0',num_file_upload='0',num_URI_upload='0' WHERE group_id = '4' LIMIT 1 (0s)
        [20] => UPDATE cpg149_usergroups SET group_name='Family',group_quota='0',can_rate_pictures='1',can_send_ecards='1',can_post_comments='1',can_upload_pictures='1',pub_upl_need_approval='1',can_create_albums='1',priv_upl_need_approval='1',upload_form_config='0',custom_user_upload='0',num_file_upload='1',num_URI_upload='0' WHERE group_id = '5' LIMIT 1 (0s)
        [21] => SELECT COUNT(*) FROM cpg149_pictures WHERE approved = 'NO' (0s)
        [22] => SELECT * FROM cpg149_usergroups WHERE 1 ORDER BY group_id (0.001s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
    )

    ==========================
    POST :
    ------------------
    Array
    (
        [group_id] => Array
            (
               
  • => 1
                [1] => 2
                [2] => 3
                [3] => 4
                [4] => 5
            )

        [group_name_1] => Administrators
        [group_quota_1] => 0
        [can_rate_pictures_1] => 1
        [can_send_ecards_1] => 1
        [can_post_comments_1] => 1
        [can_upload_pictures_1] => 1
        [pub_upl_need_approval_1] => 0
        [can_create_albums_1] => 1
        [priv_upl_need_approval_1] => 0
        [custom_user_upload_1] => 0
        [num_file_upload_1] => 1
        [num_URI_upload_1] => 0
        [group_name_2] => Friends
        [group_quota_2] => 1024
        [can_rate_pictures_2] => 0
        [can_send_ecards_2] => 0
        [can_post_comments_2] => 0
        [can_upload_pictures_2] => 0
        [pub_upl_need_approval_2] => 1
        [can_create_albums_2] => 0
        [priv_upl_need_approval_2] => 0
        [custom_user_upload_2] => 0
        [num_file_upload_2] => 1
        [num_URI_upload_2] => 0
        [group_name_3] => Guests
        [group_quota_3] => 0
        [can_rate_pictures_3] => 0
        [can_send_ecards_3] => 0
        [can_post_comments_3] => 0
        [can_upload_pictures_3] => 0
        [pub_upl_need_approval_3] => 1
        [can_create_albums_3] => 0
        [priv_upl_need_approval_3] => 1
        [custom_user_upload_3] => 0
        [num_file_upload_3] => 0
        [num_URI_upload_3] => 0
        [group_name_4] => Banned
        [group_name_5] => Family
        [group_quota_5] => 0
        [can_rate_pictures_5] => 1
        [can_send_ecards_5] => 1
        [can_post_comments_5] => 1
        [can_upload_pictures_5] => 1
        [pub_upl_need_approval_5] => 1
        [can_create_albums_5] => 1
        [priv_upl_need_approval_5] => 1
        [custom_user_upload_5] => 0
        [num_file_upload_5] => 1
        [num_URI_upload_5] => 0
        [apply_modifs] => Apply modifications
        [upload_form_config_1] => 0
        [upload_form_config_2] => 0
        [upload_form_config_3] => 0
        [upload_form_config_4] => 0
        [upload_form_config_5] => 0
    )

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.4 - OK
    ------------------
    mySQL version: 4.0.27-standard-log
    ------------------
    Coppermine version: 1.4.10(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: 2.0 or higher
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support:
    GIF Read Support: 1
    GIF Create Support: 1
    JPG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XBM Support:
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 4.0.25
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/run/mysqld/mysqld.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib -lmysqlclient 
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.2.1
    Linked Version 1.2.1
    ==========================
    Server restrictions (safe mode)?
    ------------------
    Directive | Local Value | Master Value
    safe_mode | Off | Off
    safe_mode_exec_dir | /usr/local/php/bin | /usr/local/php/bin
    safe_mode_gid | Off | Off
    safe_mode_include_dir | no value | no value
    safe_mode_exec_dir | /usr/local/php/bin | /usr/local/php/bin
    sql.safe_mode | Off | Off
    disable_functions | no value | no value
    file_uploads | On | On
    include_path | .:/usr/local/lib/php | .:/usr/local/lib/php
    open_basedir | no value | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | no value | no value
    sendmail_path | /usr/sbin/sendmail -t -i  | /usr/sbin/sendmail -t -i
    SMTP | localhost | localhost
    smtp_port | 25 | 25
    ==========================
    Size and Time
    ------------------
    Directive | Local Value | Master Value
    max_execution_time | 50000 | 50000
    max_input_time | -1 | -1
    upload_max_filesize | 20M | 20M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.084 seconds - 23 queries in 0.007 seconds - Album set : ; Meta set: ;
~Andrew~

Nibbler

We know. Don't post debug info unless requested - it clutters your post and is a security risk to you.

AndrewRH

Ok, thanks.  I did search for it, but I guess I must have missed it in previous posts.

Kudos for the fast support!  Its that kind of service that will make the tool even more popular.
~Andrew~