Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. Just to add to what Cody said, the system thinks that you already had a trial because you're using "localhost" for the hostname, or a non-routable IP as the hostname, that may be black listed, or had previously been issued a trial. If you edit your hosts file you can point another host name to your local IP and get it to work. Or, upload the code to a public web server and run it there.
  2. It will be a little while before we can start a Centovacast module, because there are a few others that are more highly requested. Centovacast told us it would be better to implement v3 and that their users would be upgrading. If we need to consider implementing v2 also, we'll have to look into that.
  3. Currently there is not a method by which to "switch" to a different set of template files. I would like to implement this, especially for the client area. Currently you'll need to edit the templates where they are. I do suggest making a backup of them first just in case you need to roll anything back, and then edit the files. If you have an owned license with us, we can provide a development license upon request so that you can run another copy for the purpose of creating a theme outside your live environment. To request a dev license, just open a ticket in the client area.
  4. If they open a ticket in the interface, the email goes out instantly. Are you referring to just cases when tickets are emailed in using POP/IMAP as the fetch method?
  5. You may need to remove those from the database manually (not recommended). I suggest marking the client as inactive instead.
  6. I'm not sure, other than installing in a sub-directory called /portal/. This would make it the base URL for everything though, /portal/client/login and /portal/admin/login. See "routes.php" in http://docs.blesta.com/display/user/Configuration You can change the admin login URL by editing this config file.
  7. Good idea, moved.
  8. Paul

    Languages

    Well, I think we need to do something about that!
  9. Added to CORE-691
  10. Can you provide steps to reproduce, including the regex you used, etc?
  11. Paul

    Languages

    How could you be the only guy in Sweden? There's got to be millions more, right?
  12. Which plugins and modules are you waiting for? Documentation is a bit behind, and we're working on it. I expect you'll see a lot more in the coming weeks. New order forms are something we're planning to include in most releases going forward. We are working on moving towards bootstrap for the client area and order forms, which will make adding new types of order forms much easier.. so that needs to come first. Is recaptcha or Areyouhuman an issue for anyone else?
  13. Are you sure there are no hidden files or directories in there anyplace? Files that start with a "."? Typically "." refers to the current directory, and if that's the issue I would expect this to occur under Available Plugins, and Available Modules as well (does this happen there?). You can try editing components/gateways/gateways.php and adding this on line 40.. echo COMPONENTDIR . "gateways" . DS . $type . DS. $gw_file . DS . $gw_file . ".php<br>"; if (!Loader::load(COMPONENTDIR . "gateways" . DS . $type . DS. $gw_file . DS . $gw_file . ".php")) throw new Exception("Gateway '" . $gw_name . "' does not exist"); Then reload, and post what was output
  14. You have those because they shipped with the beta and you upgraded. They are sample gateways, meant really for developers. Do you have the PHPIDS plugin installed by any chance? (If not, don't install it, if so, try uninstalling it)
  15. We've got to start someplace. All these others will be coming, prior to a 4.0. This is a bit of a tangent, but related to time based billing. If manually creating an invoice, you can enter the hourly rate in the amount box, and enter a fractional or decimal quantity. For example, if you charge $95/hr and are billing an item for 3hrs and 50 minutes, you can enter 95 for the amount, and 3 50/60 for the quantity and it will do the math for you.
  16. That's not really necessary, though it might make things clearer for those wondering if it's supported.
  17. Thanks for the reminder, I've made a note.. we should get those added back in!
  18. Were there any other details, like a stack trace? EDIT: Also, can you list all the files that are in your components/gateways/ and components/gateways/merchant/ and components/gateways/nonmerchant/ directories?
  19. It is supported now. See http://docs.blesta.com/display/user/Logging+In scroll down for the section on Yubikey. Make sure you have another full rights admin account you can login and remove the TOTP settings in case things go sideways, but I did test this with our Yubikey and it was working just fine.
  20. Thanks, it's intentional. I've seen some people complain that Blesta looks "too slim", but we did that on purpose. While we will be adding in additional support for a lot of things, or goal is to keep everything simple. The fact is that the multi-level, super long nav that our competitors have contains things most people never need. The way we implemented the plugin system, and designed things overall, reduces the number of links to those actually necessary and settings and things that aren't needed on a frequent basis are hidden away. The problem for us I think, is that people are use to the clutter, but I'm hopeful that once they spend enough time in Blesta they will come to appreciate the way we handled the UI.
  21. What OS, Browser, and version?
  22. Ok, I see a task, CORE-439, to correct invoice padding.
  23. OpenSRS is planned immediately following an Enom module, which is more highly requested. We met with some of the OpenSRS guys at HostingCon in Austin, and have everything we need to start development.
  24. What version of Plesk is your Plesk server running? This appears to be an error returned directly from Plesk.
  25. Under Tools > Module log, look for an entry for Plesk. Copy & Paste that here (Feel free to redact *** any sensitive details)
×
×
  • Create New...