Vladimir Garagulya
Forum Replies Created
-
Forum: Plugins
In reply to: [User Role Editor] New roles don’t work – is there a limit?You can turn WordPress into DEBUG mode and look if something wrong is happening at wp-content/debug.log file.
https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
Hi,
It’s not possible with current version. But this suggestion is a good feature to realize in the future. Thanks.
Btw., this forum is for the questions related to a free version only.
Forum: Plugins
In reply to: [User Role Editor] New roles don’t work – is there a limit?I mean you may get the PHP fatal error due to memory limit, but not some change in the script logic.
I suppose a reason is somewhere else. Is menu displayed to user with ‘read’ capability or role name is checked somehow. The custom script logic and user role name structure may be involved in the 2nd case.
Forum: Plugins
In reply to: [User Role Editor] New roles don’t work – is there a limit?There is no limit on the quantity of user roles in the free version. The quantity of user roles is limited by the available memory only.
Forum: Plugins
In reply to: [User Role Editor] cannot change user role or permissionsLook if there are any JavaScript error on User Role Editor page after opening or click Update/Rename.
Forum: Plugins
In reply to: [User Role Editor] publish_posts required for wp-admin accessSome other plugin may be involved in this case. Try to deactivate all plugins and test, if user can access wp-admin without publish_posts, activate plugins back one by one and make new tests until user can not access wp-admin again. This way you will can isolate a reason of this problem and check that plugin settings or contact its support.
Forum: Plugins
In reply to: [User Role Editor] publish_posts required for wp-admin accessDo you have active WooCommerce at this site?
If Yes, add new capability ‘view_admin_dashboard’ and grant it to this user role.Forum: Reviews
In reply to: [User Role Editor] Does not appear to copy role 100%Thanks for review.
Some plugins check user role name, not user capability as it should be by WordPress design. So you may meet in the PHP code
if ( current_user_can(‘shop_manager’) ) { .. }
except
if ( current_user_can(‘manage_woocommerce’) ) { … }
for example.
Forum: Plugins
In reply to: [User Role Editor] Quickedit WooCommerce failsOK. It’s definitely permissions problem.
Btw., I see 70 capabilities in the WooCommerce group. Try to deactivate/activate back WooCommerce. WC restores its user roles on activation. Will it help?
Forum: Plugins
In reply to: [User Role Editor] Quickedit WooCommerce failsI suppose that problem is not related to user permissions. Look for error messages at the browser JavaScript console (Developer Tools – F12).
Forum: Plugins
In reply to: [User Role Editor] Fatal error with PHP 8.2I can not reproduce this error and suppose a conflict with some plugin. If this issue is still actual for you contact me via support [at] role-editor.com to investigate it together.
Let me know, can you add new page or post when WP Classic Editor is active, but URE is deactivated?
Describe a conflict with more details. I have active classic-editor at my development sites and don’t meet any conflicts.
What version of URE do you use: free or pro?
Forum: Plugins
In reply to: [User Role Editor] The default roles have changedUser Role Editor does not add any user role automatically itself, only user capabilities (starting from ‘ure_’).
I see Customer and Shop Manager roles in addition to WordPress built-in 5 roles. These roles are added automatically by WooCommerce plugin.
Role Translator may be added by some other plugin.
As restore from backup does not help, those user roles were added already on the moment of that backup copy creation.
URE has ‘Reset’ button at the last tab “Tools” of the “Settings->User Role Editor” page. But be very careful!!! If you apply this button, you will receive only 5 WP built-in user roles unchanged (as on the moment of the 1st WP installation). You will lose any changes applied to user roles by plugins you activate on site earlier.
Some plugin may block this. Try to deactivate all plugins, make new test if problem will go away, activate plugins back one by one with a new test until isolate a source of this problem.