How to troubleshoot WHMCS disk usage updates not working
At times WHMCS doesn’t read disk usage properly anymore, which can have devastating consequences for overuse calculations. Often, but the time you have discovered it,
At times WHMCS doesn’t read disk usage properly anymore, which can have devastating consequences for overuse calculations. Often, but the time you have discovered it,
Background At times your WHMCS cron won’t complete if you’re using the Payfast module. Forcing the CRON On cPanel, you can force the cron like
Environment: WHMCS Proxmox VE Modules Gardens Proxmox VE Module TrueNAS Scale iSCSI NAS After a client automatically upgraded a service the disk resize command was
Preparation The PRTG Administrator Tool Windows desktop application is your friend here. Go to Custom Configuration and choose port 444. You cannot use port 80
You might find that some emails repeat, e.g. domain deletions emails. Here is how you troubleshoot: user@server:~$ /usr/bin/php8.1 -q /home/user/public_html/modules/registrars/domainsDotCOZA/tools/domains_sync.php –poll Processing Domain Deletions: —————————-
Adding another Proxmox clustered server to WHMCS requires a few steps: WHMCS Work Navigate to the System Settings => Servers menu Click “Add New Server”
WHMCS has a requirement of MySQL Strict Mode. The official documentation provides instructions on how to do this with WHM/cPanel. This article documents the process
Description When doing a fresh installation of WHMCS on a PHP 7.4 system you might encounter the error below: InvalidArgumentException: Data missing in /home/sitename/public_html/vendor/nesbot/carbon/src/Carbon/Carbon.php:425 Resolution
The example below will run the WHMCS CRON and skip the update server usage routines. This is useful if your CRON takes abnormally long and
The following code snippet will remove / manipulate sidebar information: <?php use WHMCS\View\Menu\Item as MenuItem; add_hook(‘ClientAreaSecondarySidebar’, 1, function(MenuItem $secondarySidebar) { if (!is_null($secondarySidebar->getChild(‘Support’))) { $secondarySidebar->getChild(‘Support’) ->removeChild(‘Announcements’)