News < Inside Support
Various


Search on This Topic:
Go to Home | Select a New Topic

{article/topic_title} Icinga latin1_general_ci is not valid for CHARACTER SET utf8

Posted by Nano on (2783 views)
Despite all workarounds offered and multiple MySQL/MariaDB Server and Client configurations, after every upgrade I do the following:

Warning: make a backup of the directory content first!

cd /usr/share/icingaweb2/modules/monitoring/library/Monitoring/Backend/Ido
find ./ -type f -print0 | xargs -0 sed -i 's/ COLLATE latin1_general_ci//g'
Done.

{article/topic_title} iOS (iPhone iPad) CSS menu hover fix

Posted by Nano on (6459 views)
iOS (iPhone and iPad) is not be able to use your responsive menu when using CSS :hover, but if you landed in this page, you know that already and looking for a solution. I have read many articles about the CSS hover issue on iOS, and you probably doing the same right now. I have only personally tested few as I've discharged any, requiring JavaScript. This workaround, in fact, will improve your website usability on iPhone and iPad without the need of JavaScript as it only needs a minor change to your HTML source code!