Page 1 of 1

Install problem

Posted: Thu Dec 19, 2013 5:19 pm
by jtennant12
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???

Re: Install problem - UPDATE

Posted: Thu Dec 19, 2013 5:29 pm
by jtennant12
Screen Shot 2013-12-19 at 5.26.26 PM.png
Here is the output from my error log

Re: Install problem

Posted: Fri Dec 20, 2013 9:57 am
by tmcdonald
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:

Code: Select all

nano /etc/php.ini
Change the “date.timezone =” line to:

Code: Select all

date.timezone = America/Los_Angeles
Save out and restart apache:

Code: Select all

service httpd restart