Where can I find cacti.sql for the latest code? It's not on the github repository. Due to lack of PHP 7 support (mysql removed from PHP 7) on 0.8.8g, I would like to try the develop branch (1.0.0 alpha?)
Thanks
cacti.sql for develop branch
Moderators: Developers, Moderators
-
- Posts: 12
- Joined: Sun Mar 17, 2013 12:19 am
Re: cacti.sql for develop branch
Nvm I found cacti.sql at the root of the repository.
I overwrote cacti 0.8.8g package from debian with files from develop repository.
What am I missing here?
What is the suggested way to install latest cacti develop (straight from git)?
I overwrote cacti 0.8.8g package from debian with files from develop repository.
Code: Select all
$ sudo dpkg-reconfigure cacti
dbconfig-common: writing config to /etc/dbconfig-common/cacti.conf
Replacing config file /etc/dbconfig-common/cacti.conf with new version
Replacing config file /etc/cacti/debian.php with new version
granting access to database cacti for cacti@localhost: success.
verifying access for cacti@localhost: success.
dbconfig-common: dumping mysql database cacti to /var/tmp/cacti.cacti.2016-04-03-17.35.mysql.uBvMNs.
database does not exist.
dbconfig-common: dropping old mysql database cacti.
dropping database cacti: database does not exist.
creating database cacti: success.
verifying database cacti exists: success.
populating database via sql... done.
dbconfig-common: flushing administrative password
Running cli/upgrade_database.php as part of package update...
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 189
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 294
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 189
PHP Warning: Invalid argument supplied for foreach() in /usr/share/cacti/lib/auth.php on line 296
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 294
PHP Warning: opendir(/usr/share/cacti/locales/LC_MESSAGES): failed to open dir: No such file or directory in /usr/share/cacti/include/global_languages.php on line 461
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Warning: opendir(/usr/share/cacti/locales/LC_MESSAGES): failed to open dir: No such file or directory in /usr/share/cacti/include/global_languages.php on line 461
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 294
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 294
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 243
PHP Notice: Undefined index: localhost::cacti in /usr/share/cacti/lib/database.php on line 294
<html><head><title>CSRF check failed</title><script type="text/javascript">if (top != self) {top.location.href = self.location.href;}</script><script type="text/javascript">var csrfMagicToken = "sid:feb013960fa6501f98066fe76b821b6e6b551b70,1459722934";var csrfMagicName = "__csrf_magic";</script><script src="/cacti/include/csrf/csrf-magic.js" type="text/javascript"></script></head>
<body>
<p>CSRF check failed. Your form session may have expired, or you may not have
cookies enabled.</p>
<form method='post' action=''><input type='hidden' name='__csrf_magic' value="sid:feb013960fa6501f98066fe76b821b6e6b551b70,1459722934" /><input type='submit' value='Try again' /></form>
<p>Debug: </p><script type="text/javascript">CsrfMagic.end();</script></body></html>
What is the suggested way to install latest cacti develop (straight from git)?
-
- Posts: 12
- Joined: Sun Mar 17, 2013 12:19 am
Re: cacti.sql for develop branch
anyone can drop a hint how to use latest cacti develop branch?
Re: cacti.sql for develop branch
Code: Select all
git clone -b develop https://github.com/Cacti/cacti.git /var/www/html/latestcommit
Code: Select all
ln -s /var/www/html/latestcommit /var/www/html/cacti
Who is online
Users browsing this forum: No registered users and 1 guest