I just installed nagios 4.0.1 on a fresh CentOS 6.5 32-bit system and everything went perfect until I tried to access any of the tabs on the left side of the screen.
Every one of the tabs return a internal server error.
Any suggestions???
Install problem
-
jtennant12
- Posts: 11
- Joined: Wed Dec 11, 2013 11:19 am
Re: Install problem - UPDATE
Here is the output from my error log
Re: Install problem
Take a look at this document on how to change system time settings. You will need to edit your PHP timezone:
Next, you need to configure /etc/php.ini for your timezone set above:Change the “date.timezone =” line to:Code: Select all
nano /etc/php.iniSave out and restart apache:Code: Select all
date.timezone = America/Los_AngelesCode: Select all
service httpd restart
Former Nagios employee