PDA

View Full Version : Errors on upgrading from 1.2 to 1.5


Mark Ramm-Christensen
01-02-2005, 16:51
I upgraded my test system from 1.1a2 to 1.1a5 yesterday. I ran all of the database update scripts in order, recompiled everything, and updated the configuration files, and moved over the new ZABBIX frontend files.

But now I receive this error at the top of the screen right after I log in with the default administrator account.


Warning: Cannot modify header information - headers already sent by (output started at /var/www/apache2-default/include/db.inc.php:11) in /var/www/apache2-default/index.php on line 91

Warning: Cannot modify header information - headers already sent by (output started at /var/www/apache2-default/include/db.inc.php:11) in /var/www/apache2-default/include/config.inc.php on line 1138

On the first screen I have access to configuration, but if I click it I get a no permissions error. From then on I only have the view, reports, and login tabs at the top of the screen.

Any ideas?

Mark Ramm-Christensen
03-02-2005, 00:02
Oops, it turned out to be a problem with the db.inc.php file. Somehow I seem to have lost a semicolon.

[QUOTE=Mark Ramm-Christensen]I upgraded my test system from 1.1a2 to 1.1a5 yesterday. I ran all of the database update scripts in order, recompiled everything, and updated the configuration files, and moved over the new ZABBIX frontend files.

But now I receive this error at the top of the screen right after I log in with the default administrator account.