Hi, Since iTop 3, you can disable the global search by adding this in your iTop "General Configuration" 'global_search.enabled' => false, More informations here https://www.itophub.io/wiki/page?id=3_0_0:admin:itop_configuration_file#f-l
Hi, It's probably an issue with "requestedAuthnContext" parameter. By default "SSO SAML authentication" use "PasswordProtectedTransport". If you need to add X509Multifactor, you must add explicilty "urn:oasis:names:tc:SAML:2.0:ac:classes:X509" In General Configuration, you can make a thing like this: 'requestedAuthnContext' => array ( 0 => 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509', 1 => 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport', ),
Hello, It could be related to this bug: https://jira.mariadb.org/browse/MDEV-24194
Hello compatriot, Cron is using php CLI, you need to activate mysqli extension in the php.ini used by your CLI ;)
Hi Lamberet, Could you try to run exec.php in CLI ? Not in web trough apache.
Hello James, You probably have a cache issue. Check you webserver cache. For iTop itself, if you have a directory /data/cache-production/apc-emul/ you can remove the content.
Hi Ozgar, In a first time, you can check the mailbox's content. You have maybe a security alert from gmail. From iTop, check the Configuration file, under 'combodo-email-synchro' you must have 'imap_options' => array ( 0 => 'imap', 1 => 'ssl', ),