NagiosQL blank after installation
Brought to you by:
wizonet
Hello
I installed Nagiosql and ran /install/index.php. All checks were OK (green). The installation was then completed. Now, when I call /nagiosql/index.php, the page stays empty. No errors.
At first, I thought it had something to do with https. But that's not it.
I'm stuck .... just can not find a solution.
Bye
Mansaylon
Are there any messages in the web server logfiles (error / access).
Where did you download the NagiosQL sources and when? The latest version is only available here at sourceforge and some bugfixes are already implemented in 3.4.0.
The download is from here. Did the installation about a week ago.
All * .log deleted and no entries when I /nagiosql calls.
But when I call /nagiosql/install, I get content.
What does the web server configuration look like? Is the directory for nagiosql a link, an alias or is it directly in the document root directory?
What is the output of php -m?
What version of php?
Are there any special characters in the database password for NagiosQL? There is a current bug that doesn't allow using special characters that still need to be fixed.
Can you enable display_errors in your php.ini and restart the Webserver?
After display_errors On:
php -m
It seems that php pear is not installed. Can you install the package? It has different names depending on the Linux derivative.
I have:
I do not know CentOS, but Google told me that you can install pear there with:
yum install php-pear
You are my Hero :-))
Many Thanks.