unable to get (Ftp,databases,emails ...) list from whmcs ispcf3 client area

Discussion in 'Tips/Tricks/Mods' started by momsecure, Mar 9, 2018.

  1. momsecure

    momsecure New Member

    Hello Team,
    we use a Multi Server environment ispconfig 3.1.11 and whmcs 7. after settings we able to provisioning but it's not possible to view ftp or emails users in client area. also we able to create from the whmcs client area and we can see the created ftp users in ispconfig.
     
  2. momsecure

    momsecure New Member

    @cwispy , thanks a lot for the job, after many testing i find that may be you have to change in /functions/base.php file the options value for "get" methods.
    $_options = isset($options['id']) ? $options['id'] : array('sys_groupid' => $user['userid']); (Doesn't work)
    $_options = isset($options['id']) ? $options['id'] : array('sys_userid' => $user['userid']); Work properly
     

Share This Page