-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zabbix error - Undefined 500 Internal Server Error #19
Comments
Is there any error at the webserver event log? |
Hi nuxsmin, the error log apache: [Thu Sep 22 09:49:33 2016] [error] [client 192.168.XX.21] PHP Fatal error: Call to undefined function Exts\Zabbix\V225\posix_getuid() in /var/www/html/sysMonDash/inc/Exts/Zabbix/V225/ZabbixApiAbstract.class.php on line 472, referer: http://10.XX.XX.51/sysMonDash/ This 472 line is : if($tokenCacheDir && array_key_exists('user', $params) && is_dir($tokenCacheDir)) PS: I using in the same server sysMonDash old version in production. same tip? |
Are you running SMD on windows?. It seems that posix_getuid function is missing. |
I can code some hack to get it working. |
No, I'm using on Centos. I guess the problem is the .zabbixapi-token-e3afed0047b08059d0fada10f400c1e5 int the tmp dir was create from old version and conflict with new version. |
Hi, "Disable caching of auth tokens If you want to disable the caching, set $tokenCacheDir to an empty value ''. Work for me. |
Right, but I wouldn't disable auth caching forever, because it could produce a slightly server overhead. Let me find out a solution for this issue. |
Ok. great Thanks, waiting for solutions. |
I using Zabbix 3.0, in previous release work fine, but the last version show error 500.
Any help?
The text was updated successfully, but these errors were encountered: