Title: TomTech's Replies | WordPress.org

---

# TomTech

  [  ](https://wordpress.org/support/users/tomtech/)

 *   [Profile](https://wordpress.org/support/users/tomtech/)
 *   [Topics Started](https://wordpress.org/support/users/tomtech/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tomtech/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tomtech/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tomtech/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tomtech/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tomtech/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] [Plugin: User Role Editor] Fatal error on activate](https://wordpress.org/support/topic/plugin-user-role-editor-fatal-error-on-activate/)
 *  [TomTech](https://wordpress.org/support/users/tomtech/)
 * (@tomtech)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-user-role-editor-fatal-error-on-activate/page/2/#post-1723848)
 * I had the same issue, with a silent fatal error during plugin activation, and
   jean-gui’s solution also worked for me.
 * I believe this is because of the check in ure-lib.php:
 * if (!defined(“WPLANG”)) {
    die; // Silence is golden, direct call is prohibited}
 * my config did not have WPLANG defined…could another property be checked instead?
   Or at least log an error so that we could have seen this in the php error log?

Viewing 1 replies (of 1 total)