If you see the err_too_many_redirects error on your WordPress site, don’t Panic! It just means your website got stuck into an infinite redirection loop. While this error seems Weird, But it’s not that tough to fix. In this tutorial, we’ll show you how to do that. What is err_too_many_redirects? err_too_many_redirects happens when a browser can’t […]
cPanel MySQL/MariaBB error: adminbin Cpanel/cpmysql/DBCACHE: exit 11 [SOLVED]
Many cPanel users are experiencing the above error within the cPanel interface recently; The error appears within cPanel, giving the impression that MariaDB/ MySQL is not working. Infect the error is a false positive, MariaDB/MySQL is infect working perfectly fine. Another similar error was being reported like this some time ago with “Exit 255” code. […]
How to Install wkhtmltopdf on cPanel/ Centos Server
show/hide wkhtmltopdf is an open-source command-line tool to convert HTML into PDF. It is widely used by applications to generate invoices and other pdf documents. for example, a python or PHP script will use it through its respective shell command to convert any URL to a PDF. The use is very easy, simple call wkhtmltopdf […]
“Missing a Temporary Folder” Error in WordPress
Recently, one of our clients was seeing “Missing a Temporary Folder” on his WordPress, and due to this error, he was unable to upload images, update themes, and plugins. Missing a Temporary Folder Solution 1. The “Missing a Temporary Folder” error can be the result of incorrect PHP settings on your CloudLinux based cPanel hosting […]
How to Fix Invalid cPanel License Error
I decided to combine all cPanel license issues into one, as the solution to them is the same. First, I will go through the problems that people have been asking me in the comments, and then the solution which will be common to all. Here are a few questions that our blog reader asked during […]
Error to send emails: Unable to open file /var/lib/plesk/mail/srs/secret: Permission denied
We were unable to send emails to any email account, below error found in /var/log/maillog: […]
Dovecot does not work, After upgrade to Plesk 17.8: read-only filesystem
Recently one of our clients has recently upgraded to Plesk 17.8 and he was unable to receive/read mail, including webmail. On reading logs /var/log/maillog we found following messages: […]
How to uninstall PHP 4 on Plesk Onyx 17.8 for Windows
After upgrading Plesk to Onyx 17.8, PHP 4 was no longer available for deletion in Plesk Installer. To uninstall PHP 4 on Plesk Onyx 17.8 follow the steps given below: […]
How to install Security Advisor Addon on WHM/cPanel server
Security advisor is a very useful server security alert which is an open source addon for cPanel server. This addon collects security information from the server and displays it in a single page when you access security advisor within your cPanel. […]
How to Install WordPress Locally on Windows
A test WordPress website can help us test things like themes, plugins, settings, etc.., before uploading to the main working site. Though you can have a test website created on your server with a sub-domain, But it’s quite handy and feasible to first installed it locally on your computer. […]