Title: WP not working after plugin installation
Last modified: August 22, 2016

---

# WP not working after plugin installation

 *  Resolved [MrSimple](https://wordpress.org/support/users/mrsimple/)
 * (@mrsimple)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/wp-not-working-after-plugin-installation/)
 * Hi,
    after installation wp no working with this error:
 * Fatal error: Cannot unset string offsets in C:\xampp\htdocs\wordpress\wp-content\
   plugins\recipepress-reloaded\php\class\rpr_taxonomies.php on line 72
 * [https://wordpress.org/plugins/recipepress-reloaded/](https://wordpress.org/plugins/recipepress-reloaded/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jan Koester](https://wordpress.org/support/users/dasmaeh/)
 * (@dasmaeh)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/wp-not-working-after-plugin-installation/#post-5350679)
 * For a quick fix replace line 72 in rpr_taxonomies.php by
 *     ```
       if( isset( $this->taxonomies['rpr_category'] ) ){
           				unset($this->taxonomies['rpr_category']);
           			}
       ```
   
 * Please tell if this was a fresh install or if it was an upgrade.

Viewing 1 replies (of 1 total)

The topic ‘WP not working after plugin installation’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/recipepress-reloaded_c4dbbe.svg)
 * [RecipePress Reloaded](https://wordpress.org/plugins/recipepress-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recipepress-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recipepress-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/recipepress-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recipepress-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recipepress-reloaded/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jan Koester](https://wordpress.org/support/users/dasmaeh/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/wp-not-working-after-plugin-installation/#post-5350679)
 * Status: resolved