Hi all,
I have a problem when logging on Nagios XI login page. The system tray icon keeps looping and it prompts "Your session has timed out.". And I have the Apache access_log and error_log as below. Could anyone help? Thanks.
From apache access_log
127.0.0.1 - - [09/Apr/2013:10:37:22 +0800] "POST /nagiosxi/backend/ HTTP/1.1" 200 24 "-" "BinGet/1.00.A (http://www.bin-co.com/php/scripts/load/)"
10.40.249.27 - - [09/Apr/2013:10:37:30 +0800] "GET /nagiosxi/ajaxhelper.php?cmd=getxicoreajax&opts=%7B%22func%22%3A%22get_tray_alert_html%22%2C%22args%22%3A%22%22%7D&nsp=59be2b991edb6166a7784ef34617f734 HTTP/1.1" 200 27 "http://10.40.101.215/nagiosxi/login.php" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.172 Safari/537.22"
From apache error_log
[Tue Apr 09 10:37:22 2013] [error] [client 127.0.0.1] PHP Warning: Unknown: POST Content-Length of 84 bytes exceeds the limit of 64 bytes in Unknown on line 0
Rgds,
Albibalu
Nagiox XI login error
Re: Nagiox XI login error
What browser / OS are you using?
Re: Nagiox XI login error
If you are using IE, you may have to turn on compatibility mode for full XI functionality as IE has been having jquery issues as of late.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Nagiox XI login error
Hey...
We have tryed different Browser ( Firefox, IE,Safari and even Chrom) al the same.
We have tryed different Browser ( Firefox, IE,Safari and even Chrom) al the same.
Re: Nagiox XI login error
What is your current post size set to?
Code: Select all
cat /etc/php.ini | grep post_maxFormer Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Nagiox XI login error
Hey good morning???
MAX_POST was set to 64MB in /etc/php.ini
I changed it to 128MB and restart Apache and now it works.......
Thank you very much for your Help.
Regards
MAX_POST was set to 64MB in /etc/php.ini
I changed it to 128MB and restart Apache and now it works.......
Thank you very much for your Help.
Regards
Re: Nagiox XI login error
Good deal, glad it's working for you!