Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/22/2018 in all areas

  1. For download and details, see https://www.blesta.com/2018/10/22/blesta-4.4-beta-released/
    2 points
  2. Shane O-Mac

    Blesta integreation

    I just thought I would show off our integration of blesta :) what do you guys think?
    1 point
  3. this option is only for USA, and only for cpanel servers .
    1 point
  4. Turns out it is an issue with permission for fetching the modal. To fix you can alter app/client_controller.php starting at line 17 from // Allow states to be fetched without login if ($class_name == 'ClientMain' && (in_array(strtolower($this->action), ['getstates', 'setlanguage']))) { return; } to // Allow states and dialog to be fetched without login if ($class_name == 'ClientMain' && (in_array(strtolower($this->action), ['getstates', 'setlanguage'])) || $class_name == 'ClientDialog' ) { return; } This fix will be included in v4.4. See CORE-2850
    1 point
×
×
  • Create New...