• Hello,

    Since 2 weeks ago, the structure of my webpage crush, and I had to desactivate Fetch Tweets. When I try to activate again it’s appear:

    Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/www.denverabogados.com/web/wp-content/plugins/fetch-tweets/include/class/option/FetchTweets_Option_Format.php on line 238

    Any help please???!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Can you try this?

    1. Go to Dashboard -> Fetch Tweets -> Settings -> General -> Delete Setting and enable Upon Plugin Uninstallation option.
    2. Uninstall the plugin via Dashboard -> Plugins.
    3. Install the plugin again.

    Hope this helps.

    Thread Starter apdominguez

    (@apdominguez)

    Hi, thanks for the answer!

    I can’t go to Fetch Tweets on Dashboard because the plugin is not activated 🙁

    Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Maybe try the method mentioned in this page (https://wordpress.org/support/topic/fatal-error-doesnt-work-anymore/.

    Thread Starter apdominguez

    (@apdominguez)

    Hi!

    I tried yesterday before the message, but when I tried to add Fetch Tweets – Delete Options said me that in the folder there wasn’t a plugin 🙁

    Plugin Author miunosoft

    (@miunosoft)

    Hm,

    In that case, add the following lines in your functions.php and then load a page of your site such as index.php or dashboard. After that remove the added lines.

    
    delete_option( 'fetch_tweets_admin' );
    delete_option( 'fetch_tweets_option' );
    

    This removes Fetch Tweets plugin options and hopefully should fix the error.

    Hope this works.

    • This reply was modified 7 years, 5 months ago by miunosoft.
    Thread Starter apdominguez

    (@apdominguez)

    Thanks again for the answer. Sorry, but I don’t know how to make that: load a page of your site such as index.php or dashboard.

    Plugin Author miunosoft

    (@miunosoft)

    Ah,

    Just browse a page of your site anywhere in your web browser after you insert the lines that delete Fetch Tweets options. And then remove the inserted line.

    Let me know if something is unclear.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal error: FetchTweets_Option_Format.php’ is closed to new replies.