Home Forums WordPress Plugins Hide My WP Plugin broke userpro links

This topic is: not resolved
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #4224
    jynx2298
    Post count: 7

    I have been using userpro for a couple of weeks, finally had everything set up how i wanted. I installed HMWP and now users cant login, its an endless login loop. Acts like its logging in but it wont show the profile, just shows login page. I reset all settings and deactivated the plugin and its still breaking my site. mainlyviral.com

    #4226
    Suman M.
    Post count: 12480

    Hi, is it that administrator also cannot login or just normal users? Did you also try deleting htaccess file after deactivating HMWP? Please provide us with wp-admin login details and normal user login details to check the issue.

    #4227
    jynx2298
    Post count: 7
    This reply has been marked as private.
    #4229
    jynx2298
    Post count: 7

    I reinstalled, activated, deactivated and deleted the plugin now my site is working right again. Is it compatible with Userpro?

    #4234
    Suman M.
    Post count: 12480

    It is compatible with userpro, but haven’t checked with latest version. Above login details is only for normal user and hence not able to check the issue. Also provide us with wp-admin login details (administrator) so that we can check the issue further

    #4241
    jynx2298
    Post count: 7
    This reply has been marked as private.
    #4249
    Suman M.
    Post count: 12480

    Hi, I did some testing and observed this –
    when HMWP deactivated and W3 Total Cache is active, while login (http://www.mainlyviral.com/profile/) the page doesn’t redirect to user’s profile page and stays in login page. If I deactivate W3 Total Cache plugin then it works fine.
    Can you please check this and let us know? Then we can proceed with HMWP activated.

    #4272
    jynx2298
    Post count: 7

    I’m having server issues right now, I will get back with you ASAP

    #4301
    jynx2298
    Post count: 7

    The main thing I wanted this plugin for is to change wp-admin, I have read that this feature is pretty much in beta and not supported?

    #4307
    Suman M.
    Post count: 12480

    Yes, renaming wp-admin path is in beta mode. You’ll have to follow on-screen instructions carefully. Basically you need to add these:

    In wp-config.php you need to add following line before require_once(…):
    define(“ADMIN_COOKIE_PATH”, “/NEW_WPADMIN_NAME”);

    You also need to update your .htaccess file by adding following line before ‘RewriteCond REQUEST_FILENAME} !-f’:
    RewriteRule ^NEW_WPADMIN_NAME/(.*) /wp-admin/$1 [QSA,L]

    Let us know if you’ve any issues.

    • This reply was modified 9 years, 10 months ago by Suman M..
Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.