• Resolved archiseek

    (@archiseek)


    With the most recent update, the “Scan Folder for New Images” is not functioning correctly

    If I have a gallery of ten images and upload one more

    It re-adds the original 10 plus the new one, leaving me with 21 not 11

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @archiseek,

    We appreciate your report, and sorry for the inconveniences created.

    I have forwarded the details to the development team, and they’ll look into having it solved as soon as possible.

    @archiseek,

    I had the same problem, and I found the typo that was causing it. I’ve let Imagely know so they can fix it in the next update.

    But, if you want to manually edit the source code to fix the issue in the meantime, there’s a stray single quote at line 512 of /nextgen-gallery/src/Legacy/admin/functions.php.

    "SELECT filename FROM {$wpdb->nggpictures} WHERE galleryid = %s'",

    it should read:

    "SELECT filename FROM {$wpdb->nggpictures} WHERE galleryid = %s",

    If you remove that stray single quote, it fixes the problem.

    Plugin Support Mihai Ceban

    (@mihaiimagely)

    Hi @postmastergs, @archiseek,

    Thanks for your contribution. We confirm that this issue will get resolved in the next plugin update.

    Thread Starter archiseek

    (@archiseek)

    Excellent, thanks, will manually correct.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Most recent update – add new images’ is closed to new replies.