• Resolved yerlix

    (@yerlix)


    When I tried to activate the plugin, I get a fatal error on add_options_page in file rotatingtweets.php on line 533.

    After some searching for an answer, I found that you need to change the code on line 530 from add_action( 'admin_menu', 'rotatingtweets_menu' ); to add_action( 'admin_init', 'rotatingtweets_menu' );

    https://wordpress.org/plugins/rotatingtweets/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Martin Tod

    (@mpntod)

    Many thanks for this. What version of wordpress are you using?

    Martin

    Thread Starter yerlix

    (@yerlix)

    I’m using version 3.9 with the twentyfourteen theme just for testing purposes.

    Plugin Author Martin Tod

    (@mpntod)

    This is very odd.

    What other plug-ins are you using?

    As per my comment on the other page, you might also want to install something like Wordfence Security on your previous WordPress installation and see if it identifies any problems.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fata error on add_options_page fixed’ is closed to new replies.