Title: Installed, errors
Last modified: August 24, 2016

---

# Installed, errors

 *  Resolved [ThosEnt](https://wordpress.org/support/users/thosent/)
 * (@thosent)
 * [11 years ago](https://wordpress.org/support/topic/installed-errors/)
 * Error appears repeatedly after install, at “settings”:
 * Warning: preg_replace(): Compilation failed: invalid range in character class
   at offset 14 in [website]/wp-content/plugins/mage-reviews/core/mage-cast.php 
   on line 195
 * [https://wordpress.org/plugins/mage-reviews/](https://wordpress.org/plugins/mage-reviews/)

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

 *  [t3rep.com](https://wordpress.org/support/users/t3repcom/)
 * (@t3repcom)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/installed-errors/#post-6162100)
 * Hi ThosEnt to fix this problem
    in [website]/wp-content/plugins/mage-reviews/
   core/mage-cast.php replace `$string = preg_replace('/[^A-Za-z0-9_-\s]/', '', 
   $string);`
 * with
    `$string = preg_replace('/^([-\w\s])+$/i', '', $string);`
 *  Plugin Author [Maximilian Ruthe](https://wordpress.org/support/users/maximilian-ruthe/)
 * (@maximilian-ruthe)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/installed-errors/#post-6162101)
 * This should be resolved in the new version – please verify if it works for you.
 * Thanks.

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

The topic ‘Installed, errors’ is closed to new replies.

 * ![](https://ps.w.org/mage-reviews/assets/icon-128x128.png?rev=1335246)
 * [Mage Reviews](https://wordpress.org/plugins/mage-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mage-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mage-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/mage-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mage-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mage-reviews/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [Maximilian Ruthe](https://wordpress.org/support/users/maximilian-ruthe/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/installed-errors/#post-6162101)
 * Status: resolved