I've re-verified all of my permission levels and am at a complete loss as to why this keeps happening. Doesn't this new version of Cacti support MySQL 5.x? Anyhow, at this point I can log into Cacti, add devices, and navigate the site just fine. However, when I try to create graphs for my devices it fails to create them, but SNMP is working okay.
Here is some output from my log file with DEBUG turned on:
Below is a list of the versions that I'm using:01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_item"
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select id from host where disabled = '' order by id"
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('path_webroot','c:/Inetpub/wwwroot/cacti')"
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "truncate table poller_time"
01/04/2006 12:24:00 PM - POLLER: Poller[0] DEBUG: About to Spawn a Remote Process [CMD: c:/php/php-win.exe, ARGS: -q c:/inetpub/wwwroot/cacti/cmd.php 0 2]
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select * from host where (disabled = '' and id >= 0 and id <= 2) ORDER by id"
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "SELECT * from poller_item WHERE (host_id >= 0 and host_id <= 2) ORDER by host_id"
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "SELECT count(*) from poller_item WHERE (action=2 AND (host_id >= 0 and host_id <= 2))"
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] ERROR: Either there are no items in the cache or polling is disabled
01/04/2006 12:24:00 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "insert into poller_time (poller_id, start_time, end_time) values (0, NOW(), NOW())"
01/04/2006 12:24:01 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('date',NOW())"
01/04/2006 12:24:01 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_id,end_time from poller_time where poller_id = 0"
01/04/2006 12:24:01 PM - CMDPHP: Poller[0] DEBUG: SQL Assoc: "select poller_output.output, poller_output.time, poller_output.local_data_id, poller_item.rrd_path, poller_item.rrd_name, poller_item.rrd_num from (poller_output,poller_item) where (poller_output.local_data_id=poller_item.local_data_id and poller_output.rrd_name=poller_item.rrd_name)"
01/04/2006 12:24:01 PM - SYSTEM STATS: Time:1.0216 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:0 RRDsProcessed:0
01/04/2006 12:24:01 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "replace into settings (name,value) values ('stats_poller','Time:1.0216 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:0 RRDsProcessed:0')"
01/04/2006 12:24:01 PM - CMDPHP: Poller[0] DEBUG: SQL Exec: "truncate table poller_output"
01/04/2006 12:24:01 PM - CMDPHP: Poller[0] DEBUG: SQL Cell: "select count(*) from poller_command"
MySQL 5.0.18
PHP 5.1.1
RRDTool 1.2.11 (cygwin version from www.cacti.net)
Cacti 0.8.6h
Windows 2003
IIS 6.0
Much thanks in advance for any help you can offer!