Hi,
When i insert a group, this message is shown:
Warning: pg_exec(): Query failed: ERROR: syntax error at end of input at character 38 . in /var/www/html/zabbix-1.0/include/db.inc.php on line 64
Warning: pg_fetch_row(): supplied argument is not a valid PostgreSQL result resource in /var/www/html/zabbix-1.0/include/db.inc.php on line 120
Error getting row
Despite the success on insertion.
The same happens with the hosts insertion:
Warning: pg_exec(): Query failed: ERROR: syntax error at end of input at character 36 . in /var/www/html/zabbix-1.0/include/db.inc.php on line 64
Warning: pg_fetch_row(): supplied argument is not a valid PostgreSQL result resource in /var/www/html/zabbix-1.0/include/db.inc.php on line 120
Error getting row
I'm using Postgresql 8.1 and zabbix-1.0
Thanks in advance.
When i insert a group, this message is shown:
Warning: pg_exec(): Query failed: ERROR: syntax error at end of input at character 38 . in /var/www/html/zabbix-1.0/include/db.inc.php on line 64
Warning: pg_fetch_row(): supplied argument is not a valid PostgreSQL result resource in /var/www/html/zabbix-1.0/include/db.inc.php on line 120
Error getting row
Despite the success on insertion.
The same happens with the hosts insertion:
Warning: pg_exec(): Query failed: ERROR: syntax error at end of input at character 36 . in /var/www/html/zabbix-1.0/include/db.inc.php on line 64
Warning: pg_fetch_row(): supplied argument is not a valid PostgreSQL result resource in /var/www/html/zabbix-1.0/include/db.inc.php on line 120
Error getting row
I'm using Postgresql 8.1 and zabbix-1.0
Thanks in advance.
Comment