Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. For reference, here's how USPS suggests addressing APO's FPO's and DPO's. https://www.usps.com/ship/apo-fpo-dpo.htm
  2. Mujahed graciously signed over the rights of the code to us. We will be going through it to ensure we don't have any concerns over the code base and committing it to Github as a free module. This will include the Tasty cPanel, Tasty Interworx, and DigitalOcean modules. This will allow the community to also help maintain the modules and submit pull requests to us for new features, fixes, or improvements. We may also bring in some of the advanced management functionality into our official modules, and we *may* completely take over and fully support and maintain the digital ocean module.
  3. Authorize.net is a merchant gateway, and the customer doesn't need to know and may not understand what that means. The customer just needs to make a credit card payment by selecting "Credit Card" under "New Payment Details". Selecting that option will prompt for a credit card number.
  4. Upload the contents of the "blesta" directory from the zip file, this was changed from public_html and should be updated. Sorry! Chances are there may be a failed dependency, but you should know more once you access /install after uploading the files. Post any issues you have here and someone will help.
  5. Paul

    How To Force Ssl?

    If your .htaccess was blank (in your Blesta install directory), copy the one from the Blesta zip file.
  6. I believe it's 10 minutes, and I thought there was a setting in the config for it. However, there is a setting in the config for max failed attempts. Look in /config/blesta.php for.. Configure::set("Blesta.max_failed_login_attempts", 10); Change the value of 10 to say 100. I believe they will be able to login. Then, change it back to 10 or a suitable number.
  7. Nice catch naja7host! Please see CORE-1829
  8. When the scheduled cancellation cancels the service, it will be processed through the module. It works the same as if you schedule a service for cancellation manually, except the plugin does that. Voiding unpaid invoices that are not past due at the time the service is cancelled is planned, but it has nothing to do with this plugin. See CORE-1686
  9. A staff and a client email when cancelled? (see Mike's feature request http://www.blesta.com/forums/index.php?/topic/5112-notice-service-cancellation-email/) Or, send an email to clients, and Staff can BCC subscribe to that if they want. Would the emails need to be different?
  10. A plugin was developed that allows for services to have their packages reassigned to a package within a different package group. Typically services can only be upgraded/downgraded to another package in the same group, this allows it to be assigned to a package of a different group. The plugin will be included, but not installed by default, starting with 3.6.0 BETA 2. To install: Download reassign_pricing.zip Unzip, and upload the reassign_pricing directory to /plugins/ Go to Settings > Company > Plugins > Available and click to Install This will add a new item under "Account Actions" on a client profile page called "Reassign Pricing". Please report any issues or suggestions in the beta forums. Thanks!
  11. I created CORE-1827 and mentioned that in http://www.blesta.com/forums/index.php?/topic/5090-stuck-in-payment-loop/ I think this is the same issue?
  12. Unique is the way to go!
  13. Here's the direct link to beta 1, you need to be logged in https://account.blesta.com/client/plugin/download_manager/client_main/download/77/blesta-3.6.0-b1.zip
  14. Paul

    Stuck In Payment Loop?

    I don't believe this has ever worked that way, but it should. I have created CORE-1827 to address this.
  15. Packages are being reworked to simplify it further, and one of the things we are working on is making it so that you don't have to select a module at all.
  16. A plugin was developed that can automatically cancel suspended services. It will be included, but not installed by default, starting with 3.6.0 BETA 2. To install: Download auto_cancel_1.0.1.zip Unzip, and upload the auto_cancel directory to /plugins/ Go to Settings > Company > Plugins > Available and click to Install Configure the plugin Please note that this plugin is DESTRUCTIVE. It will scheduled services that are suspended for cancellation. If you don't want to automatically cancel suspended services after a certain period of time, do not install this plugin. This plugin is only compatible with Blesta 3.6 and greater Please report any issues or suggestions in the beta forums. Thanks!
  17. If you haven't already, try enabling error reporting and try running the cron again manually. (Remove the -q option in your command for the manual run) Then run: php /home/user/public_html/blesta/index.php cron Or, try running it manually under Settings > System > Automation. You may need to turn your cron off for 5 minutes before running it manually.
  18. Did you run the upgrade? /admin/upgrade
  19. Let's see what you got Looking at that thread, it doesn't look like there was ever a decision made on what exactly to do. If we are in agreement, it'll get a task and that task will get worked. Submit what you have and a screenshot and we will discuss.
  20. Paul

    New En_Us Language?

    Since Blesta only ships with en_us, adding en_gb will cause that language to be untouched by an upgrade (Will not be overwritten). We have plans to simplify the installation of additional languages within Blesta in the future, but I don't think this would get in your way.
  21. We wish you the best with your new opportunity. If you are considering releasing your cPanel or other Blesta modules as open source, I think that'd be great. In fact, if you want to sign over the rights to us, we'll release it/them as free open source on Github, and consider implementing some of the extra management features into our native cPanel module.
  22. Looks like the demo login no longer works. I wonder if the code was published anywhere?
  23. Paul

    Stuck In Payment Loop?

    The subscription option will only appear if all items on the invoice being paid are recurring, and recur on the same interval. What you experienced can happen if this is not the case, and the only option allowed for PayPal is "Subscription payments only". I'd recommend selecting "One time and subscription payments when possible", but I wonder if it might be possible to detect this in advance and not allow PayPal to be selected at all.
  24. Any professional designer would have no issue implementing a really nice theme into Blesta. I guess the question is whether you are looking for something pre-built or something custom.
  25. Ok, so if we just build and release a Sage Pay gateway, then it should work with Netcash and vice-versa?
×
×
  • Create New...