• Resolved hermannf1

    (@hermannf1)


    Today I made a big update from NextGEN 1.6.2 to 2.0.66.16.
    Now the Image Browser is not working. The links to the “Next” image is not right. This problem is only with the old Galleries. When I create a new Gallery everything is ok.
    With old galleries I get this urls: …./nggallery/pid–/image/
    With new galleries I get this urls: … …./nggallery/image/name_of_the_pic_No.-1/
    How can I fix the problem with the old galleries?
    BR Hermann

    https://www.ads-software.com/plugins/nextgen-gallery/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @hermannf1 – I would suggest starting with the Reset Option under Gallery > Other Options … otherwise you may need to re-insert the old galleries as that is a very, very old version you updated from and to be honest we do not test updating from versions that old so there could be something that may be left behind from the old NextGEN Legacy version that is affecting the current NextGEN Gallery you updated to.

    – Cais.

    Thread Starter hermannf1

    (@hermannf1)

    I tried it already with the Reset without success. I think I have found the problem. With the update I got 3 new columns in the DB. Image_slug, extras_poist_id and updated_at. This columns are all empty. Is there a script available to create the missing data for the new columns?
    THX

    hermannf1, modify wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/view/gallery.php (line 38 i think)

    replace <a href="<?php echo nextgen_esc_url($image->imageURL) ?>"
    by <a href="<?php echo nextgen_esc_url($image->pidlink) ?>"
    In display settings choose the model “gallery.php” Done!

    Tested!

    Plugin Contributor photocrati

    (@photocrati)

    @xrty – Thanks for sharing!

    @hermannf1 – We did make some changes to how and what we store in the database, you should expect to see those columns fill with data as you add new galleries/images.

    – Cais.

    Hello,
    I am having the same issue. I tried reset, and the I tried moving the images from an old gallery to a new one with no luck. Any ideas?

    BR,
    MRP

    Thread Starter hermannf1

    (@hermannf1)

    Hi
    @mrpatulski
    I have found a solution for me.
    I did it with 2 steps.
    Step 1 – update to 1.9.5
    Step 2 – update from 1.9.5 to 2.0.66.16.
    But the URL are now not the same:
    Old URL for example:
    https://www.fullmoonparty-phangan.org/nggallery/page-158/image/695
    The same pic with the new URL:
    https://www.fullmoonparty-phangan.org/bodypainting2010/nggallery/image/bodypainting-01/

    BR

    Plugin Contributor photocrati

    (@photocrati)

    @hermannf1 – Thanks for the update.

    @mrpatulski – It may be best for you to start your own topic as it is not likely all of the same specifics will apply to your site as the OP.

    Thanks!

    – Cais.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Gallery Image browser is not working after upddate NextGEN’ is closed to new replies.