Hello,
Since I've upgraded the frontend of zabbix from version 1.8.10 to 1.8.18, i've got troubles with quote....
I use apache 2.2.16 and php5.3.3 on debian squeeze
First :
If I logout/ login to the frontend, My url is extended with comma like this :
https://myzabbixdashboard/'dashboard.php'
(note the quote around dashboard.php)
If I was previously on screen page, then the logout/logout will try to connect me to :
https://myzabbixdashboard/'screen.php'
The url is off course not reachable. I need to remove the quote.
Secondly :
If I use filters on items for an host, I search for all unsupported items, I remove the host name, then click again on filter, I've got the unsupported items for all hosts.
If on the host list, I click on an host, my filters become like this :
host = ''
applications = ''
description = ''
And the result is empty.
Where are added those quotes ???
Thank you!
Since I've upgraded the frontend of zabbix from version 1.8.10 to 1.8.18, i've got troubles with quote....
I use apache 2.2.16 and php5.3.3 on debian squeeze
First :
If I logout/ login to the frontend, My url is extended with comma like this :
https://myzabbixdashboard/'dashboard.php'
(note the quote around dashboard.php)
If I was previously on screen page, then the logout/logout will try to connect me to :
https://myzabbixdashboard/'screen.php'
The url is off course not reachable. I need to remove the quote.
Secondly :
If I use filters on items for an host, I search for all unsupported items, I remove the host name, then click again on filter, I've got the unsupported items for all hosts.
If on the host list, I click on an host, my filters become like this :
host = ''
applications = ''
description = ''
And the result is empty.
Where are added those quotes ???
Thank you!
Comment