Following error was getting generated while configuring php on the server checking for utf8_mime2text signature… new checking for U8T_DECOMPOSE… configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. Fix yum install libc-client-devel
Month: September 2018
Clients are opening support Tickets but don’t see them in my WHMCS dashboard!
Fix Make sure that when login to the client's client area, you are able to see the tickets there. If so, make sure your user is assigned to the departments. Setup -> Staff Management -> Administrator users -> your user and set what departments you want access to.
To setup python environment in CloudLinux
The Setup Python App icon is a third party plugin from CloudLinux .The interface will be shown as disabled by default. In order to enable the Setup Python App you will need to use the following instructions: - Login to WHM - Navigate to: Home »Server Configuration »CloudLinux LVE Manager - Select the Options tab … Continue reading To setup python environment in CloudLinux
User is not authorized for Mail (Host: x.x.x.x)”. + horde
Fix The issue was that the dovecot was not working.
Joomla! 3 installation freezes at creating database table using quickstart installation
This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term "ENGINE=InnoDB" and replace ALL with "ENGINE=MyIsam" MyIsam is more supported and compatible with Joomla. Do also the same with (sample_data.sql) file, if it's quickstart setup.
How to exit a “virsh console”?
The keyboard shortcuts are as follows if you are using English keyboard i.e. Escape character is ^]: CTRL+Shift+5 CTRL+Shift+]
Got error -1 from storage engine SQL=INSERT INTO `ek9pi_session`
Fix On checking I could see that innodb_force_recovery was enabled in the mysql configuration file. Disabled it and then restarted the mysql service. Note: Mysql innodb force recovery may be enabled due to any innodb crashes in the server. You need to have a detailed check before disabling this.