WordPress Missing a Temporary Folder Error. Getting the error “Missing a Temporary Folder” on WordPress on any update of themses, plugins or images..? This is an Error that result incorrect PHP configuration on your server. It has simple fix that works like magic. Here is how you fix it. What is “Missing a Temporary …
Author Archives: david m
cPanel licensing error – cpkeyclt: error while loading shared libraries Unbound.so
Cpanel Licence Issue cPanel licensing error – cpkeyclt: error while loading shared libraries Unbound.so /usr/local/cpanel/cpkeyclt: error while loading shared libraries: /usr/local/cpanel/3rdparty/perl/528/lib/perl5/cpanel_lib/x86_64-linux-64int/auto/DNS/Unbound/Unbound.so: cannot open shared object file: No such file or directory Run the following Command. /scripts/check_cpanel_rpms –fix
Cloud Servers in South Africa-Woza.Africa
A growing website need some kind of stability. Any website with more than 1000 visitors a day should be moved away from a shared hosting package to a managed virtual environment with dedicated resources. What is managed virtual environment? Refer to a cloud environment secluded for one website or online system. The cloud environment could …
Continue reading “Cloud Servers in South Africa-Woza.Africa”
How to install TLS for FTP on CWP
ftptlError: while trying FTP or SFTP on CWP Status: Connection established, waiting for welcome message… Status: Insecure server, it does not support FTP over TLS. Here are a few steps to take to solve the error and allow ftp and sftp on a Centos // CWP control panel What you require: Ensure the …
How to speed up a WordPress Website.
Why should you speed up WordPress? After battling too hard on SEO, writing content and not ranking as we expected, we decided to explore the ultimate – website speed. Most of our website if not all run on WordPress and there the Research topic became: How to speed up a WordPress Website. Facts about Website …
SMTP Contact form
Is the mail disabled..? worry not – use SMTP library and contact form We recommend the following library kocakmhmt/SMTP-PHP-Contact-Form This is the simplest libary that will only require configuration on the send.php page $mail->Host = “mail.yourdomain.com”; // SMTP servers $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = “[email protected]”; // SMTP username …