HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Call to a member function getInfo() on null

Unable to activate the plugin, a message is displayed: Call to a member function getInfo() on null.

Comments

  • Options

    It's strange, after a couple of days I tried to install the plugin again - it was installed and turned on! However, the "Save"button does not work in the plugin settings...

  • Options

    Manually added settings to conf/config.php:

    $Configuration['Plugins']['DiscussionPolls']['EnableShowResults'] = true;

    $Configuration['Plugins']['DiscussionPolls']['DisablePollTitle'] = true;

  • Options

    I got the same error. In my case it was caused by a mismatch between the plugin's name and the plugin folder's name. Apparently, those need to be identical.

    So, check that your plugin folder's name matches your plugin's name (i.e. its key value in addon.json). :)

Sign In or Register to comment.