Recent content by Nelliwinne Mohottala

  1. N

    Issue My Mail API Script is not working for creating mail accounts.

    Yes that's what I want. Thank you, Please send me some quick example as my all the online systems based on this script and now clients are mad on this.
  2. N

    Issue My Mail API Script is not working for creating mail accounts.

    Can't I change the version of API. It's not my fault, it's automated update. If I cannot change the version, can you give me code samples. this documentation does not have a sample. It seems complex.
  3. N

    Issue My Mail API Script is not working for creating mail accounts.

    Line 31 is if (!$this->check_params()) { throw new ApiRequestException("Error: Incorrect request parameters submitted"); } I commented the line as //throw new ApiRequestException("Error: Incorrect request parameters submitted"); Now This error comes. mod_fcgid: stderr: PHP...
  4. N

    Issue My Mail API Script is not working for creating mail accounts.

    mod_fcgid: stderr: PHP Fatal error: Uncaught exception 'pmill\\Plesk\\ApiRequestException' with message 'Error: Incorrect request parameters submitted' in /var/www/vhosts/../plesk/src/pmill/Plesk/BaseRequest.php:31, referer: https://../system-emailgateway-vcm-emails-new.php?id=88 mod_fcgid...
  5. N

    Issue My Mail API Script is not working for creating mail accounts.

    I had working script written in PHP to create email account in plesk. I got that from pmill/php-plesk Script is below. <?php require_once("config.php"); //echo $_GET['r']."<br>"; $emilid=$_GET['email']; $password=$_GET['password']; $params = array( 'email'=>$emilid...
Back
Top