Jump to content


- - - - -
Photo

[3.1.4 + Content 2.0.x] Cannot login from the welcome block: Error #10193


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:
<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


Developer Docs · Error Codes