Jump to content

Error code: 2S119/1


Ocean West

Recommended Posts

He's doing something and his session has already expired, sat idle for too long.  

	/**
	 * CSRF Check
	 *
	 * @return	void
	 */
	public function csrfCheck()
	{
		if ( !\IPS\Login::compareHashes( (string) $this->csrfKey, (string) \IPS\Request::i()->csrfKey ) )
		{
			\IPS\Output::i()->error( 'generic_error', '2S119/1', 403, 'admin_csrf_error' );
		}
	}

 

Link to comment
Share on other sites

Sounds like it might be something with his browser.  If I recall correctly, and I could be completely wrong here, the csrfKey is stored as a cookie.  If he's got some software in his browser that's blocking or destroying cookies might be the reason. 

It definitely sounds like something on the users machine, though.  You could always submit a ticket to IPS and they might be able to give you a bit more insight.  

Link to comment
Share on other sites

  • 1 month later...

Not sure, a while back I installed a new local 4.3 version, uploaded a theme and myself got this error. Nothing in my themes were out of date either. I went ahead and uploaded the rest of my themes then installed a new 4.3 local version and uploaded those xml files into the new version and everything was then ok. I know that don't help you but in case someone reads this that can look into it.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...