Error After Installation Nagiosxi

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: Error After Installation Nagiosxi

Post by lamin »

Ok I am starting all over again and I hope this time it will work. BTW, I will be leaving at 4:45 witch means that I will talk to you tomorrow about the outcome. Thank you very much for you patience and expertise.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: Error After Installation Nagiosxi

Post by lamin »

Hello Mguthrie,
I still cannot access to the nagiosxi web interface and I did all the steps over but still no luck.
You do not have the required permissions to view the files attached to this post.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: Error After Installation Nagiosxi

Post by lamin »

Attached is what I am seeing in the error_log file.
You do not have the required permissions to view the files attached to this post.
User avatar
admin
Site Admin
Posts: 256
Joined: Mon Oct 12, 2009 8:21 am

Re: Error After Installation Nagiosxi

Post by admin »

From a google search, it sounds like you might not be running PHP 5.x on your system. Can you verify this? From what I've seen online, that can be the cause of adodb errors like this.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Ethan Galstad
President
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: Error After Installation Nagiosxi

Post by lamin »

I did some google search yesterday also and I did upgrade to php-5.3.3. I have install nagios core and it is running and I did not have all these headaches. I have no idea what I am doing wrong.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: Error After Installation Nagiosxi

Post by lamin »

i am still stuck and I need some help.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Error After Installation Nagiosxi

Post by mguthrie »

We're still working on figuring out what might be the issue on this, but we haven't nailed it down yet. If you're able to get us remote access we'll do what we can from there, but in the meantime we'll working on a solution. We appreciate your patience.

The php error appears to be XI specific. Can I have you try a couple of XI urls and see if we get any other error messages that might point us in the right direction?

http://<hostname>/nagios - nagios core comes installed under XI
http://<hostname>/nagiosql - the Core Config Manager subcomponent location
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: Error After Installation Nagiosxi

Post by lamin »

Here are the screen shots of nagios and nagiosql.
You do not have the required permissions to view the files attached to this post.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Error After Installation Nagiosxi

Post by mguthrie »

I've continued to do some search on this, since it's the same error, and I'm becoming convinced something isn't right with your php install. I'm going to have to check a few things. The only time I see that error coming up on any searches, it's related to a version of PHP 4.x.

Can you run php-v from the command line and post the output?

Also, can you run a php file on your apache server with the following code:

Code: Select all

<?php

phpinfo();

?>

This function will acquire all of the php information running on your webserver and turn it into a table. Double check it to make sure it doesn't have any private data, but if you could send us that output as well that would be helpful.
lamin
Posts: 177
Joined: Thu Oct 28, 2010 6:59 am

Re: Error After Installation Nagiosxi

Post by lamin »

I have installed nagios in a new Redhat 7.3 and still I am getting the same error. BTW, my php version is 4.1
You do not have the required permissions to view the files attached to this post.
Locked