Search found 7 matches
- Tue Nov 28, 2023 8:14 am
- Forum: Nagios XI
- Topic: Error: (0) Undefined property: CorePDOHandler::$data
- Replies: 2
- Views: 3384
Re: Error: (0) Undefined property: CorePDOHandler::$data
Hi, the problem still persists. Error: (0) Trying to access array offset on value of type bool URL: /nagvis/server/core/ajax_handler.php?mod=Overview&act=getObjectStates&i[]=map-QRADAR&_ajaxid=1701175411 File: /usr/local/nagvis/share/server/core/classes/GlobalBackendPDO.php Line: 120 #0 ...
- Mon Nov 20, 2023 7:18 am
- Forum: Nagios XI
- Topic: Error: (0) Undefined property: CorePDOHandler::$data
- Replies: 2
- Views: 3384
Error: (0) Undefined property: CorePDOHandler::$data
Hi,
do you know what's wrong with this? It happens at random and it goes away after a while. Nagvis says it can't connect to the database.
Centos 7
Nagios XI 5.11.2
PHP 7.4.33
mariadb 5.5
do you know what's wrong with this? It happens at random and it goes away after a while. Nagvis says it can't connect to the database.
Centos 7
Nagios XI 5.11.2
PHP 7.4.33
mariadb 5.5
- Wed Nov 10, 2021 7:15 am
- Forum: Nagios XI
- Topic: Login token was expired, please try again.
- Replies: 5
- Views: 932
Re: Login token was expired, please try again.
Hi, I tried, but the problem still persists. APACHE log is still the same. I can't login to nagiosxi for next day. [Wed Nov 10 13:10:22.079110 2021] [ssl:info] [pid 31327] [client 172.20.108.157:37242] AH01964: Connection to child 3 established (server nagiosxi.abank.cz:443) [Wed Nov 10 13:10:22.079...
- Tue Nov 09, 2021 7:37 am
- Forum: Nagios XI
- Topic: Login token was expired, please try again.
- Replies: 5
- Views: 932
Re: Login token was expired, please try again.
Hello, the time is correct. # ls -l /etc/localtime lrwxrwxrwx 1 root root 33 Aug 24 2015 /etc/localtime -> /usr/share/zoneinfo/Europe/Prague # php -r 'echo date("D M j G:i:s T Y")."\n";' Tue Nov 9 13:07:56 CET 2021 # grep "date.timezone =" /etc/php.ini date.timezone = E...
- Mon Nov 08, 2021 4:20 am
- Forum: Nagios XI
- Topic: Login token was expired, please try again.
- Replies: 5
- Views: 932
Login token was expired, please try again.
Hello, After updating to version 5.8.7, I'm having trouble login to nagiosxi. After entering my credentials I get the message "Login token was expired, please try again." I can only login after clearing the cookies. The message appears again the next day and I have to repeat the process. O...
- Fri Nov 05, 2021 4:44 am
- Forum: Nagios XI
- Topic: Nagvis: Trying to access array offset on value of type int
- Replies: 3
- Views: 3042
Re: Nagvis: Trying to access array offset on value of type i
Thanks! I changed the GlobalMapCfg.php lines
to
Nagvis started working.
Code: Select all
if($id[0] == '_')
$todo = true;
Code: Select all
if($id !== 0 && isset($id[0]) && $id[0] == '_') {
$todo = true;
}- Thu Nov 04, 2021 1:49 am
- Forum: Nagios XI
- Topic: Nagvis: Trying to access array offset on value of type int
- Replies: 3
- Views: 3042
Nagvis: Trying to access array offset on value of type int
Hi, I updated nagiosxi to 5.8.7 and php to 7.4. After the update I can't create a new map. Where could be the problem? OS: CentOS 7 PHP: PHP 7.4.25 Nagiosxi: 5.8.7 Nagvis: 1.9.8 Error: (0) Trying to access array offset on value of type int URL: /nagvis/server/core/ajax_handler.php?mod=Map&act=ge...