Jump to content

All Activity

This stream auto-updates

  1. Today
  2. I just tried that, and it worked. Very strange, all my other hooks are in the template and work fine and I could swear that I got that location from the v8 docs when I first started customizing WHMCS, but I can't find that part now. Well, glad it works anyway! Thanks for the help.
  3. Hooks are meant to be placed into public_html/includes/hooks They wont work if you are adding them into to your template hooks
  4. Unfortunately, the error happens before any hook is triggered, so no way to fix it on my end.
  5. Asked and Answered (by me) https://whmcs.community/topic/342294-issue-with-automation-widget-data/
  6. /var/www/html/templates/[custom template]/includes/hooks. I have multiple other hooks in there that work perfectly fine too.
  7. Can I ask which directory your placing the file in. Seems a little odd that none have worked.
  8. I am using PHP 8.3.30 and WHMCS 9.0.3.
  9. Greetings Community, Celebrate the season of renewal by supercharging your hosting infrastructure! WHMCS Global Services is excited to help you streamline your operations with an exclusive holiday deal. Whether you are looking to refresh your storefront or automate complex workflows, now is the time to invest in your growth. The Deal: Flat 30% OFF Storewide Promo Code: EASTERBLISS30 Expiry: 15th April How to Claim Your Savings: Head over to https://whmcsglobalservices.com/whmcs-modules/ Select the Themes or Modules that fit your 2026 roadmap. Add them to your cart. The EASTERBLISS30 code will be auto-applied at checkout.
  10. Yesterday
  11. I tried to enter a quantity of 1003 for a billable item and it was changed to 999.99 - no error or alert, just when I went back that's what it saved as. Any way to increase this?
  12. Happy Easter from ModulesGarden! We hope you get a chance to slow down a bit over Easter, even if just for a moment. A break from the usual pace, some time to reset, and maybe catch up on things that don't normally fit into the day. 1. Trusted by 40k WHMCS users worldwide! [25% OFF Everything!] We've recently welcomed the 40,000th customer, and to be honest, it still feels a bit surreal. Not because of the number itself, but because of what's behind it: thousands of different companies, workflows, ideas, and decisions. In each of those, someone chose to rely on our WHMCS modules. That kind of trust doesn't go unnoticed. So instead of just marking the occasion and leaving it at that, we figured it's better to make it useful for you too: ✦ Enjoy 25% OFF across Monthly, Annual, and One-Time WHMCS Modules! ✦ There are no discounts to add manually (the 40KTHANKYOU code applies automatically), and no extra steps to take - you'll see the reduced prices right away as you browse our marketplace! If you're curious, we also wrote a short piece about how we got here and how our offer has been evolving alongside different WHMCS businesses. It might give you a slightly different perspective or a few ideas worth exploring! See how we grew to a 40k-strong community! 2. The best savings combinations right now If you're already exploring options, here are a few that stand out at the moment: Vultr VPS For WHMCS - 35% OFF Gain practical, direct control over key Vultr instance operations without leaving WHMCS. Provisioning, management, everyday tasks - all handled from the same interface your team works in every day. SMS Center For WHMCS - 30% OFF From quick notifications to larger campaigns, this module takes care of flexible SMS communication with access to 80+ gateways, plus built-in 2FA support. SolusVM 2 VPS & Cloud For WHMCS - 30% OFF Connect SolusVM 2 with WHMCS and keep your VPS and cloud services running smoothly - from provisioning to all basic operations, so both you and your clients can manage the ordered product easily in one place. Browse all discounted WHMCS modules available on our website! 3. Advancing WHMCS analytics with MetricsCube [Exclusive 25% OFF!] If you're running WHMCS, you already have plenty of data. The real question is - how much of it is helping you make decisions? That's exactly where our closer collaboration with MetricsCube comes in. We've been working on making WHMCS analytics feel less like an extra layer and more like a natural extension of your everyday routine. What's new and worth a look: A restyled website You can easily find out what kind of insights are available and how the reports fit into your WHMCS experience, without having to figure things out page by page. Simplified plans overview Plans are now better organized and easier to follow, making it simple to compare different ranges and quickly see what each level includes in terms of WHMCS reporting. A new Starter option The lowest entry point ever seen at MetricsCube! Start with a handful of reports that help you slowly get a feel for your data and expand naturally as your needs grow. Updated WHMCS connector Compatible with WHMCS 9.0.3 and redesigned for quick onboarding - from install to insights in just a few clicks! ✦ And we added something extra on top! ✦ MetricsCube has already taken the first step by rolling out promotional pricing across their updated plans - now it's our move! Enjoy an additional 25% OFF with promo code: WHMCS25%_MC If you've been waiting for the right moment to take control of your data, this is it. Start with MetricsCube and discover what's been hiding in your numbers all along! Experience the improvements in MetricsCube! 4. A different take on WordPress hosting - PanelAlpha Single Server [FREE Edition!] PanelAlpha is moving in a whole new direction, and as part of that, the Single Server edition is now available in beta. It's a free, self-hosted way to run WordPress on your own VPS, without relying on multiple external layers or paid add-ons. It keeps the entire experience closer to the infrastructure, which in practice means fewer dependencies and direct control over how everything is set up - from the server itself to how your WordPress instances are handled. For many users, this hits a sweet spot: beyond basic shared hosting, but without the need to build and manage everything entirely on their own. Run WordPress your way with PanelAlpha Single Server! Need WHMCS Module Development For Your Business? Get Your Free Quote Now! We can customize our modules to fit your exact needs or even create a completely new one from scratch to give your WHMCS platform an added boost!
  13. It's unfortunate that they are still not fixed it If you are affected, You should be able to handle this with a hook till they come up with a permanent solution. I had done some hook for upgrade handling in the past, so it should be possible.
  14. I have reported the following on 19th Feb 2026 : == Affected Version == WHMCS 9.0.1 == Description == When a client attempts to upgrade an existing yearly/recurring service to a one-time (lifetime) service, WHMCS throws a fatal DivisionByZeroError in includes/upgradefunctions.php inside SumUpPackageUpgradeOrder(). This happens on the latest WHMCS version running on PHP 8.3 and occurs even with all custom hooks/modules disabled, indicating a core issue. This was working fine with PHP 7.4 ex : Error: DivisionByZeroError: Division by zero in public_html/includes/upgradefunctions.php:0 Stack trace: #0 public_html/upgrade.php(0): SumUpPackageUpgradeOrder('9043', 10, 'monthly', '') #1 {main} == Steps to Reproduce == Use the latest WHMCS version on PHP 8.3. Create a recurring product (e.g., yearly billing cycle). Create a second product with pay type “One Time”. Set up an upgrade path from the yearly product to the one-time product. Log in as a client with the yearly service. Go to Client Area ? Upgrade/Downgrade and attempt to upgrade to the one-time product. The upgrade page fails with a fatal error. == Expected Result == The upgrade page should load normally == PHP Version == 8.3 == Severity == High This was confirmed to be a bug [ case WHMCS-25204 ]. Since then, two minor versions (WHMCS v9.0.2 & v9.0.3) were released, and this is not fixed yet!
  15. Last week
  16. Hello, Which WHMCS and php version are you using. I tested the above on version 8.13 and 9. 1 works okay on both for me.
  17. I think this is available 9.0.3. I don't see this on 9.0.0
  18. It's curious how WHMcs can keep getting worse with updates like this.
  19. Thank you for the reply @WHMCS John and for getting back to me about the credit note issue. Just a bit of feedback, for me personally ( our accounts dept are happy to do the add payment) if would be a lot easier if you could tick a set of invoices and mark them paid - it would then show them paid with the method stated on them (eg bank, cheque etc) rather than having to go into say 80 invoices individually to add a payment to each one
  20. Rad web hosting announces release of client-facing whmcs whois addon module! Rad Web Hosting is pleased to announce the release of client-facing WHMCS WHOIS addon module. Rad Web Hosting Announces Release of Client-Facing WHMCS WHOIS Addon Module Rad Web Hosting is pleased to announce the release of its new client-facing WHMCS WHOIS Addon Module, a powerful and flexible extension designed to provide a secure, public-facing WHOIS lookup interface for WHMCS installations. This module enables hosting providers, domain registrars, and infrastructure operators to offer fast and reliable domain WHOIS queries directly from their WHMCS platform. The module was developed to address a common need among hosting providers: offering a public WHOIS lookup tool that integrates seamlessly with WHMCS while maintaining performance, security, and administrative control. With built-in caching, CAPTCHA protection, customizable WHOIS servers, and strict domain validation, the WHMCS WHOIS Addon Module delivers a modern and abuse-resistant solution for domain lookup services. A Modern WHOIS Lookup Tool for WHMCS The new addon introduces a clean and efficient WHOIS lookup interface that can be accessed by both clients and public visitors. Hosting providers can easily add a WHOIS lookup page to their WHMCS deployment, allowing users to query domain registration information without requiring login access. Visitors can simply enter a domain in the standard format: example.com The module then performs a WHOIS query and returns the registry response directly within the WHMCS interface. The public lookup page is accessible via: https://yourdomain.com/index.php?m=client_whois This makes it easy for providers to link the tool from their homepage, domain search pages, knowledge base, or marketing landing pages. Designed for Security and Abuse Prevention Public WHOIS services can easily become targets for automated abuse. To prevent this, the Rad Web Hosting WHOIS Addon Module includes several built-in safeguards. Anonymous users are required to complete a CAPTCHA verification using WHMCS’s built-in CAPTCHA framework before performing a lookup. This allows the module to automatically support whichever CAPTCHA provider is configured within WHMCS, including: Google reCAPTCHA hCaptcha Cloudflare Turnstile WHMCS built-in CAPTCHA Logged-in clients are exempt from CAPTCHA, allowing for a smooth user experience while maintaining protection against automated queries. In addition, the module enforces strict domain validation rules, ensuring that only properly formatted domain names can be submitted. Intelligent WHOIS Server Resolution Different domain extensions use different WHOIS servers, and managing these differences can be complex. The Rad Web Hosting module solves this by implementing a flexible multi-layer WHOIS resolution system. When a lookup is performed, the module resolves the correct WHOIS server using the following priority: Administrator-defined WHOIS server overrides Built-in WHOIS server mappings Automatic IANA referral lookup This approach ensures compatibility across a wide range of domain registries while allowing administrators to customize WHOIS servers for specific TLDs when necessary. Through the module’s admin interface, operators can easily add, edit, or disable WHOIS servers for individual domain extensions. Built-In WHOIS Caching for Performance To ensure fast response times and reduce unnecessary network requests, the module includes a built-in filesystem caching system. When a WHOIS query is performed, the response is stored locally and reused for subsequent requests during the configured cache lifetime. This significantly reduces outbound WHOIS traffic while improving lookup speeds for frequently queried domains. Typical performance improvements include: Scenario Response Time Cached lookup Under 10 milliseconds Fresh WHOIS query 200–900 milliseconds By caching responses, the module also helps protect upstream WHOIS servers from excessive requests. Flexible TLD Validation The addon allows administrators to define which domain extensions are accepted by the lookup tool. This configuration is maintained in a separate file, making it easy to update without modifying the core module code. Administrators can also choose to allow any TLD if they prefer not to enforce a strict validation list. This flexibility makes the module suitable for environments ranging from small hosting providers to large-scale domain marketplaces. Seamless WHMCS Integration One of the key goals of the project was to ensure that the module integrates naturally with WHMCS. The addon follows WHMCS development best practices and relies on native platform functionality wherever possible. See also How to Install WHMCS Domain Reseller API Registrar Module Key integration features include: Native WHMCS CAPTCHA support WHMCS addon module architecture WHMCS database integration for server management Smarty-based client area templates Compatibility with WHMCS security and configuration settings This ensures that the module behaves like a natural extension of the WHMCS platform rather than a standalone add-on. Easy Installation and Deployment Deploying the module takes only a few minutes. Administrators simply upload the module directory to the WHMCS addons folder and activate it through the WHMCS admin panel. Once activated, the module automatically creates its required database tables and becomes immediately available. The lookup page can then be accessed through the WHMCS routing system and linked anywhere on the provider’s website. Ideal for Hosting Providers and Domain Services The WHMCS WHOIS Addon Module is especially useful for: Web hosting providers Domain registrars Domain marketplaces Infrastructure platforms SaaS providers managing domain portfolios By offering a built-in WHOIS lookup tool, providers can give visitors quick access to domain registration data while keeping the entire experience within their own platform. Continuing Innovation from Rad Web Hosting The release of the WHMCS WHOIS Addon Module reflects Rad Web Hosting’s ongoing commitment to building practical tools for the hosting and infrastructure community. Rad Web Hosting has long focused on delivering solutions that combine performance, security, and operational simplicity, and this module continues that tradition by providing a production-ready WHOIS lookup system designed specifically for WHMCS environments. Future enhancements may include additional performance improvements, advanced caching options, and expanded domain intelligence features. Availability The Rad Web Hosting client-facing WHMCS WHOIS Addon Module is available now. Github: https://github.com/Rad-Web-Hosting/client_whois WHMCS Marketplace: https://marketplace.whmcs.com/product/8495-client-whois-lookup For more information about Rad Web Hosting services and tools, visit: https://radwebhosting.com Find us on whmcs marketplace
  21. v4.64.18 (Mar 31, 2026) Bug Fix WCU-26 - Issue with perl binary with the latest CSF Cpanel version
  22. Ciao, Qualcuno di voi è riuscito a risolvere i problemi di incompatibilità di Billing Extension con WHMCS 9.X? Dalle ricerche effettuate e dal tipo di errori riscontrati sembra essere un incompatibilità con l'aggiornamento degli Smarty Tag apportato da WHMCS 9, qualcuno di voi è riuscito a risolvere? Siamo un bel pò nei casini e Katamaze non risponde al supporto sul loro sito.
  23. Every checkout has a moment when a customer hesitates. Maybe the payment method they expect isn't available. Maybe the form asks for too many fields. Maybe it's a repeat purchase that still feels like filling out a first-time checkout. Small moments of friction like these can cause customers to abandon payments before completing them. That's why we're introducing Stripe Dynamic Payments for WHMCS. Stripe Dynamic Payments brings Stripe's latest checkout technology directly into WHMCS,...View the full blog post
  24. I updated my WHMCS to 9.0.2 and I get this error when I login to WHMCS admin dashboard. How to fix that? Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. For additional assistance, please reference the WHMCS TroubleShooting Guide » TypeError: Unsupported operand types: int + string in /home/exampleuser/example.com/modules/widgets/Automation.php:56 Stack trace: #0 /home/exampleuser/example.com/vendor/whmcs/whmcs-foundation/lib/Module/AbstractWidget.php(0): WHMCS\Module\Widget\Automation->generateOutput() #1 /home/exampleuser/whmcsdata/templates_c/example_file_homepage.tpl.php(151): WHMCS\Module\AbstractWidget->render() #2 /home/exampleuser/example.com/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php(123): content_xxx() #3 /home/exampleuser/example.com/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php(114): Smarty_Template_Resource_Base->getRenderedTemplateCode() #4 /home/exampleuser/example.com/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php(217): Smarty_Template_Compiled->render() #5 /home/exampleuser/example.com/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(238): Smarty_Internal_Template->render() #6 /home/exampleuser/example.com/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(116): Smarty_Internal_TemplateBase->_execute() #7 /home/exampleuser/example.com/vendor/whmcs/whmcs-foundation/lib/Smarty.php(0): Smarty_Internal_TemplateBase->fetch() #8 /home/exampleuser/example.com/vendor/whmcs/whmcs-foundation/lib/Admin.php(0): WHMCS\Smarty->fetch() #9 /home/exampleuser/example.com/vendor/whmcs/whmcs-foundation/lib/Admin.php(0): WHMCS\Admin->output() #10 /home/exampleuser/example.com/vendor/whmcs/whmcs-foundation/lib/Admin/Controller/HomepageController.php(0): WHMCS\Admin->display() #11 [internal function]: WHMCS\Admin\Controller\HomepageController->index() #12 /home/exampleuser/example.com/vendor/middlewares/utils/src/CallableHandler.php(68): call_user_func_array() #13 /home/exampleuser/example.com/vendor/middlewares/utils/src/CallableHandler.php(38): Middlewares\Utils\CallableHandler->execute() #14 /home/exampleuser/example.com/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Adapters/PsrRouterStack.php(0): Middlewares\Utils\CallableHandler->handle() #15 /home/exampleuser/example.com/vendor/whmcs/whmcs-foundation/lib/Route/Middleware/Adapters/PsrRouterStack.php(0): WHMCS\Route\Middleware\Adapters\PsrRouterStack->executeHandler() ... #140 {main}
  25. We have officially launched the Smart eKYC Module for WHMCS, a comprehensive identity verification solution built specifically for hosting providers, domain resellers, and SaaS businesses. This module enforces KYC before service activation, ensuring that only verified customers can access your services. It helps create a secure, compliant, and well-managed hosting environment. Key Benefits: Prevent fake registrations and fraudulent orders Protect your servers & domain registration from abuse, spam, and blacklisting Reduce chargebacks and financial losses Automate customer onboarding with smart workflows Automatic suspension or termination of services and client account if KYC is not completed within a defined timeframe The module also offers seamless DigiLocker integration for Indian users and flexible manual KYC options for global customers, making it suitable for businesses serving a worldwide audience. With automated notifications, reminders, and complete admin control, you can significantly improve operational efficiency while maintaining a smooth customer experience. Strengthen your platform security and streamline onboarding with Smart eKYC. Now available for your WHMCS environment. Get the Smart eKYC Module - Buy Now
  1. Load more activity
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated