coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: allvip on May 30, 2013, 10:31:40 AM

Title: URGENT Buttons in albmgr.php not working
Post by: allvip on May 30, 2013, 10:31:40 AM
Select category - not working
move albums - not working
move,delete,album prop,edi,thumb - not working
new album - not working

so I updated from 1.5.20 to 1.5.22

still not working

YOU CAN LOGIN WITT user:test pass:123456
you can see debug mode - enable debug mode - yes,everyone

USER:
------------------
Array
(
    [ID] => 1ed9fca28743990955f7ddb071f16af9
    [lang] => english
    [liv] => Array
        (
        )

    [am] => 1
)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => allvip
    [groups] => Array
        (
            [0] => 1
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [can_post_comments] => 1
    [can_upload_pictures] => 1


Title: Re: URGENT Buttons in albmgr.php not working
Post by: Αndré on May 30, 2013, 10:58:38 AM
Please post a link to your gallery. Additionally, please upgrade it to the latest stable release (currently cpg1.5.24, not cpg1.5.22).
Title: Re: URGENT Buttons in albmgr.php not working
Post by: allvip on May 30, 2013, 10:59:48 AM
http://allvip.us/gallery/index.php (http://allvip.us/gallery/index.php)
Title: Re: URGENT Buttons in albmgr.php not working
Post by: Αndré on May 30, 2013, 11:03:34 AM
If it still doesn't work with cpg1.5.24, please temporary disable the plugin engine and check if it works. If not, try to use a core theme like water_drop (http://allvip.us/gallery/albmgr.php?theme=water_drop).
Title: Re: URGENT Buttons in albmgr.php not working
Post by: allvip on May 30, 2013, 11:10:12 AM
thanks a lot for the fast response.I disable the plugin engine and it works.I install today some new plugins.I will enable Display notices in debug mode in config to see what plugin is doing that.
Title: Re: URGENT Buttons in albmgr.php not working
Post by: Αndré on May 30, 2013, 11:11:41 AM
Notices probably won't help you. Instead, try to disable/uninstall each plugin one by one to find out which one breaks the album manager.
Title: Re: URGENT Buttons in albmgr.php not working
Post by: allvip on May 30, 2013, 11:32:33 AM
enable Display notices in debug mode in config to see what plugin is doing that - is not a good thing to do.shows something wrong with all the plugins.

it was Move multiple pictures on filmstrip I found on youtube.
Title: Re: URGENT Buttons in albmgr.php not working
Post by: Αndré on May 30, 2013, 11:37:34 AM
Please read the PHP docs, our docs or search our board to understand what notices are. They don't tell you that something isn't working as expected.