Jump to content

Paul

Blesta Developers
  • Posts

    6,714
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. Your bug report mentions Blesta 5.9.3, but this functionality was updated in Blesta 5.11 per https://dev.blesta.com/browse/CORE-5118 Are you able to reproduce on 5.11?
  2. Are you running Blesta 5.11.0? If not, you should be as there is a bug that prevented installation of the Domain Manager on multiple companies. If you are on 5.11.0 and the plugin is indeed installed correctly, then you should try adding the nav item in the navigation editor under Settings > Company > Look and Feel
  3. If you want to change some places $font_size_alt is used and not others, you'll want to search through the file for $font_size_alt and use another font size variable for the ones you don't want to be impacted by the change. It shows up in various places like so:
  4. Glad I could help and thank you for choosing Blesta!
  5. All Email Templates have an option to include attachments or not. Edit your 2 invoice email templates and uncheck the option to include the attachment. The email will be sent but it will include no attachments. Settings > Company > Emails
  6. Did you implement every existing Namesilo fix yourself before attempting this?
  7. Did you check Tools > Logs: Module for module logs written when the attempt is made to do the transfer? The message may have been returned from Namesilo. We have no other reports of this at the moment.
  8. It looks like DeepL may support pt_pt as a destination language per https://developers.deepl.com/docs/resources/supported-languages so I believe we could add it. Is pt_pt your native language or do you have a lot of customers in Portugal?
  9. They can register with the same email, but not the same username. They will have to choose another username. If you force email to be the username, they will not be able to use the same email. What do you mean by select the home folder? Addon companies are for a SINGLE installation for Blesta, so the files are the same files. If you are doing a separate installation of Blesta (different copy of files), this is not an addon company and would violate the license. 1 license is for 1 install. Addon companies can be added under Settings > System > Companies. Your web server must point all the companies to the SAME docroot where your single Blesta install is located.
  10. Done, thanks! Looks like the old URLs redirect, so that's good.
  11. It used to use the WYSIWYG editor but there was a serious issue with the html it generated that would break the page so we had to remove it. We may look to see if we can resolve the original issue and add it back.
  12. This may be related to https://dev.blesta.com/browse/CORE-5360
  13. They have plugins and gateways for almost everything but they didn't write most of them. It would be great if those developers would port their extensions to Blesta. If our competitor can't build every integration themselves, we certainly can't either. We have to prioritize and implement things that have the largest impact. This creates an opportunity for 3rd party developers to make some $ by selling extensions we don't make. We run into cases all the time where we can't even sign up for a test account because we don't live in the country of the payment gateway, but developers based there have no trouble. So, asking the developers who built extensions for our competitor to make it available for Blesta also is what is needed.
  14. We love Brazil. Is PagSeguro the best gateway for Brazil? Is there any documentation about the change they made online? Did they completely kill the API and implement a new API? Some specifics would be helpful. Also, if PagSeguro is not the best gateway for Brazil, maybe we should implement the best gateway instead of updating this one, one that doesn't secretly make API changes that break existing integrations.
  15. Trial licenses can't be issued to "localhost" due to abuse. We would recommend installing on your web server. If you need a developer license for running on your local machine, we can issue developer licenses to direct monthly and owned license holders by opening a ticket from your account.
  16. A blank page almost always indicates an error that would be written to your ../logs_blesta/ logs, did you check the logs for any errors as a result of installing? I believe Netim is a 3rd party registrar module, you may need to reach out to them, depending on the error. Modules generally don't need to worry about multi-company (plugins do), but there may be some issue with the module.
  17. Paul

    Upgrade Error

    So it's working now? You may need to re-issue the license in the client area if it continues.
  18. Paul

    PKICHAIN

    Does it integrate with Blesta?
  19. Yes, the portal page which is public. Everything in the red box is editable in the plugin as described.
  20. You could try forwarding mail to another email domain and use POP/IMAP or ticket piping. We have tentative plans to add OAuth for SMTP, and that will probably extend to the Support Manager. Or use another provider for email, Google spies on everything.
  21. The Portal is generated by the Portal plugin, so with the right company selected visit Settings > Company > Plugins and click to Manage Portal. Modify the HTML as desired and save. Change to the other companies and do the same. Make sure the hostnames are set correctly under Settings > System > Companies. If you want to modify more than just the content, then you will need to clone the client template directory /app/views/client/bootstrap/ to rename it for each company, then under each company select it under Settings > Company > Look and Feel > Template, and modify the files as desired. Rather than copying the entire directory, you can just copy the files you intend to change as it will fall back to the bootstrap template for any files that are missing, which will make it easier to upgrade in the future.
  22. For header/footer we recommend using the new HTML Email Templates added in version 5.11, a final release of which is due out any day now, as it's currently in beta.
  23. This is the correct way. Either a proforma or invoice must exist before the customer can pay, otherwise what are they paying for? In countries where there is a tax liability for invoices even if the customer doesn't pay, proforma is the way to go as they only become real invoices after payment.
  24. What version is this? Check their profile from the admin area, make sure the invoice is paid and closed. Then check to make sure your cron job is set up and working properly under Settings > System > Automation. The last ran date should update every 1 or 5 minutes. Check that the "Create Service" task is set up and running under Settings > Company > Automation. If all of that is correct, there may be an error attempting to provision, in which case you should check Tools > Logs: Module log to see if there are any module logs regarding the attempt. Click the row to expand and show more details.
  25. This 503 error is not generated by Blesta. It sounds like the server timed out, it's possible the server doesn't have enough resources to serve the page, which is unusual because the login page doesn't do much.
×
×
  • Create New...