Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Thanks John. I am using the six theme and still not seeing it.
  3. Yesterday
  4. Hi @Ezyhosting, You'll need to upgrade to V8.5.2 and above to receive this maintenence update to the GoCardless functionality.
  5. Reason 3: not putting the email address down there, which was my problem.
  6. Hi @LittleCreek, The Change Password button is present and correct under the "Actions" sidebar on the client area product details page. It is displayed where the service's status is Active. If you don't see the option under that condition, switch to a stock Theme and try again (Twenty One or Six). Alternatively the menu item could be hidden by an after-market hook or module: https://docs.whmcs.com/troubleshooting/start-troubleshooting/#advanced-troubleshooting
  7. The PHPMailer "SMTP connect() failed" error in WHMCS is almost always on the server side. Since you switched to a dedicated server and Cloudflare, check these quickly: Your provider or firewall doesn't block outbound SMTP (587 or 465). Cloudflare is not acting as a proxy for anything related to email (SMTP must be DNS-only). GoDaddy SMTP settings are smtpout.secureserver.net, TLS, port 587, and auth on. The From Email address in WHMCS is the same as the GoDaddy mailbox. turn on WHMCS mail debugging and see if it even gets to AUTH It's not the credentials that are blocked 9 out of 10 times; it's outbound SMTP.
  8. Last week
  9. I'm using version 7.8.3. Would module 7849 be compatible. If not is there an alternative or an easy fix ?
  10. So what did you mean when you said: You said it works and then said it doesn't work. Then you said it doesn't work. I am not trying to back you into a corner. I am simply trying to understand.
  11. Hi @Ezyhosting, A few years ago GoCardless changed the formatting of their redirect URLs. Accordingly V8.5.2 and above are updated to accommodate this new format: MODULE-7849 — Prevent erroneous failure on receipt of new url schema for GoCardless manadates https://docs.whmcs.com/releases/8-5/8-5-change-log/#852-security
  12. Unbelievable cmsbased.net Today I received an invoice for a service. It was supposed to be a one-time payment, but now they're trying to charge again for "Support" that doesn't exist. They never responded to the single ticket I submitted, despite repeated follow-ups. They're forcing me to cancel my bank card because I can't manage it through their system. This is a *—at least in my country, it's reportable. It's a disgrace to the community. Happy Holidays.
  13. I have changed the redirect_map in the main.js of my template, and it has been fixed. After changing the product groups in the admin panel, I had to change the mapping url here too. Because it was mapping to the previous groups. I have tried this one you suggested, too. But both ordering a new service and store are linking to: /cart But thank you for your suggestion
  14. Hi all, I'm still running an owned version of WHMCS 7.8.3 It was working perfectly untill I decided to do a fresh install. I,m using gocardless as the payment method. I can retrieve mandates from the payments gateway so its communicating with GoCardless. When Setting up a mandate, it gives the error below --------------------------------------------- Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. Error: Invalid filename for redirect: https://pay.gocardless.com/billing/static/flow?id=BRF01KD19RJK4NAJ48TYHZ720ZRVTC96 ---------------------------------------------- However, if I enter that url directly into the browser, it works perfectly. I suspect I'm missing some patch that may have been made available previously. Does anyone know of what the patch was, and if so where I can get a copy of it from? Thanks.
  15. Hi @zomex, I'm pleased to hear you were able to get the example code working. I can confirm from the page history, that at the time of writing, the example code on the page has not changed since 2016.
  16. The hook doc I linked to in this thread was not working at the time of the v9 RC. The code was quietly updated, you are now implying that the code sample was working since v6 and now in v9 but the code was not working in v9 which is the reason I created this post. The quietly new updated code does now work in v9.
  17. Hi @zomex, As part of the upgrade to the Smarty template engine in WHMCS v9.0, the legacy variable $template is no longer available and template_object is not exposed. The note on the documentation page will be updated to reflect this. We have recommend that all custom PHP logic be performed via hooks since WHMCS v6, and the example on this page works in 9.0 too.
  18. Hey hmaddy, It is possible that some files are missing or incorrect in your installation. Likely files from different versions are present at the same time. Raise up a ticket to our support and our team will happily assist you!
  19. Hey negin! I believe you could use something as the following? {* SERVICES *} <a class="{if $filename eq 'clientarea' && $smarty.get.action eq 'services'}active{/if}"> {* STORE (cart root + product groups) *} <a class="{if $filename eq 'cart'}active{/if}"> You can narrow them depending on the active file.
  20. If you tick the "Debugging" do you get any additional errors in your logs?
  21. I was using cPanel hosting, but it's not good for HTML5. I had to get a dedicated server and Cloudflare.
  22. Hey Fabio! Have you managed to get this sorted? This warning usually means that the PHP version used by the web interface and the PHP version used by the system cron are not the same. This can happen when multiple PHP versions are present, or when the cron job is still pointing to an older PHP binary. To troubleshoot this: Go to Utilities > System > PHP Info and check the Loaded Configuration File to confirm which PHP version the web server is using. Then check which PHP binary is being used by the cron (CLI). Compare the PHP version and the php.ini file used by both to make sure they match. If they don’t, the cron command needs to be updated to explicitly call the same PHP version as the web server, or your system administrator can adjust the defaults accordingly. Also note that the warning won’t clear immediately. WHMCS only re-evaluates this check after the next successful daily cron run. You can find more details in our documentation here: https://docs.whmcs.com/8-13/system/automation/cron-tutorials/resolve-a-cron-php-mismatch/ In short, WHMCS is running under one PHP version, while the cron job is likely using another. Once both are aligned, the warning and the cron issues should be resolved by the next daily run. If needed, our team can take a closer look, just open a ticket and we’ll be happy to help.
  23. Hey Leonel! This usually means you will need your mail server configuration to allow connections to external SMTP servers. And/Or whitelist your WHMCS's IP. You can also get further information by checking the "Debugging" box when clicking on Configure Mail Provider.
  24. I must have something set up incorrectly because the Login to DirectAdmin button doesn't work if the passwords don't match. If the client changes their password on DirectAdmin then the button only directs them to the login screen on the DirectAdmin server.
  25. Thanks for the report and taking part in the pre-release testing. We have opened case WHMCS-24694 to resolve this in the stable release. In the meantime you can switch from the Nexus theme to Twenty One or Six.
  26. As the Release Candidate has now been published, I have split the subsequent commentary into individual threads by corresponding topic in the 9.0 RC Discussion board: https://whmcs.community/forum/660-whmcs-90-rc-discussion/ As such this thread has server its purpose so will be closed,
  27. Hi @TheHostingHeroes @andp97, Thanks for the reports and taking part in the pre-release testing, we have updated the links in both these locations now,
  28. No one is talking about Nexus @John. That's a optional feature. Us developers are frustrated about the situation due to this being a major standards update. The update itself is good, we all welcome improved standards. But almost all modules will need to be updated, you're rushing the update through as quickly as possible. To rub salt in the wounds you chose to do this during the holidays. It's so crazy it's almost laughable. And you try to justify this decision rather than accept that it wasn't a wise idea.
  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