-
Content Count
10130 -
Joined
-
Last visited
-
Days Won
64
WHMCS John last won the day on June 8
WHMCS John had the most liked content!
Community Reputation
218 ExcellentAbout WHMCS John

-
Rank
Head of Support
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi @Kian, We welcome and reward responsible disclosure of potential security concerns via our Security Bounty Program: https://www.whmcs.com/security-bounty-program/ I'd encourage you to submit the details via Bugcrowd, so it can be validated and any appropriate action taken.
-
Client not getting Email on Ticket Reply
WHMCS John replied to MacemanD's topic in Troubleshooting Issues
Hi there, Please ensure that the email template is not disabled under Configuration > System Settings > Email Templates. If the email template is enabled, follow these steps to troubleshoot email sending problems: https://help.whmcs.com/m/troubleshooting/l/1261469-troubleshooting-email-sending-problems -
Cpanel 104.0.4 crashed WHMCS Admin Login
WHMCS John replied to garybarr's topic in Troubleshooting Issues
Hi all, This behaviour suggests a problem with PHP session file storage on your server. Attached is a simple script to test PHP sessions on your environment. Please unzip and upload to your public_html directory and visit in your browser. Every time you refresh the page, the number should increase 1,2,3,4 etc... However if the number stays at 1 on your server, this means there is a problem with the PHP sessions configuration that your server admin/hosting provider will need to investigate and resolve. sessiontest.zip -
Hi @snake, Thanks for providing that Ticket ID, I've raised with with the cPanel Customer Service Supervisor, who will be following up shortly.
-
Hi @snake, I'd like to look into this experience. Can you share the cPanel SEO Ticket ID, please? @yggdrasil Check out today's feature spotlight post for more info on cPanel SEO: https://blog.whmcs.com/133719/feature-spotlight-cpanel-seo-via-marketconnect
-
Office365 POP Mail Import for support tickets
WHMCS John replied to JamesF85's topic in Troubleshooting Issues
Hi all, Thanks for these reports. If an error has simultaneously started occurring at the same time for multiple users, particularly without making any POP changes to WHMCS, this would point towards an issue on Microsoft's side. I'd recommend checking with Microsoft support for further information on the cause of the error. The only related change of which I'm currently aware, is Microsoft's forthcoming plan to disable basic auth for POP/IMAP, that will affect any software which checks or monitors mailboxes automatically. However this is not scheduled to start until 1st October 2022. It's possible someone at Microsoft or your Exchange administrators may have jumped the gun and switched off Basic Auth for POP/IMAP early. The above article and this Exchange Team May 2022 Blog Post look to contain some information on how Exchange administrators can continue to use Basic Auth for POP/IMAP until the switch-off begins. For further updates on support for POP/IMAP Modern Auth with Microsoft Exchange in WHMCS, please subscribe to the feature request: https://requests.whmcs.com/idea/additional-authentication-options-for-pop3-exchange-online If you are unable to use Basic Auth for POP with your Microsoft Exchange service for some reason, a potential workaround is to forward emails to a regular mailbox which does support Basic Username/Password authentication, and have WHMCS import from there. To update the POP/IMAP Import mailbox settings in WHMCS, navigate to Configuration > System Settings > Support Departments > Edit. -
after installation WHMCS v813
WHMCS John replied to WebHostingPeople's topic in Installation, Upgrade, and Import Support
Hi @WebHostingPeople, Please begin your troubleshooting by following these steps: https://help.whmcs.com/m/troubleshooting/l/678235-troubleshooting-a-blank-page-oops-error-message#via-the-configuration-file -
Cpanel 104.0.4 crashed WHMCS Admin Login
WHMCS John replied to garybarr's topic in Troubleshooting Issues
Hi @garybarr. Please follow these troubleshooting steps: https://help.whmcs.com/m/troubleshooting/l/678268-troubleshooting-login-problems -
Hi @B_dogs, The Stripe token IDs are stored in WHMCS as a Pay Method record, which are encrypted like credit card details (for obvious reasons). This means that they cannot be edited or changed. Instead it would be necessary to create a new Pay Method record with the new Stripe token IDs in the correct format, and delete the original Pay Method records with the previous Stripe token IDs. Normally this would be done by the client adding their card via the Pay Methods page of the client area. Given some PHP know-how, I imagine a script could be created leveraging the createRemoteCardPayMethod method to create new Pay Methods under the appropriate Client Accounts with the new Token IDs, using the JSON format: {"customer":"cus_abc123","method":"pm_def456"}
-
Hi @Olusola, You can type into the field to search for products. All your products should be available in the list. Which products are missing when you search, exactly?
-
Hi @sol2010, Our primary channel for communication on this matter is located at https://requests.whmcs.com/idea/php-8-0-support You can vote and subscribe to updates on the request to receive notifications via email.
-
Issues about update 8.5.0 products panel
WHMCS John replied to hostnet's topic in WHMCS 8.5 Release Discussion Board
Hi @Jan38, Yes, this will be addressed in our next maintenance release (which will be designated 8.5.1). -
Hi @madbutcher, The SSL Status icon will be displayed based on the Product Type. Products types of "Other" will not show the padlock icon. Shared Hosting, Reseller Hosting and Dedicated/VPS product types will show the icon.
-
Hi all, The WHMCS Connect feature supports the Firefox® and Safari® browsers. Chromium-based browsers browsers (for example, Chrome™) are not supported. In Safari you may also need to enable Cross-Site Tracking: https://support.apple.com/en-ca/guide/safari/sfri40732/mac Documentation: https://docs.whmcs.com/WHMCS_Connect
-
Fix URL products in store (double //)
WHMCS John replied to Rosendo's topic in Troubleshooting Issues
Hi @Rosendo, What is the WHMCS System URL value under Configuration > System Settings > General Settings, please? It should end with a single trailing slash.