Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. This does look pretty neat, light-weight, and easy to use. It seems rather new, was it just released in Nov? Is Feathur a startup or are they backed by someone in the industry?
  2. I agree completely, it's one of the biggest reasons we're planning to do it. There isn't much we want to block from the roadmap, but there sometimes are items we aren't ready to announce yet that we may be planning to work on. Also, a lot of the tasks in our system are pretty boring, (Change this thing slightly in the UI for example), and might be best left out of the roadmap.
  3. The issue, to be honest, is that we don't want to make *every* issue public.. some need to remain private. Once I get that figured out, we'll open it up.
  4. Most important thing is to make sure that you are using the "default" email address as configured in PayPal within the PayPal gateway config.
  5. Paul

    Release 3.0.6

    What do the module logs show when trying to provision it? (Maybe start a new thread in the support forum for this)
  6. He has a ticket open, I've assigned it to you.
  7. Is this for version 2.5 or version 3? If for v2.5, login to your database via PHPMyAdmin and go into the admins table, set a_pass to 5f4dcc3b5aa765d61d8327deb882cf99 for the row that matches your username. Then try logging in with the password "password". Once you get in, change your password in the interface.
  8. I started mining bitcoins this weekend, wow the difficulty level has increased dramatically with these ASIC processors. I should have jumped on this bandwagon years ago. Is there any interest in the hosting community for Litecoins (LTC)? Just curious, it seems to be the most popular altcoin.
  9. We can quote you with enough details. Also, there's someone on the forums here, zaveo that may be interested as well and would likely be cheaper.
  10. Paul

    Release 3.0.6

    Did you set up a secret word with 2CO? http://docs.blesta.com/display/user/2Checkout
  11. Awesome good to hear. We've abandoned SG as of Blesta 3.0 entirely, had too many issues with it.
  12. Does your server allow the use of the exec() command? Does your server know where mysqldump is, or do you need to run it with the full path, ie /usr/local/bin/mysqldump? You could edit app/models/backup.php to test that by putting in the full path in the exec command before mysqldump.
  13. What is its location? Also, your temp directory is set and writable, correct?
  14. I think it would be good to be able to see if a PayPal account from which payment was made is verified or not, and possibly be able to put orders on hold that were paid with unverified accounts. If nothing else, it's one more tool in the bucket when reviewing an order for possible fraud.
  15. Make sure you have the mysqldump binary on your server, mysqldump is used to generate the backup.
  16. No need to run an upgrade script, since you are just moving from 2.5.4 with SG to 2.5.4 with Ioncube.. same version.
  17. All files included in the zip should overwrite your existing files. The zip should not contain your config file, which is in inc/config.php. It's important that your FTP program not delete everything, and then upload the files, otherwise your config file will be gone and it will act like you're doing a fresh installation. Again, back up everything first.
  18. Thanks for the report. Can anyone else confirm?
  19. You should switch to the Ioncube version, I believe SG has problems with PHP 5.4. You also may need an updated b-invoices.php (I think this is the one) file for proper PDF invoice creation. Try opening a PDF invoice first, and if you get an error open a ticket or just email me at sales and include the error and I'll forward you the right file. Back up everything, files + database before doing anything.. and then just overwrite your files with the ioncube version on this page https://account.blesta.com/client/plugin/download_manager/client_main/index/1/
  20. We are planning to add an export/import feature for universal module products. This will allow you to import products created by others, and essentially clone existing ones. Email notification for the universal module product is for admins. Clients are notified through the package welcome email. This should be used for provisioning purposes, to notify the right person of the order so they can manually provision if not using the API using a POST URL.
  21. You associate addons to services by creating an addon package group for which your addon services belong, and assigning one or more parent groups to the addon package. This associates the addon group to a standard group, and any packages within that addon group will become available addons to those in the associated standard group.
  22. Just an update, this has been completed for 3.1.
  23. google.com does
  24. Computationally it's becoming more and more feasible. A lot of websites now force SSL. More people use SFTP instead of FTP for file transfers. More people check and send email securely now (it's a requirement for all of us here). Sure, there are some services that may not necessarily benefit from encryption, or where encryption may be too expensive to implement due to processing power. BGP may be a good example of that. I'm not arguing that there should be any laws or regulations to enforce encryption and I don't think those would pass anyway, governments love to get their hands on information. I always argue against such regulations. But, I think that people are becoming more and more security conscious, and that the result is that more and more traffic is becoming encrypted. I think that's a good thing.
  25. It does seem to reinforce the idea that encryption is increasingly necessary, and not just for the most sensitive information. An Internet where virtually all traffic is encrypted is one that I think we're necessarily heading towards. Necessity drives innovation, and I think it'll happen naturally.
×
×
  • Create New...