Jump to content

Paul

Blesta Developers
  • Posts

    6,680
  • Joined

  • Last visited

  • Days Won

    837

Everything posted by Paul

  1. 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.
  2. Done, thanks! Looks like the old URLs redirect, so that's good.
  3. 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.
  4. This may be related to https://dev.blesta.com/browse/CORE-5360
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. Paul

    Upgrade Error

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

    PKICHAIN

    Does it integrate with Blesta?
  11. Yes, the portal page which is public. Everything in the red box is editable in the plugin as described.
  12. 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.
  13. 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.
  14. 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.
  15. 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.
  16. 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.
  17. 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.
  18. Did you modify the email template? Make sure the email template has content defined for both HTML and Text tabs. If it looks right, check the order to make sure it actually contains services. Billing > Overview, in the Orders widget you can click to expand an order to show the associated services. If for some reason services is empty then nothing will be output there. This could potentially happen if the service associated with the order was deleted but the order itself remains.
  19. Thanks for the updated link. I see it allows PromotionCode, but how are these coupon codes obtained? Wouldn't you want to use the coupon every time a domain is registered, regardless of client, and if so, wouldn't a coupon field be best suited for adding in the Namecheap module configuration so it is applied to all registrations? If not, more information on how these coupons work and are created and their purpose would be helpful in determining if this is something we want to add.
  20. Coupons that can be passed to the namecheap API? That is a bit unusual, why wouldn't namecheap just give you the best price? The link above no longer seems to work http://www.namecheap.com/support/knowledgebase/article.aspx/757/63/can-namecheap-coupons-be-used-with-api Blesta supports coupons, but there are no methods by which a coupon can be set for individual client accounts and then included in the API call for registering namecheap domains. Now, that could be possible with a custom client field to store a coupon and an update to the module, but this seems like something that would only really work for namecheap (if they still support this), as it seems very unusual.
  21. Paul

    Login error

    Your account was closed due to repeated abuse, which is why you could not receive a password reset email.
  22. Turn off debugging and errorReporting in /config/blesta.php. These should NEVER be left on. The message you are getting is caused by having debugging enabled. Turn both off. Check ../logs_blesta/ logs for any errors instead.
  23. proc_open is disabled in your php.ini under disable_functions. If you disable important functions, they will not work. Please check your disable_functions directive in php.ini and remove any restrictions. Also, you should not leave errorReporting or debugging enable in /config/blesta.php, it will cause issues. It is better to reference the ../logs_blesta/ logs directory for any errors.
  24. You need to remove the open_basedir restriction in your php.ini file, it's blocking Blesta's access to important directories. Edit: Just to add, you should not have errorReporting on debugging enabled in your /config/blesta.php file. Those should never be left on. Check ../logs_blesta/ logs for any errors. Leaving those options on will cause other problems.
  25. I don't see any requests for this on the requests site for a redirect, but we do have a task for it, there just hasn't been enough interest to get it scheduled. I've tentatively assigned this to a future release. There's no concept of affiliate codes in Blesta, there are coupons but coupons to receive a discount and coupons can work with affiliate orders but the user would need to follow the affiliate link, place an order and enter the coupon.
×
×
  • Create New...