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
Not Acceptable bug
#1
An appropriate representation of the requested resource /users/admin_verify.php could not be found on this server.

I m getting above message when I open user manage admin panel. The admin_verify.php exist in my directoty. In local system user admin panel working properly but in live this error comes.

Please give some solution.
  Reply
#2
What version are you using?
  Reply
#3
I am using User spice 4.3
  Reply
#4
Can you tell me what is inside the file users/includes/user_spice_ver.php
  Reply
#5
$user_spice_ver="4.3.8";
  Reply
#6
Please click the updates link on the top of this page and do the upgrade all the way up to version 13. That will take care of your problem most likely.
  Reply
#7
If it doesn't, a quick Google Search yields a result:
https://www.tipsandtricks-hq.com/apache-...-issue-259

Looks like a mod security issue maybe? I haven't had anyone else report this issue so I would say this is probably server config.

An alternative is to set reauth to 0.

UPDATE settings SET re_auth=0;

UPDATE pages SET re_auth=0 WHERE re_auth=1;
  Reply
#8
Yes it is working now.
I update the re-auth in pages table

UPDATE pages SET re_auth=0 WHERE re_auth=1;

Thank you Smile
  Reply
#9
Please note this isn't a solution, but rather a workaround to the problem.

I would recommend digging into the configuration and trying to correct it.
  Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)