• Hi there!

    I get a Fatal Error when visiting the settings page of the plugin due to the deprecated usage of do_settings_fields on line 191 of itap-settings.php.

    The method do_settings_fields now requires a second argument specifying the section whose fields you want to show.

    Thanks for your time!

Viewing 1 replies (of 1 total)
  • Just use this on line 191 of itap-settings.php:

    @do_settings_fields('import_tweets_as_posts-group', '');

    with an empty second argument and then the plugin settings will load.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Exception related to usage of do_settings_fields’ is closed to new replies.