• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk API

ServerTown

New Pleskian
hello,

could somebody help with the API error 1005 (error 1005 Protocol version '0.0.0.0' is not supported. Current protocol version is '1.6.5.0')
the request which i've sent is (<?xml version="1.0" encoding="UTF-8"?> <packet version="1.6.3.0"> <customer> <get> <filter> <id>12</id> </filter> <dataset> <gen_info/> <stat/> </dataset> </get> </customer> </packet>)

This all is documented on: http://download1.parallels.com/Plesk/PP11/11.5/Doc/en-US/online/plesk-api-rpc/ under Creating Client Software-> Sending Request Packets

if you change the section: ***curl_setopt($ch, CURLOPT_POSTFIELDS, $packet);*** to: ***curl_setopt($ch, CURLOPT_POST, $packet);*** you get the error 1003 (error 1003 Wrong request)

I have Plesk Panel 11.5.30 Update #47 on a Debian 7.5

thanks
 
Last edited:
Back
Top