Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. Just read through some of the posts in that WHT thread... they were using MD5 passwords?!! Seriously. They might as well be plain text. We switched to bcrypt, HMAC-SHA-256 hashes in Blesta 3.0 years ago and wrote about it a year before v3 was released here - http://www.blesta.com/2012/08/17/blesta-3-0-more-on-security-video-2/ Nobody learns, and big companies like Penton have no excuses. They have the means.
  2. I saw this briefly on another website on Friday, that they were selling the leaks. Hotscripts was also affected among others. Double checked that the password I was using there was unique, and it was. With so many properties being hit, I can't help but think Penton was negligent in some way.
  3. Paul

    Cron Stopped Running

    Did that solve it?
  4. You would need to void the transactions that are responsible for the credit, and then, if necessary, re-record the transactions so that they are for the correct amount. If you imported from the other system, Blesta may have created a lot of transactions in an effort to balance things out and maintain the credits that you had in the other system (which are not properly accounted for). Voiding some transactions (uncheck use gateway), and re-recording for different amounts is the easiest way to adjust the credit if you do not want to create an invoice for that.
  5. Welcome! Thanks for choosing Blesta, and we're glad you're here! Can't go wrong with Tennessee, sometimes I wonder why I'm still in California. You're right about Mike. Good guy, passionate about Blesta, and he never sleeps! I've talked to him after 2am British time on multiple occasions.
  6. That's it! Cheers
  7. Markdown is already supported for tickets, in the Support Manager. Are you suggesting replacing the WYSIWYG Editor with a single field that supports Markdown? (Instead of HTML/Text) Do you suggest using a Markdown compatible toolbar for those unfamiliar with markdown or to display a preview?
  8. Yes, as Mike mentioned.. Or, you can create an invoice to consume the credit. In Blesta, credits are unapplied amounts from transactions. You should be able to find one or more transactions that do not have some amounts applied to invoices. You can void these transactions, or create an invoice to use them.
  9. This. I can't really say anything other than at a minimum, what you're doing now should continue to work as it does.
  10. cPanel may automatically do this, or you may need to manually.. add the hashbang for PHP to the top of your pipe.php file. Your path to PHP may be different than below, /usr/local/bin/php, or..? #!/usr/bin/php
  11. Sounds like a "Root Web Directory" setting: Settings > System > General.
  12. This would be entirely dependent upon what forum software you use. This could be created as a plugin, or a modification of the order plugin. (Preferably its own plugin)
  13. I don't have an ETA on CORE-923 but I went ahead and assigned it to our "Short Term" bucket. You could accomplish this on your own if you want to, since Blesta is open. The simplest approach is to write invoices to disk when they are created or when their PDFs are originally requested, then check if they exist on disk prior to generating a new PDF. If it exists already on disk, serve that one instead. A developer shouldn't have too much trouble figuring out how to do this. Thanks for the kind words
  14. You're looking for a custom report to see who is in what client group? Here's the docs on custom reports - https://docs.blesta.com/display/user/Generating+Reports#GeneratingReports-AddingaCustomReport The query you'd need to include in the report will depend on all of the data you expect to be included in the report.
  15. We have no plans to allow clients to be members of multiple client groups. This would introduce ambiguity because client groups can have their own settings, which in turn might conflict.
  16. Thanks, I've moved CORE-737 to the short term bucket. In the meantime, there is an option to block or force manual review of orders that use free email addresses with Maxmind.
  17. Very nice, thanks for the contribution!
  18. How do you picture this working? A single sign on between Blesta and your forum software?
  19. Paul

    Cron Stopped Running

    It sounds like the cron is not set up. The cron will validate the license once a day normally. When you received that message when logging in, that your license revalidated, it means that it has been more than a week since it was validated. Setting up a cron job will prevent that error, and automate everything in Blesta. Go to Settings > System > Automation. Try running the cron manually by clicking the button. If it works, you should get some output. Then, confirm that your cron job is set up properly on your server.
  20. I'm guessing this isn't the answer you're looking for, but in the off chance - /usr/bin/wget -q https://www.yourdomain.com/blesta/cron/?cron_key=CRONKEY >/dev/null 2>&1 If you're trying to determine whether the cron is being accessed via HTTPS or not, you will not be able to determine this via CLI. If you execute your cron in the manner mentioned above, then the $_SERVER["HTTPS"] global should be present. Just not via CLI.
  21. I don't see any acknowledgement of this issue for KVM at https://documentation.solusvm.com/display/DOCS/Change+Root+Password OP, would you care to open a ticket with SolusVM to inquire if this API command has been resolved to work with KVM for root password resets? If we can get a confirmation, I'll create a task to re-implement this.
  22. The "Label" for the Service Option for your Universal Module product appears as a label above the field. Some people include a more verbose description. For example, you might have a label called "Hostname". Instead you could say something like "Hostname - Enter your hostname, ie my.domain.com"
  23. What does it say for the last run time under Settings > System > Automation? What is the exact error you're getting on the dashboard's system status widget? It's possible some tasks are running and not others. You can check which tasks specifically are running under Settings > Company > Automation. Make sure they are enabled, and not hanging. If a task hangs, it could be because it's encountering an error.
  24. Thanks for the feedback, MIT is a possibility for extensions and as suggested should alleviate any issues with us including open source extensions with Blesta. We are looking into this.
  25. We could make a disclaimer, but I think we may need a signature from the author assigning rights to us for the contribution.
×
×
  • Create New...