Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/17/2014 in Posts

  1. This has been brought up a few times before, but it is not a bug. The SolusVM API does not support fetching the friendly name of the templates. I'd suggest asking them to update their API to support it.
    2 points
  2. football is 11 players , not just 1 my country was absent from 1998 i will write a plugin for it to participate in 2018
    2 points
  3. i will do it as a plugins for widget ... stay tunned this weekend .
    2 points
  4. I think you are right. It's been so long that I can't remember.
    1 point
  5. They are a very strong team, and they win without any doubt against Portugal, but of course, I hope Portugal wins the next 2 games (and Germany looses the next games eheh) Im not a football fanatic, but I like to see games wen my Country is in it , but if they loose, well, life goes on
    1 point
  6. Lets see what happen
    1 point
  7. Hi Managed to resolve it, was something to do with the server setting that changed that was stopping emails from sending so managed to resolve it now.
    1 point
  8. Daniel B

    Html E-Mail

    Very nice design, finally convinced me to actually start working on mine...
    1 point
  9. i am not using this, not yet, so i will use this opportunity to bump the thread and commend the effort PauloV puts in Blesta and shares it with other Blestars(along with other fellas like Mike from LicenseCart), this is just stunning ....this kind of community is the real strength of Blesta.....because of things like these, i always want to check out what is going on in Blesta world
    1 point
  10. BillP

    New Pages In Client Area

    Having created a plugin using the developer documentation (http://docs.blesta.com/display/dev/Plugins) that creates new pages in the client area, I notice that I am able to browse those pages without being logged in as a client. How do I make them protected by the auth component? Thanks for your help.
    1 point
  11. Michael

    Api On Interworx

    Hello guys I'm a bit confused with this, it only happens on InterWorx was working fine on cPanel just wondering if I need to install anything. On licensecart.com we use the new API the guys did for the community to make our lifes easier however I get this in the error log: [Thu Apr 03 15:22:07 2014] [error] [client MYIP] PHP Warning: Invalid argument supplied for foreach() in /chroot/home/username/licensecart.com/html/blesta.php on line 48 The code on that line is important: foreach ($package->pricing as $price) { // Get monthly term if ($price->period == $period && $price->term == $term) { return $price; } } It's part of this: function getPackagePrice($api, $package_id, $period, $term) { $package = $api->get("packages", "get", array('package_id' => $package_id))->response(); $package_price = null; foreach ($package->pricing as $price) { // Get monthly term if ($price->period == $period && $price->term == $term) { return $price; } } return false; } And I have: InterWorx 5.0.14 (Beta Tier) Blesta 3.1.3 MySQL 5.5.36 PHP 5.4.26 Apache 2.2.26 Thanks guys.
    1 point
  12. Does anyone have a recommendation for a Blesta integrator?
    1 point
×
×
  • Create New...