• I’ve upgraded to 3.1 and am running 1.7.4 nextgengallery in a multi-blog install. No subdomains – my server won’t allow that easily. So blogs are created in subdirectories… and all image content is managed via blogs.dir

    NextGen will upload photos however will not generate the thumbnails since updating (perhaps from 2.92 or there abouts). I have tried activating and deactivating, reissuing thumbnails etc. Nextgen suggests they are being written although nothing is added to the thumbs directories which exist/were created in the appropriate folders as expected. I have changed the blogs.dir chmod to 775 and still no joy.

    It appears that NextGen isn’t writing/generating the thumbnails. I REALLY NEED A SOLUTION!

    Presume this needs a change to the plug-in code. Any hints on a solution?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • I am also suffering from same problem.

    NextGen will upload photos however will not generate the thumbnails since updating (perhaps from 2.92 or there abouts). I have tried activating and deactivating, reissuing thumbnails etc. Nextgen suggests they are being written although nothing is added to the thumbs directories which exist/were created in the appropriate folders as expected

    Thread Starter henshall

    (@henshall)

    Note that as well as the thumbnail when the gallery is associated with generating a new page it creates a number to the page although that doesn’t show up in the multi-site blog pages list. You can also manually create a page and insert the new gallery however the slide thumbnails will not show as a they are not generated.

    Thread Starter henshall

    (@henshall)

    See this link. https://sakinshrestha.com/wordpress/nextgen-gallery-plugin-and-thumbnail-generation-support/ This fixed it for me. When photos are now ticked and new thumbnail generated and folder scanned then thumbnails now show up.

    For New Version:
    You will not find the file “thumbnail.inc.php” instead you will find the file “gd.thumbnail.inc.php” which is located in the same location “/wp-content/plugins/nextgen-gallery/lib/thumbnail.inc.php” . You just need to edit this file.

    Search for
    // @ini_set(‘memory_limit’, ’128M’);

    Change it to
    @ini_set(‘memory_limit’, ’128M’);

    Now you are done, just save and upload the file.

    Hey Thanks a lot its working now ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] Plug-In NextGenGallery 1.7.4 and WordPress 3.1 MultiSite NO Thumbnails’ is closed to new replies.