• Resolved cweidow

    (@cweidow)


    Hi, I am using the current version of TML with multisite and I am having a couple of issues. When a new account/site is created an activation email is sent and there is a link to click to activate the account. I click the link and the page gives the error:
    Fatal error:
    Call to private method Theme_My_Login_Admin::install() from context ‘Theme_My_Login_MS_Signup’ in /home/******/public_html/wp-content/plugins/theme-my-login/includes/class-theme-my-login-ms-signup.php on line 496

    but if I click the link a second time then I get a successful activation message but the email then the login email never arrives.

    Any ideas on this? Thanks

    https://www.ads-software.com/extend/plugins/theme-my-login/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    This issue has been resolved in the development version. Simply change the install method declaration from private to public in theme-my-login/admin/class-theme-my-login-admin.php.

    Thread Starter cweidow

    (@cweidow)

    That solved it. Thanks so much!

    Thread Starter cweidow

    (@cweidow)

    If I want the register form to display rather than the login form.. what is the short code? I understand [theme-my-login] to display the login form but can’t figure out what to change that to so it shows the register form instead. Thanks

    Plugin Author Jeff Farthing

    (@jfarthing84)

    [theme-my-login default_action='register']

    F.Y.I. The issue you mentioned has been resolved in 6.3.6. It has just been released.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal error on page from activation link’ is closed to new replies.