I know this is an age old problem, but I've honestly read up on this loads, and just cannot get past step 7 of the install wizard.
I keep getting the usual:
-----------------
Configuration file: Fail
Please install configuration file manualy.
By pressing "Save configuration file" button download configuration file and place them into the
"/var/www/html/zabbix/php/conf/zabbix.conf.php"
------------------
Installation is version 1.6.5 on CentOS 5.3 (x86_64) - what's fustrating is that 2 years ago I installed Zabbix 1.4.x on a Fedora system with no probs at all !
I've followed the official installation guide. I've also followed the 'Bobcares Blog' guide at http://bobcares.com/blog/?p=303#install
I've redone everything about 5 times now (deleting all directories and DB each time) but I always get stuck at the point during the wizard.
I've even set my entire /var/www/html/zabbix directory to chmod 777 (recursively). I've checked the contents of the zabbix.conf.php file at the point step 7 of the install wizard fails, and the file is totally correct, and identical to the examples given in the install guides (apart from the MySQL username/passwds obviously).
The error reported at the top of the install wizard page are:
-----------------
* Undefined variable: c[/var/www/html/zabbix/php/conf/zabbix.conf.php:28]
* Undefined variable: c[/var/www/html/zabbix/php/conf/zabbix.conf.php:28]
* Incorrect configuration file[/var/www/html/zabbix/php/conf/zabbix.conf.php]
* mysql_pconnect() [<a href='function.mysql-pconnect'>function.mysql-pconnect</a>]: Access denied for user 'ben'@'localhost' (using password: YES)[/var/www/html/zabbix/php/include/db.inc.php:56]
----------------
So sorry to raise this question again, but I'm at my tether now.
Thanks, Ben.
I keep getting the usual:
-----------------
Configuration file: Fail
Please install configuration file manualy.
By pressing "Save configuration file" button download configuration file and place them into the
"/var/www/html/zabbix/php/conf/zabbix.conf.php"
------------------
Installation is version 1.6.5 on CentOS 5.3 (x86_64) - what's fustrating is that 2 years ago I installed Zabbix 1.4.x on a Fedora system with no probs at all !
I've followed the official installation guide. I've also followed the 'Bobcares Blog' guide at http://bobcares.com/blog/?p=303#install
I've redone everything about 5 times now (deleting all directories and DB each time) but I always get stuck at the point during the wizard.
I've even set my entire /var/www/html/zabbix directory to chmod 777 (recursively). I've checked the contents of the zabbix.conf.php file at the point step 7 of the install wizard fails, and the file is totally correct, and identical to the examples given in the install guides (apart from the MySQL username/passwds obviously).
The error reported at the top of the install wizard page are:
-----------------
* Undefined variable: c[/var/www/html/zabbix/php/conf/zabbix.conf.php:28]
* Undefined variable: c[/var/www/html/zabbix/php/conf/zabbix.conf.php:28]
* Incorrect configuration file[/var/www/html/zabbix/php/conf/zabbix.conf.php]
* mysql_pconnect() [<a href='function.mysql-pconnect'>function.mysql-pconnect</a>]: Access denied for user 'ben'@'localhost' (using password: YES)[/var/www/html/zabbix/php/include/db.inc.php:56]
----------------
So sorry to raise this question again, but I'm at my tether now.
Thanks, Ben.
, but i'd suggest trying to add non-alphanum characters you used to your simple password and see which character breaks it. then try enclosing password in doublequotes in the corresponding configfile and see whether that helps. maybe it's worth trying single quotes as well.
Comment