PDA

View Full Version : 1.0 php error


anothergene
25-02-2005, 20:54
Hi all.

I'm having a problem getting zabbix 1.0 up and running propperly. I've done the install and it's being served up ok, but when I connect to it for the very first time I get the normal log in screen and I enter the default id and password. The next screen I get has this at the top:

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache_1.3.33+php-4.3.10/htdocs/zabbix/include/db.inc.php:11) in /usr/local/apache_1.3.33+php-4.3.10/htdocs/zabbix/index.php on line 89

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/apache_1.3.33+php-4.3.10/htdocs/zabbix/include/db.inc.php:11) in /usr/local/apache_1.3.33+php-4.3.10/htdocs/zabbix/include/config.inc.php on line 1085

then when I click on any of the options I get bumped back to being guest.

I saw some one else had this error with 1.1 and they solved it by putting in a missing semi-colon in the include/db.inc.php file. I've looked through it and I can't find any missing semi-colons.

I'm using Firefox 1.0 as my browser, would that make any difference?

Any one have any ideas?

riegersteve
01-03-2005, 19:58
check your permissions, all files should be owned by the web user

rickardp
04-03-2005, 12:20
Hi!
This error is a result of a SQL statement that has gone wrong.

I had that problem when a upgrade script was executed but produced errors which caused an inconsistant table structure in the database.

See V1.0Beta10 Upgrade to V1.1alfa5 (http://www.zabbix.com/forum/showthread.php?t=395) for more info