Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Hello Blesta, I just signed up for a 30 day trial and I've hit an immediate problem. It looks like you have chosen to use the ISO 3166 data for addressing, which is wholly inappropriate for any type of online billing system. In the UK we use addressing in the form of Street Address -- Town / City -- County -- Postcode ISO 3166 does not conform to this - and while ISO 3166 may be some sort of standard - it is not the data anyone would use for UK addressing inside any business application. In fact, the only other application (in my 30 years working in IT) where I've seen this used is WHMCS - so it looks like you may have copied this from them. Bad idea because it is fundamentally wrong to use this data. Some of the most common counties do not exist within this data and this will prevent many users from being able to enter their correct addresses. While it is certainly informative information and lists all the principalities in the country, it just doesn't work for street/town/county addressing and I don't believe this data was ever meant to be used for domestic addressing within a commercial setting. That's probably why nobody else does it this way. Anyway, I'm not going to go on about it. I've made my point. You've obviously chosen this way under bad advice and are unlikely to change it now - however, I cannot use this software unless I can make changes to this list within the application. I'm not going to subject my customers to this infuriating inconvenience. It was simple within WHMCS to change the list, so I'm hoping it is just as simple in Blesta. 1. I can see that the data is held within the following directory... vendors/respect/validation/library/Rules/SubdivisionCode 2. The files have some sort of validation but I'm not sure if this means there will be an error if a file is changed. 3. I'm assuming the data is being pulled out of these files directly, rather than from the database. My first question ... can I simply edit the GbSubdivisionCode.php file to replace the data with my own? I understand this would need to be changed upon every update. Secondly, are the three letter codes in those files used within Blesta for anything - or are they simply ignored? Thirdly, is there a better way to hack this with a hook or some javascript? Thank you for your time!
  3. Интересно: https://razvivayushchieigrushki.ru/derevyanniy-sorter-luchshaya-pervaya-igrushka-dlya-rebyonka/ или https://razvivayushchieigrushki.ru/derevyanniy-sorter-luchshaya-pervaya-igrushka-dlya-rebyonka/ Может быть полезным: развивающие игрушки для детей 3 или развитие монтессори Хороший вариант - https://razvivayushchieigrushki.ru/derevyannyye-igrushki-dlya-detey-kak-vybrat-chto-kupit-i-zachem-oni-nuzhny/
  4. Интересно: https://razvivayushchieigrushki.ru/blog/ или https://razvivayushchieigrushki.ru/derevyanniy-sorter-luchshaya-pervaya-igrushka-dlya-rebyonka/ Может быть полезным: развивающие игрушки для малышей или развивающие игрушки 4 Хороший вариант - https://razvivayushchieigrushki.ru/blog/
  5. Yesterday
  6. In a world full of complicated and expensive games, Six Game is a breath of fresh air. Its mix of simple controls, challenging gameplay, and sleek design makes it a must-try for anyone who loves puzzle games. Whether you’re looking to kill some time during your commute, relax after a long day, or just test your skills, Six Game offers a fun and satisfying experience that keeps you coming back for "just one more round." So why wait? Tap into the excitement and start your Six Game Download journey today!
  7. In a world full of complicated and expensive games, Six. Game is a breath of fresh air. Its mix of simple controls, challenging gameplay, and sleek design makes it a must-try for anyone who loves puzzle games.
  8. Last week
  9. On Services when you select a service (or more) and on lower right, select Invoice Renewal, number of cycles 1, Sumbit. A php error is generated: [2025-04-23T20:01:05.131718+00:00] general.ERROR: DateMalformedStringException: DateTime::modify(): Failed to parse time string (+0 onetime) at position 9 (e): Double timezone specification in <omitted>/vendors/minphp/date/src/Date.php:140 Stack trace: #0 <omitted>/vendors/minphp/date/src/Date.php(140): DateTime->modify() #1 <omitted>/app/models/invoices.php(1857): Minphp\Date\Date->modify() #2 <omitted>/app/controllers/admin_clients.php(562): Invoices->createRenewalFromService() #3 <omitted>/app/controllers/admin_clients.php(318): AdminClients->updateServices() #4 <omitted>/vendors/minphp/bridge/src/Lib/Dispatcher.php(142): AdminClients->services() #5 <omitted>/index.php(21): Dispatcher::dispatch() #6 {main} Line 140 of <omitted>/vendors/minphp/date/src/Date.php is: $modified_date->modify($modifier); According PHP 8.3 specs (https://www.php.net/manual/en/datetime.modify.php): DateTime::modify() now throws DateMalformedStringException if an invalid string is passed. Previously, it returned false, and a warning was emitted. date_modify() has not been changed. Relevant PHP settings: cat /usr/local/php83/lib/php.ini | grep timezone ; Defines the default timezone used by the date functions ; https://php.net/date.timezone date.timezone = "UTC"
  10. Earlier
  11. Ensure your Nginx error pages are correctly configured to point to Blesta's error path. Verify that API calls are routed through the @blesta location with proper rewrite rules in place. Additionally, double-check file permissions to avoid any access issues.
  12. Make sure your Nginx error pages point to Blesta’s correct error path and that API calls are handled in the @blesta location with proper rewrite rules. Also, check file permissions. 4
  13. I see the problem, you need to switch to Blesta!
  14. We are working on a fix for this in 5.11.3, you can try this out now if you like: Edit the file ~/plugins/import_manager/components/migrators/whmcs/whmcs_migrator.php Around line 70 look for the $actions code block, replace the entire block of code with the following (We moved importTransactions to below importInvoices.) $actions = [ 'importStaff', // works 'importClients', // works 'importContacts', // works 'importTaxes', // works 'importCurrencies', // works 'importPackages', // works 'importPackageOptions', // works 'importServices', // works 'importDomains', // works 'importInvoices', // works 'importTransactions', // works 'importSupportDepartments', // works 'importSupportTickets', // works 'importAffiliates', // works 'importMisc' // works ]; If you try this, let us know how it goes.
  15. Apologies, this was meant for the Clientexec forum. Please ignore unless you can help, thanks.
  16. I am trying to add a new account using Plesk10 plugin, but get the error shown below. I copied the service plan name correctly, and all else goes fine (account creation etc), but always shows up in Plesk as "no hosting". Does anyone have any ideas?
  17. Upon further inspection (and other reports), I believe there is a bug in 5.11 preventing the transactions from being applied correctly during import. At this time we'd recommend importing on 5.10.3 and then upgrading to 5.11.2 after that. We are trying to reproduce the issue now and if we can, we hope to have a fix in 5.11.3 soon.
  18. Did you ever figure this one out? As I want to do the same
  19. Paul

    Upload Client Images

    Upload an image for what purpose? Clients can upload images and other documents within tickets. There is also a Client Documents plugin where staff can add documents to a client's account that the client can access and download in the client area. There's no option currently in terms of "custom client fields" for uploading images or other files. A feature request and a case for this, if that's what you're looking for could be made here https://requests.blesta.com
  20. According to Braintree documentation they now support ACH payments. Is there any chance of having that added to the Blesta Braintree payment gateway module? https://developer.paypal.com/braintree/articles/guides/payment-methods/ach
  21. Hi, I tried using the search function but couldn't find anything. Is there a way for the client to upload their own images? We have this section where a client and edit their info, but have found no way for them to upload an image. Thank you
  22. I would like to inquire whether Blesta currently offers a module for registrar integration via EPP that supports TLDs under the CoCCA platform. So far, the only module I've come across is the EPP Registrar Module by Blesta Addons. However, this module appears to be an expensive, subscription-based option and has not been updated since 2018. Additionally, there is no confirmation that it supports TLDs under the CoCCA platform, which raises concerns about its compatibility with our needs. Are there any ready-made solutions available that facilitate integration with CoCCA registries via EPP? Alternatively, do you have any recommendations for implementing or developing a solution that meets these requirements? I appreciate your guidance and look forward to your recommendations.
  23. Yes, the invoices are closed with no transactions applied, and the clients have credit = the total amount they ever paid us.
  24. If the invoices are closed, they should have transactions applied to them. In Blesta, the sum of unapplied transactions make up the account credit. If you click on the invoice row, it will expand to show which if any transactions are applied to it. Is your invoice closed with no transactions applied to it?
  25. You've done a great job setting up the Blesta template for HestiaCP with Nginx! A couple of quick fixes should help resolve the issues: Error Pages Not Working: Make sure you define error pages explicitly.
  26. I have rerun the import with the option to balance credits, but it's still the same - transactions are not applied to invoices, and the client has credit. The invoices are Closed, though.
  27. No, I didn't check the option to balance credits. None of our clients have any credit, we don't use credits, so I thought it wasn't necessary. I have the latest WHMCS version, 8.12.1, and the latest Blesta version, 5.11.2. There are a few open invoices, but most are closed. I will restore a backup from before the import and run the import again with the balance credits ON. Thanks.
  28. Did you check the option to balance credits on import? What version of WHMCS did you import from, and did you import into Blesta v5.11.2? Are there open invoices in addition to the credits? If so, Blesta will apply the transactions to any open invoices starting with the oldest invoice when the cron runs, but you shouldn't enable the cron unless you're ready to go live unless you disable all other automation tasks under Settings > Company > Automation first so that it only performs the apply credit option. Because WHMCS does not properly account for and track invoices and transactions the option to balance will attempt to make the account balance match up once imported into Blesta. In Blesta, every transaction applied to an invoice is tracked and associated. So in cases where an invoice is simply marked as paid with no transaction, or a credit is created out of thin air with no transaction, the only solution is the balancing option which will either generate a credit or generate an invoice to consume extra credits.
  29. Hi, I'm having a similar issue. I've imported everything from WHMCS, but transactions are not applied to the invoices. They have been added as Credit, so all clients have a lot of credit in their accounts. Anyone had this issue and knows a solution?
  1. Load more activity
×
×
  • Create New...