Jump to content

jesin

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by jesin

  1. Yeah definitely. The task describes a link to client groups.

     

    Ah yes

     

    If checked, also display a multi-select of client groups that will be able to see and order from this order form.

     

    I ran to that screenshot without reading it completely :P

     

    Is this expected in 3.6.2 or the next major release?

  2. There seems to be changes in the GoGetSSL API. I asked them a month ago and they said the activateSSLOrder() method was no longer supported.

     

    The same issue was fixed in HostBill in the latest release - http://hostbillapp.com/features/apps/gogetssl-changelog.html

     

    Also from the manual of GoGetSSL API: https://my.gogetssl.com/docs/gogetssl_api_07-14-v2.9_2014.10.22.pdf

     

    The general approach is to specifically request the status of a specific order. In this case (Figure 2), the ordering flow consists of the following operations: (1) place an order, and then (2) periodically check the status of the specific order . Once the order has been completed, the fulfillment information is returned with the GetOrderStatus operation. This approach is generally less efficient, but might be more appropriate when there is a low volume of certificates being managed.

     

    Blesta doesn't use the GetOrderStatus() anywhere. So I guess it's time Blesta's module is updated.

  3. Related: http://www.blesta.com/forums/index.php?/topic/3164-email-templates-with-wrong-urls/

     

    I have Blesta installed on an Nginx webserver. Initially I installed in the root directory, then created a directory named billing, moved everything to it, changed the root_web_dir setting to /var/www/domain.com/billing/ and reissued the license.

     

    When I manually choose to email an invoice the /billing/ prefix is present in the URL, however when it is done automatically through cron the links  simply point to domain.com/clients/

     

    This is my cronjob

     

    /usr/bin/php -d "sendmail_path=/usr/sbin/sendmail <sendmail arguments> -t" /var/www/domain.com/billing/index.php cron > /dev/null

     

    What could be wrong?

×
×
  • Create New...