Jump to content

Paul

Blesta Developers
  • Posts

    6,727
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. Does simply changing the registrar on the service in WHMCS cause the domain to be actually transferred to another registrar? That would seem very unusual. Normally when a domain is registered with a registrar, it must renew with the same registrar unless you go through the whole transfer process, submitting a transfer (EPP) key, confirming via email, etc.
  2. For details, see https://www.blesta.com/2021/06/09/blesta-5.1-beta-released/
  3. The error references /components/reports/vat_moss/ which does not ship with Blesta. Does this directory exist? Did you make any customizations?
  4. We'll try to get that added shortly. @Jono
  5. It's something we would certainly consider adding. I'm not sure if there are any feature requests for it yet https://requests.blesta.com but we do something similar with Packages (the "copy" link next to them can be used to clone them and edit, before saving/creating a new package). I don't see why we wouldn't do it for invoices too, we just haven't had many requests for it as far as I remember.
  6. Yeah, what I'm saying is that you can make it so that nobody can edit an invoice. Disable the staff ACL permission for "Edit Invoice" and enable caching (in 5.1), and invoices will not change at all once they are created.
  7. A cached invoice insures that the contact details for the client, should they be updated in the system, are not also updated in previous invoices. There is a staff ACL permission called "Edit Invoice". Unless a staff member has access to this, they CANNOT modify an invoice. If a staff member does have access to this, and edits an invoice, it will be re-cached at that time. So, I don't think this presents a problem. Do not let staff have edit access to invoices, and enable the invoice cache in 5.1 and invoices cannot change. Unless I'm missing something else?
  8. There is a bug in Blesta 5.0, see https://dev.blesta.com/browse/CORE-4229 we have a task to fix this. If you are starting fresh, you could install Blesta 4.12.3, import your ssl packages, then upgrade to 5.0.4, but obviously that's more work. We hope to have a fix for this soon.
  9. The currency shows KES, but on the order form it's shown as Ksh. Are these the same? Is your Default Currency set to KES under Settings > Currencies > Currency Setup? If these are not the same currency, then there is something wrong with the exchange rate under Settings > Currencies > Active Currencies.
  10. Paul

    Upgrading 3.6.2

    Yes, you can do that, however because there are far more database migrations that need to be performed over such a large jump, there is a higher risk of your web server timing out if you perform the upgrade via web (accessing /admin/upgrade and clicking the button). Upgrading via CLI command, would be less likely to encounter an issue. If you are running version 3.x, there are steps needed if upgrading to 4.x. See https://docs.blesta.com/display/user/Upgrading+Blesta We would recommend in that case following these steps, and going to 4.0 then from 4.0 to a newer release. Always make a backup of your FILES & DATABASE, and be prepared to restore them if anything goes wrong in the upgrade. Also, if upgrading to 5.0.4, note that the System Requirements have increased. If your server doesn't meet the minimum requirements, the upgrade will fail.
  11. Paul

    Blesta in Docker

    /logs_blesta/ is an unusual place for the log directory. Since your docroot is /var/www/html/ it would normally reside in /var/www/logs_blesta/ The warning about the ownership not being the same, is probably a result of your web server running as a different user as your cron user. The cron should, ideally run as the same user. Then, when it writes log files, they will be owned by the same user, and there won't be any potential for conflict. In v5, we write cron logs with a different name, so it's not a serious issue, but the warning remains.
  12. Oh, make Blesta match? That requires integrating your website theme into Blesta. Most of the time people just edit 1 file, /app/views/client/bootstrap/structure.pdt which contains the header and footer for Blesta. If you have any custom CSS we recommend creating a new overrides.css file and loading it in structure at the end, and putting your styles there. You can get more help on this via people on our Discord, and there are companies that can do this integration for you for pretty cheap.
  13. Paul

    Blank Page

    In docker the IP often changes, when that happens the license will need to be re-issued. If you can pin the IP in docker, that should prevent license issues. Glad that you found the cause of the blank pages.
  14. It looks like your price is 0, and as a result the total is 0. What are you expecting to see?
  15. I'm not sure what you mean by adding html pages. If you want to create pages that are part of Blesta, then you may be interested in the 3rd party BlestaCMS plugin. Otherwise, I would recommend keeping your website content pages separate from Blesta. You can create navigation links in Blesta if you want to link to external content from your website under Settings > Look and Feel > Navigation.
  16. Under Settings > Company > Currencies > Active Currencies. Edit. Change the precision to the desired value, like 2.
  17. We would recommend using a different subdirectory name, or switching to a subdomain like my.domain.com, billing.domain.com, or domain.com/billing/ that way the client area would be at my.domain.com/client/ or domain.com/billing/client While you can change the client route, and change the name of the client path, it would be a conflict to load it at the root of the installation. Also - welcome!
  18. Attached is an updated version of the import manager. Some users experienced some issues with special characters not being imported correctly from WHMCS. If you experienced this issue, try this import manager. Download, unzip, and replace the default files in /plugins/import_manager/, then install or upgrade under Settings > Company > Plugins. Follow the docs to import here: https://docs.blesta.com/display/user/Migrating+to+Blesta UPDATE 4/16/21: Now imports Stripe tokens and adds mapping files for the following Gateways: Stripe Payments, Authorize.net, PayPal Payments Standard. UPDATE 5/4/21: Fixed issue importing from WHMCS versions older than 8.0. import_manager-2021-05-04.zip Some have reported that the link above does not work for them. If not, you can download it at http://blesta.us/import_manager-2021-05-04.zip
  19. You might consider porting these over to the official Messenger system. See https://docs.blesta.com/display/dev/Messengers It currently only supports order notifications and ticket notifications, but more will be added.
  20. We are considering automatically removing the copyright if the license is unbranded... or adding a checkbox to disable it in the settings. I don't know about loading some other text from the database though, it would cause another query for every page load.
  21. Yes, Blesta can be installed on Windows. You don't need to run composer, it looks like you are missing some files. Download Blesta 5.0.4 from here https://account.blesta.com/client/plugin/download_manager/client_main/download/180/blesta-5.0.4.zip Unzip, the contents of the "blesta" directory should go to where you want to install Blesta, and the uploads directory above your docroot.
  22. It does appear that the user may be lacking some permissions, check that the user has all privileges. The logs you attached don't seem to be related. What version of PHP are you running?
  23. Paul

    Blank Page

    Did you run /admin/upgrade after replacing the files? A blank page is most often associated with an error, usually a MySQL error when it happens as a result of upgrading. It's safe to run /admin/upgrade again if you already did. If you ran /admin/upgrade and still get the white page, check your error logs, typically at ../logs_blesta/ What is written to the logs when you get the white page?
  24. Super weird, but glad to hear it's working!
  25. I PM'd you a trial key.
×
×
  • Create New...