Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/09/2015 in Posts

  1. mrrsm

    Calendar Syncing

    +1 I think it would be useful if it could either have a cal link that other calendars could pull in at the minimum
    2 points
  2. evolvewh

    Calendar Syncing

    I don't know what's involved and if others would want this but I think it will make the Blesta Calendar more functional. Integrating with iCloud, Google, etc to sync a few of the more popular calendars into Blesta. Right now, you would have to maintain 2 different calendars and this would streamline that process and make it more functional within Blesta.
    1 point
  3. 1 point
  4. Blesta Addons

    Calendar Syncing

    very useful feature for administrative task . +1
    1 point
  5. No, separate machines. But I already found the solution myself... The host where Blesta runs did not accept the StartCom CA, so I had to add it manually to /etc/ssl. Everything works perfect now. Thank you for your time!
    1 point
  6. hello. ok in that post that you mentioned say that : Solution: Put this into /etc/php.ini include_path = /usr/share/php I tried it, and it was not working for me.... Finally what I did and YES is working for me what this: Put this into /etc/php.ini include_path = /usr/share/php5 That is working for me... And I am using a Ubuntu 64 bits Linux in Amazon AWS Thanks to all for all the help
    1 point
  7. Blesta automatically performs redirects to the payment received page whether there is an error or not--you may just want to update the payment received page to display transaction information differently.
    1 point
  8. not sur , but in the end of the file add another condtions like this to use header or blesta function redirect() // Capture the IPN status, or reject it if invalid switch (strtolower($this->ifSet($response['status']))) { case "successful ": header('Location: http://www.example.com/'); break; case "error": header('Location: http://www.example.com/'); break; }
    1 point
  9. Paul

    Delete Tickets

    I have bumped this up in the backlog.
    1 point
  10. 1 point
×
×
  • Create New...