Forum Replies Created

Viewing 15 posts - 1,621 through 1,635 (of 2,518 total)
  • Author
    Posts
  • in reply to: List Roles always alphabetically #3555
    Vladimir
    Keymaster

    Hi Giacomo,

    I will add sorting by alphabet. Thank you.

    in reply to: User Access restrict to return 404 error #3551
    Vladimir
    Keymaster

    Coding 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.

    in reply to: User Access restrict to return 404 error #3549
    Vladimir
    Keymaster

    I got a theme copy. Thanks. I will test it tomorrow.

    in reply to: User Access restrict to return 404 error #3548
    Vladimir
    Keymaster

    Hi 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.php

    To 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.

    in reply to: User Access restrict to return 404 error #3545
    Vladimir
    Keymaster

    Hi 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.

    in reply to: >> BUG : Wrong nonce. Action prohibitied #3543
    Vladimir
    Keymaster

    Generally 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.

    in reply to: ACF – Editors to Access Custom Field Groups #3540
    Vladimir
    Keymaster

    Hi 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.

    in reply to: User Access restrict to return 404 error #3538
    Vladimir
    Keymaster

    Hi 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.

    in reply to: User Access restrict to return 404 error #3536
    Vladimir
    Keymaster

    Hi,

    I confirm the described issue with default option for access error action. I will develop the fix. Thanks for the help with discovering it.

    Vladimir
    Keymaster

    Hi,

    It will be a good addition. Thanks for suggestion. I will realize it.

    Vladimir
    Keymaster

    Hi 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
    Keymaster

    You 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
    Keymaster

    Yes, send by email admin login credentials and let me know what user can not login.

    Vladimir
    Keymaster

    Is it possible to download a copy of your site (files and database) created by one of this plugins?

    Duplicator

    All-in-One WP Migration

    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
    Keymaster

    Both 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?

Viewing 15 posts - 1,621 through 1,635 (of 2,518 total)