Code: Select all
Error
You have created a new database, but have not yet imported the 'cacti.sql' file. At the command line, execute the following to continue:
mysql -u rodin -p cacti < cacti.sql
This error may also be generated if the cacti database user does not have correct permissions on the cacti database. Please ensure that the cacti database user has the ability to SELECT, INSERT, DELETE, UPDATE, CREATE, ALTER, DROP, INDEX on the cacti database.
I decided to try the previous release (0.8.7f) but none of the download linkes worked so I went with 0.8.7e. to my surprise the older version displays initial setup page perfectly fine! the permissions are the same across both directories as well as ownership.
I also did a diff of the cacti-dir/include/config.php to make sure I didn't mess up something small and stupid. both use user root to IP 127.0.0.1 to rule out errors in /etc/hosts.
Code: Select all
[root@host html]# sdiff -s cacti-0.8.7e/include/config.php cacti-0.8.7g/include/config.php
| Copyright (C) 2004-2009 The Cacti Group | | Copyright (C) 2004-2010 The Cacti Group
[root@host html]#
for now i'll just use the older version but wanted to report this issue as i'm sure this could discourage new adopters.