• Upgraded to WP 2.7 and then upgraded NextGen gallery to version 1.0.1 but now at the top of the plugin page it just says…

    ‘Sorry, NextGEN Gallery SimpleViewer works only in Combination with NextGEN Gallery’

    ‘Sorry, NextGEN Smooth Gallery works only in Combination with NextGEN Gallery’

    Nextgen gallery is installed and activated, simpleviewer and smooth gallery are installed and activated…why are they no longer recognized by Nextgen?

    Any help with this would be great as this plugin was working faultlessly till the upgrade.
    https://markandflicksplace.com/?page_id=38

Viewing 8 replies - 1 through 8 (of 8 total)
  • There are several complains in the forum about this Plugin causing problems. Please search the forum for responses and check with the Plugin author for updates and information on the status.

    Thread Starter retsuin

    (@retsuin)

    Thanks, i actually did search the forum going back a few days in but nothing seemed to match up to my issue..however i may have missed them being somewhat on the tired side.

    Thread Starter retsuin

    (@retsuin)

    Until there is some form of resolution to this issue i have re-installed v0.91 and everything is now working again.

    did you have trouble re-installing v0.91? i know when updated the gallery it updated the database. is there certain documentation which you followed?

    The addon plugins requires some updates for NextGEN Gallery, the Flashviewer addond should be already released a new version

    Thread Starter retsuin

    (@retsuin)

    Thanks for the reply alex, so far i have updated imagerotator.swf, viewer.swf and smooth gallery and none of it has made any difference. I’m not competent enough to start looking through code as i would have no idea what to look for or where to start, all i can say is that since the upgrade it does not work.

    Perrodin, for me v0.91 installed with no problem by simply deleting v1.0.1 and uploading v0.91 to the plugin folder, the layout looks a bit rough but there does not seem to be any database issues so far (although i have not added any new galleys recently)

    You cannot use tags anymore when you downgrade… the updates for the addon plugin’s are part of the authors. The NextGEN Flashviewer should be already working again…

    I believe the issue with:

    Sorry, NextGEN Gallery SimpleViewer works only in Combination with NextGEN Gallery

    has to do with the class name in the NextGen gallery, the nggSimpleViewer plugin has this line in the beginning that looks for the gallery class, it states:

    if (!class_exists('nggallery') ) {

    to display that error message. Doing a print_r(get_declared_classes()); shows the class name is actually nggGallery, so I changed the above line in nggSimpleViewer.php to:

    if (!class_exists('nggGallery') ) {

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: NextGEN Gallery] simpleviewer/smooth gallery not recognised’ is closed to new replies.