• Resolved the_cobra666

    (@the_cobra666)


    Hi,

    I’m stuck with 3.1.3. When I go to the album page, I can’t “pick up” an album or gallery to put it in an album. It selects text.

    I also cannot edit an album.

    Any suggestions?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter the_cobra666

    (@the_cobra666)

    Version: 1.3.3.. Sorry typo!

    Thread Starter the_cobra666

    (@the_cobra666)

    I did some more testing.

    Deleted 1.3.3. Installed 1.2.1 and I could again move the gallery’s to a different album. As soon as I installed 1.3.0, I couldn’t.

    The problem is with 1.3.0. The update proces, spit out one error:

    Upgrade NextGEN Gallery
    Upgrade database structure…

    WordPress database error: [Duplicate key name ‘post_id’]
    ALTER TABLE wp_ngg_pictures ADD INDEX post_id ( post_id )

    finished
    Upgrade sucessful

    Continue…

    I did notice, that the controls for “minimize, maximize and show all”, do not work.

    Thread Starter the_cobra666

    (@the_cobra666)

    Got some more info.

    If I rename the table: wp_ngg_pictures, then disable and activate nextgen gallery again. I CAN move the albums / gallery’s. If I create a new gallery, upload a pic in it, take that as a preview pic, I still can move them around…

    As soon as I delete that table and put the old one back, the problem is back. I’ve done a dump of the table’s structure:

    CREATE TABLEwp_ngg_pictures` (
    pid bigint(20) NOT NULL auto_increment,
    post_id bigint(20) NOT NULL default ‘0’,
    galleryid bigint(20) NOT NULL default ‘0’,
    filename varchar(255) NOT NULL default ”,
    description mediumtext,
    alttext mediumtext,
    imagedate datetime NOT NULL default ‘0000-00-00 00:00:00’,
    exclude tinyint(4) default ‘0’,
    sortorder bigint(20) NOT NULL default ‘0’,
    meta_data longtext,
    PRIMARY KEY (pid),
    KEY post_id (post_id)
    ) ENGINE=MyISAM AUTO_INCREMENT=32342 DEFAULT CHARSET=latin1 AUTO_INCREMENT=32342 ;`

    This looks okay to me. Anybody who has a suggestion ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] Can’t move a gallery / album in album’ is closed to new replies.