• Resolved Ravenous Raven Design

    (@ravenousravendesign)


    I have gotten an invalid display gallery message on every single page of two of my websites. I recently just updated the plugin from the previous version to the newest update available. So no huge jump in updating, but seemed to break 2 client sites.

    Using nextgen plus on both sites BUT I deactivated plus and the problem still existed. I deactivated all plugins and the problem still existed. It was working just fine last night and this morning. Everything WAS fine yesterday, and today after an update I have over 50+ pages that need fixed.

    this has actually happened on TWO different client websites.

    Here is my gallery overview for one of those sites (sunriserock.com and inlandroofing.com):

    The placeholder text is missing for all my img codes.
    <img class=”ngg_displayed_gallery mceItem” src=”http://sunriserock.com/dev/nextgen-attach_to_post/preview/id–6529&#8243; alt=”” />

    This is what a page looked like yesterday:
    <img class=”ngg_displayed_gallery mceItem” src=”http://sunriserock.com/dev/nextgen-attach_to_post/preview/id–7141&#8243; alt=”” data-mce-placeholder=”1″ />

    Operating System : Linux (64 Bit)
    Server : Apache/2.2
    Memory usage : 15.95 MByte
    MYSQL Version : 5.1.70-log
    SQL Mode : Not set
    PHP Version : 5.3.20
    PHP Safe Mode : Off
    PHP Allow URL fopen : On
    PHP Memory Limit : 200
    PHP Max Upload Size : 200M
    PHP Max Post Size : 200M
    PCRE Backtracking Limit : 1000000
    PHP Max Script Execute Time : 1200s
    PHP Exif support : Yes ( V1.4 )
    PHP IPTC support : Yes
    PHP XML support : Yes
    Graphic Library

    GD Version : bundled (2.0.34 compatible)
    FreeType Support : Yes
    FreeType Linkage : with freetype
    T1Lib Support : Yes
    GIF Read Support : Yes
    GIF Create Support : Yes
    JPEG Support : Yes
    PNG Support : Yes
    WBMP Support : Yes
    XPM Support : Yes
    XBM Support : Yes
    JIS-mapped Japanese Font Support : No

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Ravenous Raven Design

    (@ravenousravendesign)

    Actually, I just moved the site from dev, so here is the new code that displays invalid.

    <img class=”ngg_displayed_gallery mceItem” src=”http://sunriserock.com/nextgen-attach_to_post/preview/id–7165&#8243; alt=”” data-mce-placeholder=”1″ />

    Thread Starter Ravenous Raven Design

    (@ravenousravendesign)

    Just to be more clear: Take this page for example displayed invalid:
    http://sunriserock.com/landscape-materials/decorative-rock/

    displayed invalid with this code
    <img class=”ngg_displayed_gallery mceItem” src=”http://sunriserock.com/nextgen-attach_to_post/preview/id–7141&#8243; alt=”” data-mce-placeholder=”1″ />

    fixed it manually with this code (which was previously working prior to update).
    <img class=”ngg_displayed_gallery mceItem” src=”http://sunriserock.com/nextgen-attach_to_post/preview/id–7345&#8243; alt=”” data-mce-placeholder=”1″ />

    So am I to believe the ID’s changed? Is this what you think is causing the invalid display error?

    Thread Starter Ravenous Raven Design

    (@ravenousravendesign)

    Did the same for this page, but rather than recreate the code, I clicked on the error icon with the exclamation mark and got these differences in code:http://sunriserock.com/landscape-materials/flagstone-and-steps

    Invalid
    <img class=”ngg_displayed_gallery mceItem” src=”http://sunriserock.com/nextgen-attach_to_post/preview/id–7169&#8243; alt=”” data-mce-placeholder=”1″ />

    valid, works
    <img class=”ngg_displayed_gallery mceItem” src=”http://sunriserock.com/nextgen-attach_to_post/preview/id–7347&#8243; alt=”” data-mce-placeholder=”1″ />

    Thread Starter Ravenous Raven Design

    (@ravenousravendesign)

    I am going to have to fix every page manually as I don’t have time to wait for support, but I’m aware other people are having this issue and I am having this same issue on another website. It’s a huge problem and a huge waste of time to have to manually fix every single page. What seems to be missing that i need to replace is the actual “gallery” itself. I have to go thru and re-add the gallery that was previously there. Probably because in the above, the ID’s seemed to have messed up, correct? Why else would it not show?

    There has to be a more streamlined way to fix this asap!

    Plugin Contributor photocrati

    (@photocrati)

    @ravenousravendesign – Unfortunately the <img> tag placeholders are dynamically generated when you save the post, there is nothing in the update process that would trigger this event so I cannot say why this happened on your site.

    I would suggest starting with clearing the image cache under Gallery > Other Options > Miscellaneous and/or using the Reset Option under Gallery > Other Options and then clearing the image cache.

    If this still persists I would check for “new” conflicts with other active plugins (although I doubt this would be the case in your situation).

    – Cais.

    Thread Starter Ravenous Raven Design

    (@ravenousravendesign)

    You are incorrect. This has already happend on 3 websites that I run for clients. I think you need to inspect the situation cause there is no possible way I can go and fix all these manually. These sites have had nextgen working properly on them for months.

    This site inparticualr, which I’m not going to fix manually is experiancing the same problem. UPDATE to the plugin cause this. Worked just fine prior to update. None of the pictures on his website that are using nextgen are displaying. They all have this “invalid display code”
    http://inlandroofing.com/testimonials/

    Could it have been cause by an update to wordpress? Would that effect the plugin, cause I’m telling you for a fact, 3 different websites have all had this issue in the past few weeks because of updates. No other reason.

    P.S. I’ve reset the options and also cleared the image cache and that did absolutely nothing to fix it.

    I’ve also deactivated the current theme and activated with twenty 12 theme and it does not work. I’ve tried deactivating ALL plugins except nextgen and the problem still persists.

    I have the exact same issues, I basically rebuilt the gallery trying to fix it, disabled ALL other plugins, switched to default themes, turned of my css and any customizations.

    I have a very angry customer at hand who wanted to go live with this, a site that worked just fine pre-update πŸ™

    Plugin Contributor photocrati

    (@photocrati)

    @ravenousravendesign – If you have followed the steps outlined in this article: http://codex.wordpress.org/Managing_Plugins#Troubleshooting without success then we would likely need to take a closer look at one of these sites you are having issues with (if they are all having similar issues then most likely it is the same root cause on each).

    We will need log in and FTP credentials, please send those with your Bug Report for the site you would like us to look more closely at.

    Thanks!

    – Cais.

    Link: http://nextgen-gallery.com/report-bug/

    Thread Starter Ravenous Raven Design

    (@ravenousravendesign)

    Just so everyone knows, we think we figured out the problem in my case. I had nextgen installed on many sites, but it just so happened that some sites didn’t error out when updated. The ones that had the display error were more than likely cause by my use of the plugin “better delete revision” which caused it to conflict with nextgen somehow. Still not sure, will test in another site that I can find using both plugins and update again.

    Plugin Contributor photocrati

    (@photocrati)

    @ravenousravendesign – thanks for letting us know, and please keep us up to date if anything changes.

    Thanks,

    -Drew

    @ravenousravendesign

    Hello,
    I have the same problem as you described in your posts. After upgrading to latest version the statement <img class="ngg_displayed_gallery mceItem" src="http://www.mysite.eu/nextgen-attach_to_post/preview/id--953" alt="" data-mce-placeholder="1" /> brings up an Invalid Displayed Gallery error although the site worked fine before update.

    Did you find a solution meanwhile?

    kind regards
    Franz-Georg

    Plugin Contributor photocrati

    (@photocrati)

    @fneurieser – Please start your own topic so we can try to help you with your specific issue on your specific site.

    See http://codex.wordpress.org/Forum_Welcome#Where_To_Post

    Thanks!

    – Cais.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Invalid Displayed Gallery – After Latest Update’ is closed to new replies.