• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Recent content by ajtaylordev

  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...
Back
Top