Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. Displaying different options based on the selection of an option (Show more hard drives when selecting Hardware RAID, for example) is considered field logic. This is planned per CORE-1708. The contract time could be a simple config option that adds a monthly surcharge to the base package price which you'd set for the longest contract term. This you could do now. You can also have config options for many other fields, like processor, RAM, disk, control panels, etc so long as they don't require field logic (Until we complete CORE-1708).
  2. Looks great!
  3. It sounds like that table is read only. Make sure that your MySQL user has proper permissions, first try granting all permissions to your MySQL user.
  4. Attachments are not included in the email. You can use the variable {ticket.has_attachments} or {ticket.reply_has_attachments} (See https://docs.blesta.com/display/user/Support+Manager) to notify the recipient if there are any attachments on the ticket. If you think attachments should be included, I would suggest opening a feature request thread. I can see the benefit, but there are some things to consider when emailing attachments such as the size, whether they could be construed as malicious by spam filters, how many attachments there are, etc.
  5. Did you run /admin/upgrade after uploading the files to upgrade your database?
  6. I believe the ticket is not shown because no reply was created. Either tickets with no replies should be displayed, or a sort of "No content" reply should be created if no content exists. CORE-1877
  7. It sounds like the cron tasks are completing. What version of Blesta are you running? There was a bug in an older version that caused the auto-debit status to appear enabled when it was not. Re-saving it / toggling it off and back on, and re-saving the payment account for auto debit would correct it in those cases.
  8. So the auto debit task appears to be stuck running under Settings > Company > Automation? The best way to debug this is to enable error reporting in your config file. Temporarily disable cron from automatically running (right before auto debit would normally run), and then run the cron manually under Settings > System > Automation after auto debit is scheduled to run. Any errors should be output to your browser. To enable error reporting, edit /config/blesta.php and change Configure::errorReporting(0); to Configure::errorReporting(-1);
  9. Please see CORE-1873
  10. You most likely want to add that to /app/views/client/bootstrap/structure.pdt which contains markup for the header & footer.
  11. It's also a good idea to disable Indexes in your httpd.conf Apache config file. This would disable directory listings globally, which is a good idea for production deployments. http://linuxconfig.org/turn-off-directory-browsing-on-apache
  12. I was able to duplicate this functionality as well, here was the output: posData contains a delimited array of invoice ID's and amounts. In my test, I count 49 characters in posData.
  13. Your user icadmin_blesta doesn't have the right password. If you are using any special characters, you may need to escape them with a backslash in the config file.
  14. Any sneak peeks?
  15. I'd love to see a CloudStack module as well. The quickest way to go though is probably to hire a developer to take our SolusVM module and make it work with Cloudstack. I'm not sure how much work that would be, but given that SolusVM has much of the same functionality it may be a viable option.
  16. Paul

    Whmphp Support?

    I would be cautious about master reseller plugins for cPanel, and not just because of the zamfoo debacle. I can't imagine a server would be able to support too many sub-resellers before its completely over subscribed. Personally, I'd suggest offering virtual servers with full cPanel root access. If that's not an option, please contact whmphp and ask them to build a Blesta module (It looks like they built the whmcs one). We are happy to give them a developer license and answer any questions they have during development.
  17. I made the endif tag bold in your original post that you probably want to remove.
  18. Paul

    Release 3.6.0

    4.0 is next, no ETA yet still very much in development
  19. Cachet looks interesting. A good candidate for a Blesta plugin.
  20. The task is pretty high in our backlog. After we complete other tasks scheduled for 4.0, we will look at implementing items from the backlog depending on how much time remains. This is an important task though, and I'd like to see it implemented for 4.0, time permitting.
  21. How does ubersmith allow these to be configured? I can see this as being useful, and the information could be displayed in a tooltip or other information section depending on the order template.
  22. Paul

    Release 3.6.0

    Hidden tasks, we'll open it up as we get closer.
  23. I don't have an ETA for the updates to the official cPanel module, but personally I'd love to get to that sooner than later. cPanel is probably the most widely used module. One thing we're planning to add into 4.0 is the ability on the package level to set client permissions to which module tabs they can access when managing their service. This will work nicely with an updated cPanel module for those that want make only some of the management features available to clients. Recently we made the modulesbakery modules open source, adding them here in case anyone stumbles on this: Tasty cPanel - https://github.com/blesta/module-tastycpanel Tasty Interworx - https://github.com/blesta/module-tastyinterworx Digital Ocean - https://github.com/blesta/module-digitalocean
  24. Paul

    Release 3.6.0

    The plan is 4.1 will be for domains. 4.0 is next, in development.
  25. I agree, if there are no taxes at all then it shouldn't mention taxes during checkout. I'm seeing this under Order Summary: Order Summary Any applicable taxes will be calculated after you register or log in. Are you seeing this in any other location? What, if anything do you suggest we say instead if there are no tax rules? Given that all such sections currently display some text information, it may make sense to show a different message instead. Something generic like "This is a summary of the items currently in your cart." may be a good idea.
×
×
  • Create New...