• 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.

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