Search the Community
Showing results for tags 'cronjob'.
Found 7 results
-
I recently upgraded to WHMCS 8.6.1., upon scanning for PHP 8.1 compatibility I get these files flagged (screenshot attached). I'm running ionCube Loader Version: 12.0.2 currently. Any info on how to rectify would be appreciated. Thanks
-
I already add the cron command, and it's working until I changed my server, after that they stop. You can see the below screenshot. So I try to run the cron job command on terminal, /usr/bin/php -q /home/username/public_html/clientarea/crons/cron.php all -F -vvv Terminal give the error. [root@cloud ~]# /usr/bin/php -q /home/username/public_html/clientarea/crons/cron.php Site error: the <a href="http://www.ioncube.com">ionCube</a> PHP Loader needs to be installed. This is a widely used PHP extension for running ionCube protected PHP code, website security and malware blocking. Please visit <a href="http://get-loader.ioncube.com">get-loader.ioncube.com</a> for install assistance. But IonCube Loder already installed and whmcs working. Please give any solution.
-
WHMCS has a "Maintenance mode" option, that will prevent your customers from accessing the Client Area and display the Maintenance Mode Message (or redirect to another URL, if you enter a Maintenance Mode Redirect URL. This option is very useful anytime you need to do maintenance, that's to say: update of WHMCS core update or install of add-on modules, or Registrars module, or whatsoever full system backup because it prevents the danger of issues if you're uploading new parts of code, and in the meanwhile a customer makes some kind of operation that requires that very same code... But the Maintenance mode of WHMCS does not stop cron jobs, that are going on running during your maintenance activity. This is no good, because the running of cron jobs during maintenance may cause issues too. To stop cron jobs during maintenance you can use related CLI commands in SSH, or use the related management function available in your control panel: but this way is annoying, time-consuming and far from being error-proof. There's another way to temporarily stop cron jobs: simply rename your /crons directory (i.e. renaming it as /cronsSTOPPED ) This will prevent any WHMCS cron job from running during your maintenance; after the end of maintenance activity, simply rename back tour directory /cronsSTOPPED to /crons, and everything will run fine again. (ref: https://domainregister.international/index.php/knowledgebase/664/WHMCS-Maintenance-Mode-and-Cron-Jobs.html )
-
- maintenance
- cronjob
-
(and 1 more)
Tagged with:
-
I noticed that since I updated my whmcs to 8.0.4, my cron job has not been working effectively. It's scheduled to run every 5 minutes but its been running every 24 hours. It's as if there is a script in the cron.php that is making it run every 24 hours but I don't know which and what. I'll appreciate any help
-
Hello, our cronjob made a dataabse backup. The cronjob works fine, but databse backup needs round about 45minutes. 11.04.2018 08:44 Cron Job: Backup Complete 11.04.2018 08:44 Cron Job: FTP Backup - Completed Successfully 11.04.2018 08:44 Cron Job: Backup Generation Completed 11.04.2018 08:43 Cron Job: Starting Backup Zip Creation 11.04.2018 08:43 Cron Job: Backup Database Dump Complete 11.04.2018 08:00 Cron Job: Starting Backup Database Dump 11.04.2018 08:00 Cron Job: Starting Backup Generation 11.04.2018 08:00 Cron Job: Completed Daily Automation Tasks 11.04.2018 08:00 Domain Sync Cron: Completed 11.04.2018 08:00 Automated Task: Starting WHMCS Updates 11.04.2018 08:00 Automated Task: Starting Domain Expiry 11.04.2018 08:00 Automated Task: Starting Client Status Update 11.04.2018 08:00 Automated Task: Starting Server Usage Stats 11.04.2018 08:00 Automated Task: Starting Email Marketer Rules 11.04.2018 08:00 Automated Task: Starting Delayed Affiliate Commissions 11.04.2018 08:00 Automated Task: Starting Inactive Tickets 11.04.2018 08:00 Automated Task: Starting Fixed Term Terminations 11.04.2018 08:00 Automated Task: Starting Overdue Terminations 11.04.2018 08:00 Automated Task: Starting Overdue Suspensions 11.04.2018 08:00 Automated Task: Starting Cancellation Requests 11.04.2018 08:00 Automated Task: Starting Domain Renewal Notices 11.04.2018 08:00 Automated Task: Starting Invoice & Overdue Reminders 11.04.2018 08:00 Automated Task: Starting Credit Card Charges 11.04.2018 08:00 Cron Job: Late Invoice Fees added to 0 Invoices 11.04.2018 08:00 Automated Task: Starting Late Fees 11.04.2018 08:00 Automated Task: Starting Invoices 11.04.2018 08:00 Automated Task: Starting Product Pricing Updates 11.04.2018 08:00 Automated Task: Starting Currency Exchange Rates 11.04.2018 08:00 Cron Job: Starting Daily Automation Tasks 11.04.2018 08:00 Domain Sync Cron: Starting Is it normal? Is it possible to seperate the cronjob databse to another cronjob that will make a backup maybe at 3 o'clock?
-
GET http://www.mydomainname.nl/klanten/crons/cron.php > /dev/null user with id=10010 and name=me not found in chrooted passwd file system error: No such file or directory of course I HAVE the account. The path is also correct..... I do not understand this.... Anyone knows what is wrong ??
-
I have a custom cronjob that syncs enom product/domain pricing with my shopping cart. I want to send a summary email with changes/exemptions after completion of the cronjob. How do I access the mail function that the daily cronjob uses to send the system cronjob results to the admins?