adding the login feature to the header of jrNova,,,giving error at times

boplive
@boplive
11 years ago
346 posts
Hi Guys,

I been getting this error below when I try to login into my site from my PLACE OF EMPLOYMENT.

>>a system level error was encountered trying to validate the form values: error:

When I login at my house from my labtop or ipad or even android phone..I have no probloem..no error

I recently added the follOWing LOGIN code posted in this documentation in the link below to my header as well as removed the login link on the menu of jrNova

https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-page


{jrCore_form_create_session module="jrUser" option="login" assign="token"}
<div id="jrUser_login_msg"></div>
<form id="jrUser_login" name="jrUser_login" action="{$jamroom_url}/user/login_save" method="post" accept-charset="utf-8" enctype="multipart/form-data">
<input type="hidden" id="jr_html_form_token" name="jr_html_form_token" value="{$token}">
<input type="hidden" name="user_remember" value="off">
user login <input type="text" id="user_email_or_name" class="form_text" name="user_email_or_name" value=""><br>
password <input type="password" id="user_password" class="form_text" name="user_password" value=""><br>
<input type="button" id="jrUser_login_submit" class="form_button" value="login" tabindex="3" onclick="jrFormSubmit('#jrUser_login','{$token}','ajax');">
</form>
<img id="form_submit_indicator" src="{$jamroom_url}/skins/jrElastic/img/submit.gif" width="24" height="24" alt="working...">

so any idea what may be causing the error code...is there something that I may need to add or take away...
updated by @boplive: 05/24/14 09:40:19AM
michael
@michael
11 years ago
7,799 posts
Any errors in the error log in the ACP?
Any errors in the console of the browser?

What is the returned json from the console tab of the browser when the error occurs?
boplive
@boplive
11 years ago
346 posts
It looks like there is no php error at all in the acp...

Tags