The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
Not Acceptable bug - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Not Acceptable bug (/showthread.php?tid=944)



Not Acceptable bug - brahm.pragya - 02-12-2018

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.


Not Acceptable bug - dan - 02-12-2018

What version are you using?


Not Acceptable bug - brahm.pragya - 02-12-2018

I am using User spice 4.3


Not Acceptable bug - dan - 02-12-2018

Can you tell me what is inside the file users/includes/user_spice_ver.php


Not Acceptable bug - brahm.pragya - 02-12-2018

$user_spice_ver="4.3.8";


Not Acceptable bug - dan - 02-12-2018

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.


Not Acceptable bug - Brandin - 02-12-2018

If it doesn't, a quick Google Search yields a result:
https://www.tipsandtricks-hq.com/apache-mod-security-update-how-to-fix-error-406-or-not-acceptable-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;


Not Acceptable bug - brahm.pragya - 02-13-2018

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


Not Acceptable bug - Brandin - 02-13-2018

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.