• Hi guys,

    I’ve been reading the forums and I think I might need you to deploy your external reset tool as when I go to “Other Options” I get the error message:

    Exception thrown
    not defined for ExtensibleObject

    I am running Version 2.0.77

    My initial problem with the plugin was noticed when trying to add a new gallery and in the “Select a display type” there were no options.

    Wanted to do a reset plugin but obviously, can’t get to the page.

    I didn’t check between updates whether the tool was working, but recently we put an SSL certificate on our website which may have caused the issue…

    It was working 3 weeks ago so I would guess it was working in version 2.0.76 or 2.0.74.

    The website in question is https://adiesa.org.au/

    https://ww.wp.xz.cn/plugins/nextgen-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor photocrati

    (@photocrati)

    @peekopro – Please send us a Bug Report so we can get you the external Reset Tool plugin. Here’s the link: http://nextgen-gallery.com/report-bug/

    Thanks!

    – Cais.

    Hello
    I had the same issue after moving site to another server (and another domain) (by dumping DB).

    My solution was to reset ngg_options field value (serialized array of settings) in “{$wpdb->prefix}_options” table by one-time launching (for example in functions.php of enabled theme) the code:

    $s = new C_NextGen_Settings_Installer();
    $s->install_local_settings();
    $s->install_global_settings();
    Plugin Contributor photocrati

    (@photocrati)

    @piotrsolarz – Thanks for your work-around. We offer our external Reset Tool plugin for those that may not be as code savvy.

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Exception thrown “ not defined for ExtensibleObject’ is closed to new replies.