-
Notifications
You must be signed in to change notification settings - Fork 19
Troubleshoot
Alexander Schneider edited this page Apr 28, 2017
·
3 revisions
Beginning from version 2.0.0 UAM requires at least PHP 5.4. You have two options:
- Download an older version here from https://wordpress.org/plugins/user-access-manager/advanced/ at the "PREVIOUS VERSIONS" section. Delete the current version under wp-content/plugins and upload the old version.
- Update your PHP version to a version higher or equals PHP 5.4. (Recommended) The latest version of PHP 5.3 is more than four years old and didn’t received any security updates since that, which is a huge security issue on your site. Use at least PHP 5.6 which still receives security updates and is full compatible to PHP 5.3.
First this doesn't affect the plugin in any way and is overwritten if you save the assignment to the user again. For full details see: https://github.com/GM-Alex/user-access-manager/issues/43. If this affects you because you are using a custom query you can fix that by the following mysql statement:
UPDATE wp_uam_accessgroup_to_object SET object_type = '_user_' WHERE general_object_type = '_user_';