Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterSend to support [at-sign] role-editor.com
Vladimir
KeymasterIt seems as jQuery is not loaded at all, but once you see error message after click on the “Other roles” button, event was assigned to the button via jQuery.
Is it possible to look at the stage copy of your site to search a reason?
01/08/2023 at 02:45 in reply to: Possible conflict with GeneratePress and The Event Calendar (TEC) plugins #8322Vladimir
KeymasterHi,
Thanks. I confirm that update issue is related to the post edit restrictions set to the Author role. I need more time to catch the bug.
Take into account that ‘ure_manage_options’ is a superadmin capability for User Role Editor. Role with this capability is not restricted in any manner. In this case URE just ingnores post edit restrictions set for a role.
Vladimir
KeymasterLook for the options listed in the article below:
https://wordpress.com/go/tutorials/how-to-embed-video-wordpress/#:~:text=Insert%20Video%20Blocks,a%20video%20from%20a%20URL.Vladimir
KeymasterLook at this article:
https://www.role-editor.com/block-admin-menu-itemsVladimir
KeymasterHi,
This article contains the solution:
https://woocommerce.wordpress.com/2018/10/11/woocommerce-3-4-6-security-fix-release-notes/25/07/2023 at 03:32 in reply to: Possible conflict with GeneratePress and The Event Calendar (TEC) plugins #8312Vladimir
KeymasterThanks for the provided information. I will investigate the problem.
Vladimir
KeymasterOr send admin credentials to support [at-sign] role-editor.com in order I can look on the issue myself.
Vladimir
KeymasterTry in Developer Tools in Google Chrome (F12), select Network tab, click “Other Roles” button at URE, select admin-ajax.php row at the bottom and look at the Response tab for the error message if available.
13/07/2023 at 15:46 in reply to: Possible conflict with GeneratePress and The Event Calendar (TEC) plugins #8303Vladimir
KeymasterIs it possible to get the admin access to the stage copy of the described installation? I would investigate the issue in my local development environment then. If Yes, send login credentials to support [at-sign] role-editor.com
I use commercial software locally and in the investigation purpose only.Vladimir
KeymasterIt’s deprecated for WP multisite. You need to turn ON special option at the Settings->Users Role Editor->Multisite: “Enable “unfiltered_html” capability”. Only after that turning ON this capability will have sense.
“unfiltered_html” capability” is located under “General” group for the simple single WP site.
Vladimir
KeymasterYou may use “Gravity Forms Access” add-on, and specify, which forms (by forms ID list) allow/prohibit to edit for selected user of user role.
gravityforms_delete_forms does not give access to the forms list itself, gravityforms_edit_forms is required. So user will can edit forms too.
Vladimir
KeymasterHi Nana,
I’m sure it’s not URE Pro bug. Your notification is the 1st for the perion this part of code stays unchanged.
Let’s trace the code from line #222, which causes the PHP fatal error:
user-role-editor.php: #37: define( 'URE_PLUGIN_FULL_PATH', __FILE__ );
pro/includes/classes/user-role-editor-pro.php: #54: $ure_update_checker = new PluginUpdateChecker(URE_UPDATE_URL . '?action=get_metadata&slug=user-role-editor-pro', URE_PLUGIN_FULL_PATH);
pro/includes/plugin-update-checker.php: #52: $this->pluginAbsolutePath = $pluginFile;
pro/includes/plugin-update-checker.php: #53: $this->pluginFile = plugin_basename($this->pluginAbsolutePath);
pro/includes/plugin-update-checker.php: #222: $pluginInfo->filename = $this->pluginFile;
As you can see from the code above $this->pluginFile at the line 222 can not be null, if exactly this code is executed. It just processes PHP built-in __FILE__ constant value.
I suppose that you may use another plugin, which also use PluginUpdateChecker class, but defined earlier due to code execution queue and possibly another version, which may lead to a conflict. Check your plugins source code using command similar
grep -rn ‘PluginUpdateChecker’
06/06/2023 at 14:59 in reply to: Custom Content Type (CCT) by JetEngine, user not possible to edit #8287Vladimir
KeymasterThanks for the key details for your question: “redirected to the dashboard everytime”.
That is you can click “Add New” to create new post or click ‘Edit’ to edit existing post, but instead of post editor page you see WP dashboard, right?
If Yes, do you use “Admin menu access/blocking” add-on from URE Pro? If Yes, and you use block “Not selected” model for a role, try to revert it to “Selected” or read carefully this part of the documentation article:
05/06/2023 at 16:17 in reply to: Custom Content Type (CCT) by JetEngine, user not possible to edit #8284Vladimir
KeymasterDo you have turned ON the “Activate “Create” capability for posts/pages/custom post types” option? If Yes, will user can edit CPT if you turn it OFF? If JetEngine allows to define unique capability type for CPT, try to make it via JE, not change on the fly using URE. Just wish to know, if it will work?
-
AuthorPosts