Jump to content

Kirill

Member
  • Posts

    39
  • Joined

  • Last visited

  • Days Won

    1

Kirill last won the day on October 4 2023

Kirill had the most liked content!

About Kirill

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Kirill's Achievements

Member

Member (2/3)

1

Reputation

  1. I'm wondering if feature request moderation takes some complicated steps or just became half-abandoned. I've submitted one about 4 weeks ago, and it's still "On Moderation".
  2. I'm trying to figure out how to upgrade the service's datapack on WHMCS side without changing the entire product. I've tried to update the bwlimit field for the service in tblhosting but it gets reset every day to what is assigned to the product. Documentation didn't give me any other good idea how can I use anything like configurable options for that. Can anyone suggest the way?
  3. According to the data from WHMCS technician there's some bug around UpdateInvoice and tax recalculation. We just need to wait till it's fixed. As a temporary solution, I'm making a database update for tax rate and taxed items and running UpdateInvoice to recalculate the tax.
  4. We're launching a new product line that uses the same provisioning module as some existing ones. So... We added new servers: Also created server groups for new products and added servers into them: In the "Module Settings" tab we selected the specific servers group for provisioning and selected "Automatically setup the product as soon as the first payment is received": However, when the first payment is received, this is what we get in the log: Module Create Failed - Service ID: **** - Error: No server! Is it me doing something wrong or is it a bug? P.S. If I force "active" flag to 1 directly in the database for those servers, it works fine. But it's kinda weird way of solving the issue, imho.
  5. I'm not sure it's even related to WHMCS itself. Are you using some modules made by Resellerclub-mods? Try enabling logging module commands and analyze the API reply.
  6. Hello, I'm observing this error message in template Six: Uncaught TypeError: jQuery(...).popover is not a function at HTMLDocument.<anonymous> (scripts.min.js?v=27c652:formatted:6845) at l (scripts.min.js?v=27c652:formatted:2166) at Object.fireWith [as resolveWith] (scripts.min.js?v=27c652:formatted:2218) at Function.ready (scripts.min.js?v=27c652:formatted:2312) at HTMLDocument.s (scripts.min.js?v=27c652:formatted:268) Tried downloading the latest Six template but it didn't help. As a result, language switch stopped working. Any ideas on how to fix it? Thanks.
  7. I'm observing some weird behavior with order form templates after upgrading to 7.6.1. I've set "Standard Cart" to be the default template. But seems that WHMCS uses the alphabetically first one in the templates/orderforms folder which is boxes. When I go to domain transfer section, I see an error message, and activity log gets this: Unable to load the domaintransfer.tpl file from the order form template or any of its parents. And if I switch the default one to modern, even the error message is not displayed. Activity log shows this: Smarty Error: Unable to load template 'file:orderforms/modern/sidebar-categories.tpl' in '/var/www/billing/data/www/billing.ua-hosting.company/templates/orderforms/boxes/adddomain.tpl' When I copied standard_cart folder to a_standard_cart to put it first, problem disappears. Any ideas what can be the reason?
  8. We've experienced an unexpected behavior this billing cycle. Some of our customers refill the balance in advance. For those invoices that were fully paid from balance, next due date wasn't updated. If the invoice was partially paid from balance or fully paid with any payment method, next due date was updated correctly. Any idea what can be the reason? We're using WHMCS 7.5.1.
  9. If someone is still interested, here you can find the same module updated for v7: https://gitlab.com/vlab.lv/whmcs-i18n
  10. Any official comments? Or should I just submit a bug report?
  11. Works fine for our 7.5 installation. Did you try to do a manual POP3 session using telnet from the server with your WHMCS installation?
  12. I've noticed something weird (for me) in local API response when making GetInvoice call. If I pass an existing invoiceid, response starts with [result] => success But if I pass a deleted invoiceid, it starts with [status] => error And it doesn't contain "result" part at all. Should it be a "result" array key instead of "status"? Or maybe along with it...
  13. @MarekD, did you try to delete the browser cache or do the full page reload (Ctrl-Shift-R or Cmd-Shift-R depending on your OS)?
  14. @WHMCS John, I've double checked. The custom template code has the new lines but they are not loaded anyway. Like if the template is cached somewhere. Also is there a way to reset `$versionHash` for JS? @iontics.com, you need to update `includes/head.tpl`.
  15. I can confirm that careful merging of new Six with our copy fixed the original problem. But it created a new one:
×
×
  • 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