Popular Articles
How to fix WordPress memory limit errors
Sometimes when installing or using themes and plugins in WordPress, you might run into errors related to the memory limit assigned to PHP. Some common messages include: Allowed memory size of xxx bytes exhausted... Fatal error: Out of memory... These ...
Connect your email in Microsoft 365 (exchange)
To configure email sending from your cPanel server to Microsoft 365, you need to follow several steps, including DNS setup and updating the records to ensure emails are correctly handled. Access cPanel Log in to your cPanel account. Go to the Email ...
JetBackup 5: How to fix the Integrity Check error using CLI/SSH
When JetBackup performs its automated integrity verification processes, they may sometimes complete partially due to network interruptions, timeouts, or communication issues with the remote storage destination. If you receive notifications indicating ...
Basic SSH commands
FILE MANAGEMENT Copy file cp -a archivo.zip archivocopia.zip Create a 404.html file touch /home/usuario/public_html/404.html Compress directory zip -r archivo.zip /home/usuario/public_html/directorio Extract file unzip archivo.zip View contents of a ...
'Never Finished' error in JetBackup 5
The "Never Finished" error in JetBackup happens when a backup job doesn’t complete properly, leaving the process stuck in a "never finished" state. This issue can pop up for a bunch of reasons, like JetBackup services acting up, cache problems, or ...