Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterHi Giacomo,
I will add sorting by alphabet. Thank you.
Vladimir
KeymasterCoding you made is related to the default value for a new added post bug you discovered recently.
I will try to repeat the 404 issue with your theme tomorrow and search a solution in case of success.
Vladimir
KeymasterI got a theme copy. Thanks. I will test it tomorrow.
Vladimir
KeymasterHi Giacomo,
That was a relative path inside URE Pro’s folder.
Full path: wp-content/plugins/user-role-editor-pro/pro/includes/classes/content-view-restrictions.phpTo send a theme copy upload it to Google Doc or DropBox service and send me (support [at-sign] role-editor.com) the invite for that .zip file.
Vladimir
KeymasterHi Giacomo,
A quick fix to the issue with access error action HTTP 404 default value for a new added post is to replace line #166 at pro/includes/classes/content-view-restrictions.php from
$content_view_access_error_action = apply_filters('ure_default_post_access_error_action', 2);
to
$content_view_access_error_action = apply_filters('ure_default_post_access_error_action', $content_view_access_error_action);
I included this fix into upcoming update v. 4.33.1, which I plan to publish in a week.
Vladimir
KeymasterGenerally such error takes place when a page was opened some time ago and nonce value generated for this page was expired. Can you repeat this bug with import .dat file once after the opening User Role Editor?
I wonder from where a .pdf extension come. URE exports file with a .dat extension.
Vladimir
KeymasterHi Charles,
ACF plugin protects its menu with ‘manage_options’ capability. So you can add ‘manage_options’ to the ‘editor’ role and then block ‘Settings’ and possibly other unneeded to editor menu items with “Admin menu access” add-on.
Vladimir
KeymasterHi Giacomo,
I found a copy of wOffice v. 2.3.3, activated it and allowed with URE to view one page for administrator and editor roles with 404 error in case of access error, exactly as on your screenshot. Then I logged-in with subscriber role and tried to view that page. I got a theme’s 404 page.
If it’s possible to get from you the latest woffice version, I’m ready to repeat this test with it. I install commercial products at my local development environment only.
Vladimir
KeymasterHi,
I confirm the described issue with default option for access error action. I will develop the fix. Thanks for the help with discovering it.
05/04/2017 at 13:59 in reply to: When restricting access to a page, automatically hide it on the menu. #3535Vladimir
KeymasterHi,
It will be a good addition. Thanks for suggestion. I will realize it.
Vladimir
KeymasterHi Did,
Send this plugin copy to my email. I will investigate what is a reason of a problem and what is possible to do.
I install such plugins at my local development environment only.Vladimir
KeymasterYou have URE older version 4.32 installed at dev. site. There were 3 updates for version 4.32 before the latest version 4.33.
Demo can not access wp-admin even with URE deactivated. So the issue does not depend from URE Pro I suppose. It’s related to some other plugin. You can deactivate all plugins – retest login and then re-activate plugins one by one to isolation a source of this conflict.
Vladimir
KeymasterYes, send by email admin login credentials and let me know what user can not login.
Vladimir
KeymasterIs it possible to download a copy of your site (files and database) created by one of this plugins?
If yes, send a link to support [at-sign] role-editor.com
If I repeat this issue at my local development environment I will can to isolate it myself and look at wstorelocator CSV access requirements too.
Vladimir
KeymasterBoth are just notices not errors and don’t stop PHP execution to leave you with an empty page.
What will be if you deactivate URE? Will user can login to wp-admin?
-
AuthorPosts