Jump to content


Unreal Portal Login Block Error


  • You cannot reply to this topic
6 replies to this topic

#1 reneg4d3

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 05 December 2010 - 06:53 PM

Whenever users try to login via the login box on the portal page they get the following message:

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

When using the sites built in login, it works perfectly.

What should I do to fix this problem?

#2 Steve

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 130 posts
  • Gender:Male

Posted 06 December 2010 - 02:25 AM

This will need to be done for each skin. Go to the ACP, Look&Feel,**your skin**

skin_uportal -> login

Find:

<input class="input_submit" type="submit" name="submit" value="{$this->lang->words['sign_in']}" />


Add above:

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


Save

#3 reneg4d3

    Newbie

  • Members
  • Pip
  • 6 posts

Posted 06 December 2010 - 11:20 AM

View PostSteve, on 06 December 2010 - 02:25 AM, said:

This will need to be done for each skin. Go to the ACP, Look&Feel,**your skin**

skin_uportal -> login

Find:

<input class="input_submit" type="submit" name="submit" value="{$this->lang->words['sign_in']}" />


Add above:

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


Save


That fixed it. Why wasn't that added by default?

#4 Steve

    Advanced Member

  • Administrators[Admin]
  • PipPipPip
  • 130 posts
  • Gender:Male

Posted 06 December 2010 - 03:35 PM

IPB changed something with the login starting at the release of 3.1.3. The portal was designed before it. I'm sure cricket will get the distribution updated later.

#5 ferrariGTS

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 15 December 2010 - 11:19 AM

Got it on mine...works perfect...thanx

#6 Deano

    Newbie

  • Members
  • Pip
  • 3 posts
  • Gender:Male
  • Location:London | UK

Posted 22 April 2011 - 06:28 AM

Works great.

#7 Jeuhen

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 08 August 2011 - 06:18 PM

Fixed in 3.0.2 :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users