Title: Dashboard widget problem with timeout
Last modified: August 6, 2024

---

# Dashboard widget problem with timeout

 *  [Alexandre Gaboriau](https://wordpress.org/support/users/mcurly/)
 * (@mcurly)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/dashboard-widget-problem-with-timeout/)
 * Hello, and thanks for the plugin, it’s very usefull.
 * I’ve got an error since few weeks on a hosting.
 * The dashboard widget “News From Solwin Infotech” has a timeout error, it is loads
   for 10 sec before sending me this error:
 *     ```wp-block-code
       Something went wrong : cURL error 28: Connection timed out after 5001 millisecondsErreur RSS : WP HTTP Error: cURL error 28: Connection timed out after 10001 milliseconds
       ```
   
 * This is very embarrassing for the users of the site. I have this error only on
   one hosting, not on another website with another hosting.
 * I’ve tried to fix the error by adding this to my theme:
 *     ```wp-block-code
       remove_action( 'plugins_loaded', 'latest_news_solwin_feed' );
       ```
   
 * and also
 *     ```wp-block-code
       function latest_news_solwin_feed() {}
       ```
   
 * but for some unknown reason, it doesn’t solve the problem, the widget is still
   displayed on the dashboard.
 * I’ve finally fixed it by adding comment directly into the plugin:
 *     ```wp-block-code
       //add_action( 'plugins_loaded', 'latest_news_solwin_feed' );
       ```
   
 * but the problem will still appears after a new plugin update. Is it possible 
   to make a fix for this ? for example check if it’s possible to contact the RSS
   feed, or disable this widget in settings ?
 * Thanks a lot.
    -  This topic was modified 1 year, 10 months ago by [Alexandre Gaboriau](https://wordpress.org/support/users/mcurly/).

Viewing 1 replies (of 1 total)

 *  Thread Starter [Alexandre Gaboriau](https://wordpress.org/support/users/mcurly/)
 * (@mcurly)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/dashboard-widget-problem-with-timeout/#post-18196845)
 * The problem is still there, and it’s the same if we disable users activity widget
   in the settings.
 * It’s a pity that nobody cares about problems here 🙁
    -  This reply was modified 1 year, 5 months ago by [Alexandre Gaboriau](https://wordpress.org/support/users/mcurly/).

Viewing 1 replies (of 1 total)

The topic ‘Dashboard widget problem with timeout’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/user-activity-log_2b5346.svg)
 * [User Activity Log](https://wordpress.org/plugins/user-activity-log/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-activity-log/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-activity-log/)
 * [Active Topics](https://wordpress.org/support/plugin/user-activity-log/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-activity-log/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-activity-log/reviews/)

## Tags

 * [rss error](https://wordpress.org/support/topic-tag/rss-error/)

 * 1 reply
 * 1 participant
 * Last reply from: [Alexandre Gaboriau](https://wordpress.org/support/users/mcurly/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/dashboard-widget-problem-with-timeout/#post-18196845)
 * Status: not resolved