Jump to content

Leaderboard

Popular Content

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

  1. huangsenli

    cPanel problem appear

    感谢兄弟,成功了
    2 points
  2. johnoatwork

    Proxmox extension

    Ah, I've found it
    2 points
  3. 感谢兄弟成功开启了域名注册功能了。
    2 points
  4. It works . Thanks.
    2 points
  5. 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...