Jump to content

Paul

Blesta Developers
  • Posts

    6,719
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. It's actually CORE-828. Not completed yet for 3.2, but if all goes according to plan it will be in there. A related task, CORE-961 allows for the selection of an entirely different set of templates for the client area. The main benefit here is that different companies can have vastly different and customized client templates.
  2. CORE-828
  3. I think all these pre-release licenses are going to start drying up and the resale market is going to go up.
  4. Your rig is looking good! I need to ask my wife re: electricity costs. I know we pay somewhere between $50-$80/mo on average at home, but I'm not sure how that breaks down to KW/h.
  5. Paul

    Documentation

    The difference is Package Groups vs Package Option Groups. The video CubicWebs linked is a good one to watch for a basic understanding of Package Options. Package Groups contain 1 or more Packages Package Option Groups contain 1 or more Options On order forms, Package Groups are displayed like categories, with their member packages within them. When configuring a package to order during check out, package options will be requested, and ordered similarly within their package option groups. I hope this makes sense, and thanks for bearing with us. Our documentation can definitely use some help, we're updating it as we can and hope to be caught up soon.
  6. Paul

    Release 3.1.1

    We have more to do on this in the future, see CORE-1041
  7. Paul

    Cron Job

    This is because register_argc_argv is disabled in your php.ini file for CLI. See http://us1.php.net/manual/en/ini.core.php#ini.register-argc-argv If you enable it, I believe it will correct this issue.
  8. Paul

    Release 3.1.1

    Yeah, patch just refers to the incremental release. You still want to overwrite your files and run /admin/upgrade in your browser.
  9. Wow, that sounds like you've got that dialed in pretty well. 870Kh/s is fantastic. I haven't heard of sgminer before, how do you like it? The older version of cgminer I've been running (3.7.2) seems to be pretty stable, rarely crashes.
  10. Paul

    Hosting Providers?

    I'll second site5, uk2 brands (more virtual/dedicated), webhostingbuzz. Of course, there are a lot of hosting companies around the forums here too. Look up some reviews before you make a decision, and be sure to ask them if they support Blesta!
  11. Before we make any feature changes to the coupon system, we need to refactor it. This is assigned to CORE-171. After we get this done, we'll be open to making feature changes.
  12. It's currently assigned to 3.2, but it's one of those that depends on how much time we have left after we get the more critical items done. It may be pushed back, but I'd love to see it in here, so we'll see!
  13. The only other thing you should do before logging into the new server is to re-issue your license. You can do this in the client area by clicking the "Manage" link next to your license, then Manage License, then check and save the re-issue option. It would also be a good idea to make sure the new server is configured to meet the minimum requirements. http://docs.blesta.com/display/user/Requirements
  14. We're planning to add new invoice templates, and I'd like to include a version that displays all payments recorded for the invoice. I don't believe we have a task assigned for this yet, though.
  15. Just an update on this, based on the ticket it appeared that IMAP worked when running the cron manually. I don't know if it's an issue with the cron running automatically or not -- if so.. if it works when running the cron manually but not automatically, it is very likely that mailparse is not available via CLI, but is available to the web server.
  16. Try enabling error reporting and see if that white page turns into an error message. To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1);
  17. You're missing PDO support from your PHP build. PDO is required.
  18. Sounds like you may need to raise the upload_max_filesize setting in your php.ini to increase the allowed upload size.
  19. The most common mistake is not selecting the proper thing under "Security", or having the wrong port. Please take a look at http://www.arclab.com/en/amlc/list-of-smtp-and-pop3-servers-mailserver-list.html They have a good resource for what ports should be used for what security type (TLS/SSL/None), which may help.
  20. What issues are you having with SolusVM KVM?
  21. Paul

    Packages Not Displaying

    Are the packages assigned to that group active? What module are they using? A screenshot of your order form configuration, and package configuration may help.
  22. In a future release, we're going to have the upgrade process attempt to update any extensions that need to be also. This should cut down on this.. but for now, it's a good idea to check all plugins, gateways, and modules to see if they need to be upgraded.
  23. Caching is key
  24. The bootstrap conversion does make it much easier to customize Blesta, largely by editing styles or markup within the templates. These changes don't "stick" through upgrades though. This makes it easier for theme developers to create new template packs for Blesta though, and you'd be able to simple upload the template pack, and select it from Blesta for the company. This means your client area can work from a different template set for different companies. We have plans to add options for modifying the header/footer that will persist through upgrades also -- not sure if it will make it into 3.2 or not at this point. This will be useful for embedding google analytics, or other, visual changes that stay when you upgrade. The CMS plugin, that is in charge of the portal will be expanded, making it easier to customize the portal, and eventually, build out an entire website.
  25. We built it with the idea to support contact logins, but the code is not complete. We have to design & implement contact ACLs.
×
×
  • Create New...