Jump to content

Recommended Posts

Posted

If you've upgraded your forum from 3.1.2 to 3.1.3, but haven't made any skin changes, you must apply this one (otherwise no users will be able to login).

From Invision:

After upgrading, you may receive the following error message with logging in:

"[#10193] We encountered a problem processing your login request. Please try again."

The issue is caused by outdated skin templates. To fix the error yourself edit the template "Login Screen -> showLogInForm" and find:

<if test="referer:|:$referer">

Add ABOVE:

<input type='hidden' name='auth_key' value='{$this->member->form_hash}' />

Save the template and you're done.

  • Like 1
  • 1 month later...
Posted

I have updated my forum to 3.1.4 and I still do get the error message. But the weirdest part is that code already exists in the template it self.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...