Title: Problem With PlugIn
Last modified: August 18, 2016

---

# Problem With PlugIn

 *  [findasec](https://wordpress.org/support/users/findasec/)
 * (@findasec)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/problem-with-plugin-1/)
 * I was attempting to install the asides plug in mini posts 2. When I activated
   it
    this came up Fatal error: Call to undefined function: register_sidebar_widget()
   in /home/findasec/public_html/loveblog/wp-content/plugins/miniposts2.php on line
   533 Now I can’t even get into the admin panel. I deleted the php file etc hoping
   that would help.
 * Can someone help me?
 * Note: I was able to finally get into my admin. I’ll try this again…

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

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/problem-with-plugin-1/#post-518937)
 * Your plugin is not listed on this page:
    [http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.1#L_-_O](http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.1#L_-_O)
   Maybe you should check with the author for an updated version compatible with
   WP 2.1. Otherwise it will not work.
 *  [caugb](https://wordpress.org/support/users/caugb/)
 * (@caugb)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/problem-with-plugin-1/#post-519450)
 * I was having the same problem and I solved it with this code:
 *     ```
       if(!function_exists('register_sidebar_widget'))
         include ABSPATH."wp-includes/widgets.php";
       ```
   

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

The topic ‘Problem With PlugIn’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 2 replies
 * 3 participants
 * Last reply from: [caugb](https://wordpress.org/support/users/caugb/)
 * Last activity: [18 years, 6 months ago](https://wordpress.org/support/topic/problem-with-plugin-1/#post-519450)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
