It seems that a little mistake in upgrade script. I've got an error while upgrading:
[Fail] ALTER TABLE `data_input_data` ADD INDEX `input_output`(`input_output`)
I think, this
alter table have to be on
data_input_fileds table.
Code:
--- cacti/install/0_8_7b_to_0_8_7c.php.orig 2008-11-05 22:35:18.000000000 +0600
+++ cacti/install/0_8_7b_to_0_8_7c.php 2008-11-05 22:35:28.000000000 +0600
@@ -47,7 +47,7 @@
}
/* speed up graph automations some more */
- db_install_execute("0.8.7c", "ALTER TABLE `data_input_data` ADD INDEX `input_output`(`input_output`)");
+ db_install_execute("0.8.7c", "ALTER TABLE `data_input_fields` ADD INDEX `input_output`(`input_output`)");
/* increase the width of the settings field */
db_install_execute("0.8.7c", "ALTER TABLE `settings` MODIFY COLUMN `name` VARCHAR(512) NOT NULL DEFAULT NULL");
Second, there is no chance to register account in Mantis tracker.
First, I've got an error:
Quote:
SYSTEM WARNING: session_destroy() [function.session-destroy]: Trying to destroy uninitialized session
SYSTEM WARNING: Cannot modify header information - headers already sent by (output started at /var/www/bugs.querx.com/core/error_api.php:166)
Second, after press submit button (when complete verification done):
Quote:
APPLICATION ERROR #2800