In DirectAdmin Multi PHP version selector can be enabled either from the GUI or the terminal: Enable PHP Selector on Directadmin from the GUI 1. Login into Directadmin and under Extra Feature select CustomBuild 2.0 2. Under Edit Options set the...
Here is how to fix the following error: Connection to [/tmp/lshttpd/lsphp5.sock] on request #0, confirmed, 0, associated process: -1, running: 0, error: Connection reset by peer! error_log: 2021-01-28 10:05:51.751 [INFO] [lsphp5] PID: 45143, add...
Error Failed to lookup mailbox status: Mailbox doesn’t exist appears when trying to access the Email Disk Usage section in cPanel. This utility allows you to recover disk space by deleting old messages from your mailbox but one of the cPanel...
After enabling PHP8 on some servers I’ve noticed the following error appear when clicking on the “Reset to default” button for PHP8 in PHP Selector: The last line was crucial for resolving the issue: The received data is wrong...
The PageSpeed modules are open-source server modules that optimize your site automatically. To set up mod_pagespeed on Cyberpanel there are two ways: from the webadmin console, or appending it to the OLS main configuration. In this guide I...
Here is how to solve the following error message: Domain has an outgoing mail hold. Message will be reattempted later. grep the cPanel username / email address and if found remove it from the following files: /etc/outgoing_mail_hold_users...
By default on WHM system emails are sent to root@hostname – but it you don’t have that email address created on the server, email delivery will be failed and the following error message can be seen on the Sent Summary page in WHM:...
file_get_contents() wrapper enables accessing URL objects the same way as local files. You can check if the file_get_contents() wrapper is enabled in your active PHP version by creating and checking phpinfo file: phpinfo file check if...