The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/showthread.php 28 require_once





× This forum is read only. As of July 23, 2019, the UserSpice forums have been closed. To receive support, please join our Discord by clicking here. Thank you!

  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
token doesnt match error
#8
It definitely sounds like a server configuration issue. What version of PHP are you running? What type of server (Apache/nginx/iis)?

The deal is that a random token is generated every time that page is loaded, and then compared when a form is submitted or action is taken on the page. So if the token in your browser is not the same as the one that the system thinks it generated, you will get an error.

The two reasons you would get an error is that someone is attacking your server trying to perform a cross site scripting attacks or you have some sort of misconfiguration where the server is reloading the page (and hence regenerating the token) in the background.

My gut says you're using an older version of php.
  Reply


Messages In This Thread
token doesnt match error - by meetmec12 - 12-16-2016, 08:05 PM
token doesnt match error - by dan - 12-16-2016, 08:28 PM
token doesnt match error - by meetmec12 - 12-16-2016, 08:38 PM
token doesnt match error - by meetmec12 - 12-17-2016, 01:27 AM
token doesnt match error - by meetmec12 - 12-17-2016, 03:28 AM
token doesnt match error - by meetmec12 - 12-17-2016, 05:31 AM
token doesnt match error - by meetmec12 - 12-17-2016, 04:51 PM
token doesnt match error - by mudmin - 12-17-2016, 04:56 PM
token doesnt match error - by meetmec12 - 12-17-2016, 05:24 PM
token doesnt match error - by mudmin - 12-17-2016, 05:26 PM
token doesnt match error - by meetmec12 - 12-17-2016, 05:36 PM
token doesnt match error - by meetmec12 - 12-17-2016, 05:40 PM
token doesnt match error - by mudmin - 12-17-2016, 05:49 PM
token doesnt match error - by meetmec12 - 12-17-2016, 06:00 PM
token doesnt match error - by mudmin - 12-17-2016, 06:16 PM
token doesnt match error - by meetmec12 - 12-17-2016, 07:17 PM
token doesnt match error - by meetmec12 - 12-18-2016, 01:25 PM
token doesnt match error - by meetmec12 - 12-25-2016, 10:41 AM
token doesnt match error - by mudmin - 12-26-2016, 02:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)