Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/17/2015 in all areas

  1. I would check the API call for "listpkgs" first. Simply go to add a package, select cPanel for the module, and the packages should try to load by making an API request. Then check your module logs to see what Blesta receives. It should give some insight into what's going on. For instance, it could be that cPanel is not returning any packages, which is why none are displayed in Blesta. If that's the case, then there is some configuration issue in cPanel (e.g. user privileges or incorrect package configuration) that would need to be looked into. You can post the API response here if you'd like. Feel free to redact any sensitive information.
    2 points
  2. Max

    Payment Gateways And Client

    Beware that the abbreviation "ACH" is not used outside the USA, so may lead to confusion. Calling it "direct debit" is more common internationally. That involves PULLing money from customer's account, and I don't think that is what the TS means. "bank transfer" more commonly refers to a wire transfer from one bank account to another. The customer initiates those through his own bank (e.g. via Internet banking), and pushes the money to your account number. You would be using the "offline payment" gateway in Blesta to process those manually. And no, I don't think there is an option right now, to configure different payment methods/gateways per customer.
    1 point
  3. Tyson

    Stripe - Bitcoin And Alipay?

    I don't think the current gateway supports BitCoin/AliPay. I haven't looked into the API updates with Stripe, but I suspect additional functionality is required to use BitCoin or AilPay with Stripe. We generally don't build gateway support for beta features because they're subject to frequent changes. Is there a projected release date for those updates?
    1 point
  4. Paul

    No-Empty Database

    Blesta should be on its own database, and does not utilize table prefixes. I can't remember if the installer checks that there are no tables before proceeding, but you don't want to risk having other tables with the same name. If your hosting company severely limits the number of MySQL databases you get, you should ask for more, or consider switching to another hosting provider.
    1 point
  5. Tyson

    Payment Gateways And Client

    It sounds like you want to use ACH payments in Blesta. You can setup and use one of the merchant gateways that support ACH (e.g. Authorize.net) under [settings] -> [Payment Gateways]. Don't enable any Non-Merchant gateways in this case. And if you're only going to accept ACH, uncheck "Credit Card" from [settings] -> [Company] -> [billing/Payment] -> [Accepted Payment Types]. This will leave only the ACH payment method available to customers.
    1 point
  6. Tyson

    Chrome

    A browser error like that can occur for a multitude of reasons, but they usually are because of the source machine. e.g. anti-virus, firewall, network settings/Internet connection, malware, corrupt installation of chrome, etc. Users that see that error likely get that error on other sites as well. You might ask them if that's the case, or defer them to the help docs.
    1 point
  7. I think I'll stick with OpenSRS for now then; I'd rather have quality products/services that I have confidence in. Stripe looks awesome thanks I have already got the Blesta demo on my site, it expires on Saturday but I am undergoing heavy re-branding and restructuring at the moment so I have some time to work on my Blesta installation before my new site will go live to my clients anyway. Thanks naja7host, resell.biz looks good I've added them to my bookmarks Thanks Scott I'll look into them too
    1 point
  8. drolfe

    Cron Errors

    OK I found the issues root@blesta:~# php -v PHP 5.5.21-1+deb.sury.org~trusty+2 (cli) (built: Jan 26 2015 19:57:37) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with the ionCube PHP Loader v4.7.3, Copyright (c) 2002-2014, by ionCube Ltd., and with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies with Xdebug v2.2.5, Copyright (c) 2002-2014, by Derick Rethans ioncube was enable for the web but not for the cli I had to add the below: zend_extension = /usr/lib/php5/20121212/ioncube_loader_lin_5.5.so into /etc/php5/cli/php.ini as it already existed in /etc/php5/fpm/php.ini Regards, Daniel
    1 point
×
×
  • Create New...