zabbix_server crashes after a couple of minutes.
Caused by querying event_maxid from nodes, and there's event_lastid.
In any mode.
Patch attached.
Distributed mode acts as fork bomb
LA goes 40+, server doesn't respond for about 2 minutes, then works again.
Please delete the config cookie on a last screen of web setup. Now it's eternal "installation mode" until I close the browser. It's FF 2.0. May be it's browser-related.
PHP 5.1.6 complains along the lines of "Non-static method should not be called statically" for COpt methods. Uncommented "public static".
PHP 5.1.6 complains about deprecated is_a.
Fixed by
perl -pi -e 's/is_a\(([^,]+),([^)]+)\)/\($1 instanceof $2\)/g' include/classes/*
It works afterwards.
Also, changing any parameter in graphs leads to "Warning: field [stime] is not integer". Seems like you need to improve on input validity checks.
And also, you can't edit screens - screenitemid is missing in "Change" link when editing screen.
Caused by querying event_maxid from nodes, and there's event_lastid.
In any mode.
Patch attached.
Distributed mode acts as fork bomb

LA goes 40+, server doesn't respond for about 2 minutes, then works again.
Please delete the config cookie on a last screen of web setup. Now it's eternal "installation mode" until I close the browser. It's FF 2.0. May be it's browser-related.
PHP 5.1.6 complains along the lines of "Non-static method should not be called statically" for COpt methods. Uncommented "public static".
PHP 5.1.6 complains about deprecated is_a.
Fixed by
perl -pi -e 's/is_a\(([^,]+),([^)]+)\)/\($1 instanceof $2\)/g' include/classes/*
It works afterwards.
Also, changing any parameter in graphs leads to "Warning: field [stime] is not integer". Seems like you need to improve on input validity checks.
And also, you can't edit screens - screenitemid is missing in "Change" link when editing screen.
Comment