PDA

View Full Version : get_troigger_by_triggerid() undefined in tr_comments.php


scotti
22-12-2005, 11:20
It seems to be a bug:
http://~zabbix/tr_comments.php

Fatal error: Call to undefined function: get_troigger_by_triggerid() in /home/zabbix/htdocs/zabbix/tr_comments.php on line 50

Nate Bell
22-12-2005, 15:53
Without even looking at the code, I would suspect this is simply a typo, and the actual function call looks like:
get_trigger_by_triggerid()
You can test this by making the change in the file, and loading that page.

Nate

Alexei
22-12-2005, 21:25
Thanks for reporting this. Fixed.