Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/18/2013 in all areas

  1. Paul

    Google Oauth Login

    It's certainly possible, but we have not implemented anything yet.
    1 point
  2. Paul

    Initial Setup Error

    If you are using suPHP then it would be writable so long as owner is writable. In app/controller/install.php I wonder what would happen if you bypass the key generation. Would you mind giving this a try? Comment out lines 270 and 271 and statically set $system_key to something. // Generate a sufficiently large random value // Loader::load(VENDORDIR . "phpseclib" . DS . "Crypt" . DS . "Random.php"); // $system_key = md5(crypt_random() . uniqid(php_uname('n'), true)) . md5(uniqid(php_uname('n'), true) . crypt_random()); $system_key = "somethingrandomtotestwith"; Then run the installer, does it populate config/blesta.php's database details?
    1 point
  3. Do you have PHPIDs installed? It happened to me in beta because it didn't like some of the tags I used. Simple fix if you do is turn it off.
    1 point
  4. This is possible. I have Geoip enabled, but I also have mbstring installed.
    1 point
  5. Paul

    Piping Emails.

    Thanks for confirming. I've updated the manual to display both methods http://docs.blesta.com/display/user/Support+Manager
    1 point
  6. MemoryX2

    Piping Emails.

    Thanks!! That solved my problem also! I had to tweak mine because of differences in setup. The 1 at the end signifies company number 1, and then most people also don't have the members/ in their url. /usr/bin/php /home/username/public_html/members/index.php plugin/support_manager/ticket_pipe/index/1/ This is solved!
    1 point
  7. Michael

    Piping Emails.

    Thanks mate this solved my issue: /usr/bin/php /home/username/public_html/index.php plugin/support_manager/ticket_pipe/index/2/
    1 point
  8. Paul

    Google Oauth Login

    I believe we talked about this early on in development, and architected the login system to be able to support this later without too much trouble.
    1 point
  9. Paul

    Piping Emails.

    You can, just change the path to pipe.php to index.php, make sure to keep all the other parameters. Yes, so long as the server handles mail for the primary domain.
    1 point
  10. Paul

    Namecheap Error

    The logicboxes issue was related to missing security certificates on peoples servers to verify SSL hosts with curl. verifyhost and verifypeer in the curl request was subsequently disabled. I believe this was disabled for Namecheap as well. Verify that there is not a firewall blocking egress connections to the Namecheap API, and that all login details are correct.
    1 point
  11. ok I won't call it bugs, just litte enhancement possibilities: 1. If select invoice type option is turned off for clients, they still see on their dashboard: "You are currently receiving invoices by Email. Change this?" 2. when modifying a client the "Generate Password" feature is nice, but doesn't make any sense for existing clients. nobody knows what password is set, no email is sent, admin can't see it neither…
    1 point
  12. These would be good feature requests, and I would just move the thread but it's better if there's 1 request per thread.
    1 point
  13. wdfee

    Languages

    I extracted all language files for en_US now myself. If anybody is interested, I can upload it (if you tell me where to upload it). Currently I do the translation for de_DE this way myself, using community strings also - I can upload this when I finished, too. But this would not be compatible with the community translation generator, because I've all not translated strings in English in it. For me that's very good - everytime I see one not yet translated text in the blesta interface, I can go into the files, looking where it is exactly and change it there. And do a big search & replace for some strings... (many of them are really redundant)
    1 point
  14. Michael

    Create Orderforms V3

    I don't like self promoting mate, You can see my services at http://licensecart.com/site/services mate.
    1 point
  15. smerrikin

    Pretty Easy After Awhile

    Well after 2 days of playing with the design of Blesta I gotta say its very very well done. Pretty easy to integrate with any html site. Still a bit of work to do on mine but its coming along nicely. If you wanna see it http://merrikin.ca/install/
    1 point
  16. silvatech

    Migration From Hostbill

    The way hostbill prices for support etc etc keep fluctuating I could see that in ways being big.
    1 point
  17. interfasys

    Migration From Hostbill

    So many refugees who don't need the DC or cloud modules will be happy to hear that.
    1 point
×
×
  • Create New...