• When I try to activate the plugin, I get a fatal error saying that wordpress cannot call undefined function add_options_page().

    The solution is to change line 34 in file wp-content/plugins/effective-spambot-stopping/effective-spambot-stopping.php to:
    add_action('admin_init', 'fsml_add_options_page');

    You must use the hook admin_init instead of admin_menu.

    But when I try to configure the settings, I get a permission error:

    You do not have sufficient permissions to access this page.

    https://wordpress.org/plugins/effective-spambot-stopping/

Viewing 1 replies (of 1 total)
  • Plugin Author hanspeterkluge

    (@hanspeterkluge)

    hi there,

    there were also some other issues, i fixed them all now. please download the new version, everything works fine now.

    nevertheless thanks for your feedback

Viewing 1 replies (of 1 total)

The topic ‘Fixed Fatal error’ is closed to new replies.