Change WordPress user roles and capabilities Forums Bug Reports Fatal error on upgrade to 4.18.5 Reply To: Fatal error on upgrade to 4.18.5

#1542
kiwi3685
Participant

As a temporary fix I have done this:

1 – Added licence key to wp_config, But using this code:
define(URE_LICENSE_KEY, ‘mykey’);

Your readme.txt file says to use
define(URE_LICENSE, ‘your-license-code-here’);
I think that is the wrong constant.

2 – I completely removed (commented) the function is_license_key_editable() in plugins/user-role-editor-pro/includes/pro/class-ure-lib-pro.php

By doing this I was able to activate the plugin again.