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

delete IP from Plesk

rainer_zufall

New Pleskian
Hi,

i have 2 IPs for my vServer. Plesk automatically add both addresses to the Plesk Panel. One of the ip adress i want to use for another service (openvpn). The Problem is, that i can't delete the IP from the Plesk panel. I got the message: Fehler: String was provided for unescaped parameter host.

There are no reseller or customers who use this IP. So how can i solve this problem and delete the IP from the Panel?

Thx
Rainer

EDIT: using Plesk 12.0.18
 
This error message is caused by some database inconsistency. I suggest you contact Support Team for fixing it directly on your server.
 
Hi IgorG, thx for reply. Which Support? Parallels? I think the normal Plesk License, which i got over Server4You from Germany won't support Online Chat or Phone Help.
 
Last edited:
Any other Chances? As a normal Customer with 10 Domain Plesk License i have to pay for Support. This is really disappointing because i don't think this is my fault, that i can not delete the IP from the Plesk Panel.
 
Did you find the solution?
I have exactly the same problem.
Plesk 12.0.18
CentOS 6.5

Code:
# /usr/local/psa/bin/ipmanage -r xxx.xxx.xxx.xxx
String was provided for unescaped parameter host.

Also, I get the following:
Code:
# /usr/local/psa/bin/sw-engine-pleskrun /usr/local/psa/admin/plib/scripts/upgrade_web_domain_services_1010.php
Error: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'hosting.ip_address_id' in 'field list'
 
Try to find subscription assigned with this IP address with following SQL query:

select d.name from domains d, dns_recs dns where d.dns_zone_id=dns.dns_zone_id and dns.val='xxx.xxx.xxx.xxx';

After that remove this subscription and then IP address.
 
Back
Top