Title: PHP Error and Fix
Last modified: August 21, 2016

---

# PHP Error and Fix

 *  Resolved [mitchell360](https://wordpress.org/support/users/hogayoga/)
 * (@hogayoga)
 * [13 years ago](https://wordpress.org/support/topic/php-error-and-fix/)
 * There is a fatal error in the current build.
 * `Fatal error: Class 'ure_Advertisement' not found`
 * Need to add this to ure-options.php:
 * `require_once(URE_PLUGIN_DIR .'includes/ure-class-advertisement.php');`
 * [http://wordpress.org/extend/plugins/user-role-editor/](http://wordpress.org/extend/plugins/user-role-editor/)

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

 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [13 years ago](https://wordpress.org/support/topic/php-error-and-fix/#post-3776654)
 * It’s interesting. Please check information below and help to isolate your problem:
 * If you look to `user-role-editor.php` at line #87, you will see exactly the same
   code there
 *     ```
       <?php require_once(URE_PLUGIN_DIR .'includes/ure-class-advertisement.php'); ?>
       ```
   
 * I can not reproduce your issue.
 *  Thread Starter [mitchell360](https://wordpress.org/support/users/hogayoga/)
 * (@hogayoga)
 * [13 years ago](https://wordpress.org/support/topic/php-error-and-fix/#post-3776718)
 * Perhaps my old user-role-editor.php was stuck in cache? At any rate, I just confirmed
   that, indeed, you are correct.
 *  Plugin Author [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * (@shinephp)
 * [13 years ago](https://wordpress.org/support/topic/php-error-and-fix/#post-3776738)
 * Thanks of lot for your help.

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

The topic ‘PHP Error and Fix’ is closed to new replies.

 * ![](https://ps.w.org/user-role-editor/assets/icon-256x256.jpg?rev=1020390)
 * [User Role Editor](https://wordpress.org/plugins/user-role-editor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/user-role-editor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/user-role-editor/)
 * [Active Topics](https://wordpress.org/support/plugin/user-role-editor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/user-role-editor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/user-role-editor/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Vladimir Garagulya](https://wordpress.org/support/users/shinephp/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/php-error-and-fix/#post-3776738)
 * Status: resolved