• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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