• I have a strange problem: NextGen Gallery _suddenly_ ceased to show embedded images both on static pages and in the blog. I did not touch a thing…

    The [singlepic] thing seems broken. It only shows the alt-text.

    The created link works, and shows the image once clicked. Galleries, albums, everything works – except IMG tags.

    This happens on Vista (Firefox and IE) and Ubuntu (Firefox). Several people have confirmed the problem.

    ————————————————
    NextGen gallery creates the following URL:
    /wordpress/wp-content/plugins/nextgen-gallery/nggshow.php?pid=20&width=160&height=120&mode=

    using:
    [singlepic=20,160,120,,left]

    Picture 20 exists in a gallery.

Viewing 15 replies - 16 through 30 (of 39 total)
  • Hi, again.

    Forgot to add that this is what I have in my post.

    [singlepic=11,400,400]

    And, I do think the problem is related to the resizing of the image. The

    The original I have is 1036 x 691. I’ve added this to see if it made a difference. No luck.

    [singlepic=11,1036,691]

    Also for the 400×400 direct URL this is what FF3 validator shows me after it says that the page is not in my domain list? Line 1 and 2 are blank. This is the start of line 3.

    ???à?JFIF???????t?<CREATOR: gd-jpeg v1.0 (using IJG JPEG v62), quality = 100
    ???C?

    then lots more goofy jpg characters.

    last update::

    for me it was the plugin >>

    WP-UserOnline
    and it’s widget that fucked it up……
    anything ok now by disabeling it.

    seems the last update of it was the prob

    hope this helps someone out now….

    I’ve only got these plugins enabled and its still just showing the image name.

    NextGen Gallery 0.97
    NextGen Gallery Widget 1.22

    I’m pretty sure that the jpg data is corrupt due to resizing via [singlepic] How/why… I don’t know.

    I’ve added a new post at https://www.bigred500.co.uk/?p=11 with

    [singlepic=12] and
    [gallery=3]

    Gallery 3 has pic 11 and 12 in it.

    The [singlepic] is broken but the [gallery] works well.

    The problem does appear to be with [singlepic]

    Creating a gallery for each picture does seem a bit extreme, but it might work.

    NextGen Gallery 0.98
    Wordpress 2.5.
    Upgrade to 2.5.1 and….

    singlepic show just image title.
    slideshow doesn’t load at all. it displays the charging effect endlessy.

    Originally i uploaded NGG 0.96 and then updated though Plugin Planel two times. Maybe it was broken since 0.97 but i didn’t notice.

    Manually downgrading to 0.96, everything works fine.
    Now i have WP 2.5.1 and NGG 0.96.

    FYI.. I had the same problem: [singlepic] was broken but [gallery] was fine. Also clikcing cliking on the broken [singlepic] (empty box) will bring up the full view Ok.

    Luckily I figured out the problem: I had added a carriage return in the functions.php file of my theme (Revolutions). The functions.php file has only 4 lines, and adding an ENTER at the end of it broke it.

    I just deleted the extra blank space and it worked. Got the idea from one of the postings on this similar topic: https://www.ads-software.com/support/topic/171358?replies=10

    Hope it helps.

    I’m now getting the singlepic error described above. All other simple tags work and it doesn’t matter what picture, size or options I use, I still get the red X and the alternate text. I’ve only recently seen it and, though I’ve recently added new plug-ins, I tried removing them. I’ve tried disabling all my other plug-ins, as well, and have removed the extra blank space as described above (though I’m using a different style). Are there any other paths i can follow to try to debug this? I really want single pic..

    Thanks,
    –thomas

    fixed my own example. garbage characters at the beginning of thumbnail.inc.php. I don’t know a systematic way to find these things.
    –thomas

    Hi guys,
    I have a display problem of images in my blog since the new version of FF : 3.0.1 (I strongly think so). It worked fine before. No problem w/ IE7.
    Please have a look : https://quantran.free.fr/blog/
    For example, for a pic not displayed, if I look at the location :
    https://quantran.free.fr/blog/wp-content/plugins/nextgen-gallery/nggshow.php?pid=1847&width=320&height=240&mode=
    And try to display this on its own, it doesn’t show the first time. If I refresh the page (F5), it shows up.
    When I get back to the blog again, then F5, THIS image may show up
    Weird hein ?
    Thanks for your help ??

    I had exactly the same Problem.
    I wrote my own Plugin and suddenly Singlepic didn’t work anymore.

    The solution was exactly what cabaa99 said 5 post before mine. There where whitespaces at the end of my custom plugin that somehow broke the code.

    I have a slightly different problem…not sure if it’s been addressed or not. The singlepic image, when clicked on more than once, appears to be split in half and duplicated – so you can see the bottom half on top and immediately below it is the bottom half. If the page is refreshed, the image will expand as normal when clicked. But if it is clicked on more than once, the same problem occurs. This problem only happens in Internet Explorer and not Firefox.

    https://bvlrestoration.org/

    Update to earlier post. The problem also seems to occur in the gallery as well as the slideshow and gallery widgets using Internet Explorer 6.

    My problem differs from yours, since it suddenly happened. I never changed anything in the code.
    The weird thing is that it works fine w/ any other web navigators, except FF (it used before).
    Someone suggested that it may come from the website host. But i don’t know why it only impacts FF…

    There is a similar problem with the images showing up in Internet Explorer 7. The difference with the issue in IE 7 is that the image appears to be duplicated at the bottom: https://bvlrestoration.org/pictures/

    I have just uploaded 10 feamous plugin into the wpcontent/plugins directory on the server but when I go to activate it, the plugin doesnt show up in the listing. Any idea what can be causing this problem? I am using the latest version of the plugin. thankyou

    Check to see if you have code like this in your .htaccess file:

    RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /wp-content/.*$ [NC]
    RewriteCond %{REQUEST_FILENAME} !^.+(flexible-upload-wp25js|media)\.php$
    RewriteCond %{REQUEST_FILENAME} ^.+\.(php|html|htm|txt)$
    RewriteRule .* – [F,NS,L]

    Remove “php|” and save. You will start seeing your images load.

Viewing 15 replies - 16 through 30 (of 39 total)
  • The topic ‘NextGen gallery: Singlepic: Alt-text displayed. No image.’ is closed to new replies.