• Hi,
    I installed this plugin and I love it ?? (thank you for your works)

    but I have a problem with ‘custom profile page’ redirection that handles by TML.

    when I activate this plugin, redirection to ‘custom profile page’ in front end doesnt work.

    can I fix it?

Viewing 15 replies - 1 through 15 (of 31 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, do you have the following feature in the plugin enable Rename Login Page? If you do then I am sure this is what is causing your issue.

    Regards

    Thread Starter Foad Tahmasebi

    (@arshen)

    I don’t have enabled Rename Login Page,

    TML redirects My profile page to ‘/profile’, after installing AIOWPS the profile page redirected to dashboard, even for administrator user from wp-admin, I think some feature has a conflict with TML redirection, so I disabled all options that I can, but it didn’t work again.

    Thank you,

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can you carry out the following test. Start by disabling all Firewall Rules. Then carry out a test. If this works then you know it is one of the Firewall Rule causing the conflict. If it doesn’t work then you know it is some other rule that is causing this conflict.

    You will have to carry out a process of elimination to try and find out which feature is causing this conflict.

    Let me know how you go.

    Regards

    Thread Starter Foad Tahmasebi

    (@arshen)

    Hi,

    I disabled all options in all sections,(unchecked everything) but it didn’t work.

    thank you for supporting

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, are you are saying that you enabled AIOWPS plugin but you did not enable any feature anywhere in the plugin and it caused this conflict. Is this correct?

    Thread Starter Foad Tahmasebi

    (@arshen)

    yes, it is correct.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    Have you spoken to the the developers of Theme My Login about this issue?

    Hello, Foad. I also have an issue similar to this.

    I am also using both TML and AIOWPS, but I tried deactivating AIOWPS and still get the same behavior, so I’m not sure it is related. At least for me, it could be a pure TML issue.

    Please let me know if you find the cause of this.

    THanks,

    Mike

    I have exactly the same problem described by Foad.
    My custom profile page (named ‘/il-tuo-profilo’) now has an endless redirect loop ‘/il-tuo-profilo/’ => ‘/wp-admin/’ => ‘/il-tuo-profilo/’ => ‘/wp-admin/’ etc…
    TML + AIOWPS seem not work together. Even if I delete the AIOWPS .htaccess rules: I need necessarily to disable the AIOWPS plugin ??

    Thank you for plugin and support

    [edit]
    probably found a solution. In theme functions.php, add this line:

    add_action('aiowps_wp_loaded_tasks_end', function($oAiowps) {
            remove_action('login_init', array($oAiowps, 'aiowps_login_init'));
    });

    Disclaimer: I don’t know if there will be consequences for removing that action: try at your risk!

    • This reply was modified 6 years, 11 months ago by antonelloanh.
    Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, can anyone share the exact settings you have enabled in TML plugin. I am trying to see if I can reproduce the issue.

    Thank you

    Thread Starter Foad Tahmasebi

    (@arshen)

    Hi, I told this issue in TML support forum, but no one answered ??
    My TML setting is like this:

    • Stylesheet: enable
    • Login Type: Username or Email
    • Modules: only Enable Themed Profile

    and “Themed Profile” page setting is:

    • Themed Profiles: everything except the Administrator
    • Restrict Admin Access: everything except the Administrator

    Regards

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @arshen, I set up TML as per your instructions but you mention a custom profile page. How did you create this custom profile page?

    I tested these settings with AIOWPS plugin and when I typed in mysite.com/wp-admin I was logged into the site dashboard as an admin, so this part seems to work correctly.

    Thread Starter Foad Tahmasebi

    (@arshen)

    Enable themed profiles module and visit mysite.com/your-profile.

    If you enabled themed profile for this user role, it should display a page of your site that is created by TML with shortcode, but when AIOWPS is enabled, redirected to dashboard.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    @arshen, thank you for getting back with more information.

    I did more testing and yes you are correct. Once both plugins are active when you try to log in as a WP user it goes into and endless loop. I can confirm that both plugins are currently not compatible.

    The developers of both plugins might have to investigate further this issue.

    You can try the workaround suggested by @antonelloanh above. However as he stated, I am not sure what other consequences adding this code might have in AIOWPS plugin.

    My suggestion at present is that you choose either plugin. However I recommend you to enable this security plugin because you want and need security in your site.

    Kind regards

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Conflict with Theme My Login’ is closed to new replies.