Hi all,
after posting a few problems and having gotten some feedback i'm now encountering the following problem.
I'm now facing the following problem:
i don't see anything weird in the dbconfig.php or in the db.inc.php, but just in case i placed // before include_once in the db.inc.php file and i put in the DB/user/password information hard like this:
$DB_SERVER = "localhost";
$DB_DATABASE = "blabla";
$DB_USER= "zabbix";
$DB_PASSWD = "123456789";
if i do the above the error in my webbrowser disappears, but i CANNOT login to my zabbix.
If i do dpkg-reconfigure zabbix-server it gives me stuff about not configuring my mysql correctly, but i know for sure that my mysql is configured correctly, it got all the tables, it has the default user Admin, Default and Eugene.
Anyone got an idea?
after posting a few problems and having gotten some feedback i'm now encountering the following problem.
I'm now facing the following problem:
Warning: include_once(/etc/zabbix/dbconfig.php) [function.include-once]: failed to open stream: Permission denied in /usr/share/zabbix/include/db.inc.php on line 24
Warning: include_once() [function.include]: Failed opening '/etc/zabbix/dbconfig.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/zabbix/include/db.inc.php on line 24
Warning: include_once() [function.include]: Failed opening '/etc/zabbix/dbconfig.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /usr/share/zabbix/include/db.inc.php on line 24
$DB_SERVER = "localhost";
$DB_DATABASE = "blabla";
$DB_USER= "zabbix";
$DB_PASSWD = "123456789";
if i do the above the error in my webbrowser disappears, but i CANNOT login to my zabbix.
If i do dpkg-reconfigure zabbix-server it gives me stuff about not configuring my mysql correctly, but i know for sure that my mysql is configured correctly, it got all the tables, it has the default user Admin, Default and Eugene.
Anyone got an idea?
Comment