Title: 500 Internal Server Error
Last modified: August 22, 2016

---

# 500 Internal Server Error

 *  Resolved [martinparets](https://wordpress.org/support/users/martinparets/)
 * (@martinparets)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/)
 * Here’s how it went down:
 * 1. Client says “tweets haven’t updated in 2 days!” – I say, “that’s strange” 
   and set the cache of each rule to 0 to see if that fixes it.
    2. Pages with feeds
   now getting a “You must specify either a list ID or a slug and owner” instead
   of the feed. I say, “that’s strange, I didn’t touch anything but the cache” but
   see that the lists/rules association is broken. Furthermore, there’s no lists
   selectable from the dropdown even though the authenticated account still has 
   those lists. 3. I find the “Reset” option under misc, and see the description
   that if I’m missing options, I can reset. “Okay”, I say to myself, “that sounds
   like my situation”. BOOM: 500 ERROR.
 * I deactivated the plugin and now I can’t reactivate because I get the 500 error
   every time throughout the site and admin back-end. I think I’m going to have 
   to manually go through the database and remove all the fetch tweets stuff just
   so I can start over… unless there’s a better solution??
 * [https://wordpress.org/plugins/fetch-tweets/](https://wordpress.org/plugins/fetch-tweets/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239233)
 * Hi,
 * It sounds strange that you cannot even reactivate it.
 * Do you have the PHP error log for when you reactivate the plugin? It will help
   determine the cause.
 * It could be file permission issues. For that, you may try renaming the plugin
   folder named `fetch-tweets` to something else and activate it. But this is not
   likely the case as you say the 500 Internal Server Error started after you reset
   the options.
 * If you are using a theme that integrates Fetch Tweets, you may try switching 
   to the WordPress default theme and see if it lets the plugin being activated.
 * Also you may try some of the old versions of the plugin which can be downloaded
   from [here](http://wordpress.org/plugins/fetch-tweets/developers/).
 *  Thread Starter [martinparets](https://wordpress.org/support/users/martinparets/)
 * (@martinparets)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239234)
 * Hi,
 * Thanks for the reply! There’s nothing in the logs, and renaming the plugin folder
   unfortunately does not help. There’s nothing in my theme that’s causing the issue
   either (the feeds are being shown simply with widgets).
 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239236)
 * It could be the memory limit allocated to PHP. You may try increasing it. The
   instruction is available [here](http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP).
 * If there is no PHP error, it will be hard to find out the cause. You may enable
   the debug mode supported by WordPress. Put these lines in `wp-config.php`. It
   should create a log file in wp-content folder. ([instruction](http://codex.wordpress.org/Debugging_in_WordPress))
 *     ```
       define('WP_DEBUG', true);
       define('WP_DEBUG_DISPLAY', false);
       ```
   
 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239331)
 * Hi martinparets,
 * Found a bug. Please use the previous version until the next version gets released.
   [http://downloads.wordpress.org/plugin/fetch-tweets.2.3.5.zip](http://downloads.wordpress.org/plugin/fetch-tweets.2.3.5.zip)
 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239357)
 * Please try the latest version [2.3.7](http://downloads.wordpress.org/plugin/fetch-tweets.2.3.7.zip).
   It should fix this issue.
 * Sorry for the inconvenience!
 *  Thread Starter [martinparets](https://wordpress.org/support/users/martinparets/)
 * (@martinparets)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239431)
 * Wow, thank you so much! Your plugin support is excellent 🙂
 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239432)
 * Glad to see it solved. You are welcome!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘500 Internal Server Error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fetch-tweets_ffffff.svg)
 * [Fetch Tweets](https://wordpress.org/plugins/fetch-tweets/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fetch-tweets/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fetch-tweets/)
 * [Active Topics](https://wordpress.org/support/plugin/fetch-tweets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fetch-tweets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fetch-tweets/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/500-internal-server-error-331/#post-5239432)
 * Status: resolved