I tried to install a fresh copy of 1.5 and ran into the following DB error with Mysql.
cat data.sql | mysql zabbix15
ERROR 1136 (21S01) at line 6397: Column count doesn't match value count at row 1
It appears the show_legend and show_3d fields are missing in the data for the graphs table.
cat data.sql | mysql zabbix15
ERROR 1136 (21S01) at line 6397: Column count doesn't match value count at row 1
It appears the show_legend and show_3d fields are missing in the data for the graphs table.
Comment