sql errors on update user settings

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

sql errors on update user settings

Post by jrmartin »

I get the errors on the attachment but it states the command completed successfully.
As far as I can tell its working but not sure why these errors pop up, happens for all users too.

This is version 1.7 pre-built VM.
Thanks!
You do not have the required permissions to view the files attached to this post.
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: sql errors on update user settings

Post by nscott »

Those might be just normal errors that wouldn't otherwise be shown. What does the result of this command return?

Code: Select all

cat /etc/php.ini | grep 'display_errors =' | grep -v ';'
Nicholas Scott
Former Nagios employee
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

Re: sql errors on update user settings

Post by jrmartin »

cat /etc/php.ini | grep 'display_errors =' | grep -v ';'
display_errors = Off
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: sql errors on update user settings

Post by lmiltchev »

Actually, we have a bug report on this - check it out here:

http://tracker.nagios.com/view.php?id=194

It is already fixed and probably we will be releasing a development edition sometime by the end of the next week.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked