• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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