[3.1.4 + Content 2.0.x] Cannot login from the welcome block: Error #10193
Submitted teraßyte, Nov 02 2010 12:01 PM | Last updated Aug 01 2011 09:03 AM
If you are receiving the error "[#10193] We encountered a problem processing your login request. Please try again." using the welcome block in your IP.Content addon please check below for the manual fix.
Open welcome block and in it's template search for:
Note: If you are having issues with the normal login page take a look at this post instead please.
Open welcome block and in it's template search for:
<input type='hidden' name='return' value='http://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}' />Add below:<input type='hidden' name='auth_key' value='{$this->member->form_hash}' />Save the block and you're done, the login will work properly now!Note: If you are having issues with the normal login page take a look at this post instead please.











0 Comments