• 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

Search results

  1. A

    Resolved 503 Error on submission of API call, still works though...

    Ok, I managed to get it to redirect successfully after creating the subscription. I changed PHP settings to run as FastCGI instead of FPM, error logs are also clear now. Not sure what difference it will make on the running of my website but at least it seems to be working now!
  2. A

    Resolved 503 Error on submission of API call, still works though...

    No still the same outcome unfortunately :/ I will continue debugging, and hopefully find something to share a solution here.
  3. A

    Resolved 503 Error on submission of API call, still works though...

    Panel log at this time states the following:
  4. A

    Issue Connection reset by peer: AH01075 when using plesk API to register domain on the same server

    did you ever figure this out as I believe I have the same problem?
  5. A

    Resolved 503 Error on submission of API call, still works though...

    Does this mean anything to you in syslog? Also I constantly keep getting emails about new account created from server, as if its stuck in a loop.
  6. A

    Resolved 503 Error on submission of API call, still works though...

    I enabled xdebug, how do I use it though? Is there a simple way on Plesk admin panel to access this log?
  7. A

    Resolved 503 Error on submission of API call, still works though...

    There is one more thing in the domain error log: AH01071: Got error 'Primary script unknown', referer: http://website.com/wp-login.php - Not sure if its relevant as I am not using wordpress.
  8. A

    Resolved 503 Error on submission of API call, still works though...

    Hello, yes that is correct it is in the domain error log and it is the only thing it really mentions. In my troubleshooting process I have decided to split the script in half to try and narrow down. So now I have created the user for plesk in one form, then the service plan in the second form...
  9. A

    Resolved 503 Error on submission of API call, still works though...

    To add to this issue, in my apache error log I get the following: Failed to read FastCGI header, referer: https://example.com/activate.php and (104)Connection reset by peer
  10. A

    Resolved 503 Error on submission of API call, still works though...

    Hi there, sorry I feel like I have posted way too much on this forum recently asking for help. I am so close to achieving a fully working and automated hosting account script using Plesk API. The issue I have now is: user clicks activate host account, Plesk API script creates everything as it...
  11. A

    Question Help creating hosting type via api

    Ok cool, well I've just implemented this in my customer registration form and all is ok now. Thanks for your help to resolve this.
  12. A

    Question Help creating hosting type via api

    Is the username and password requirements laid out in any documentation? Ideally I would like to replicate these requirements on my website as the username and password used for my website is passed in the plesk api script. Thanks.
  13. A

    Question Help creating hosting type via api

    Thanks for your help, I went and double checked the variables. I think the problem lies in username/password. For the username it needs to be lowercase and for the password there is some sort of minimum strength required. Changing my username from 'David' to 'david' and a stronger password got...
  14. A

    Question Help creating hosting type via api

    Hello, I can't work out where I am going wrong. Using the default details Plesk gave me it works fine, users, subscriptions, domain and hosting type. However when I use my own script with PHP variables in, everything is created fine except the domain hosting type is set to "No Hosting". Working...
  15. A

    Resolved Need help adding a customer with a service plan using with REST Api/CLI method

    Well, what do you know, soon after posting this I have solved my problem. Instead of having admin as the -owner variable I changed it to Johns username 'john-unit-test' and after that everything worked. I was originally working from subscription: Subscriptions but in this document the first...
  16. A

    Resolved Need help adding a customer with a service plan using with REST Api/CLI method

    Hello, so I am in the process of creating a hosting website. I'm fairly new to using APIs but I have managed to successfully connect and create a user using PHP/curl. I'll just show my code as its probably a better way to show you where I am up to: So that above bit works fine, I can create a...
Back
Top