Friday, August 26, 2011

Error from park wrapper: yourdomain.com is already configured

February 8, 2010 by  
Filed under cPanel

Leave a Comment

Today while fixing a domain, I received an error in cPanel. Whenever I try to add an addon domain, I get the saying: Error from park wrapper: mydomain.com is already configured.

[Original domain is not shown]

I found that in httpd.conf there is no such entry. However, there is a DNS zone for this domain and cpanel records.  After a while I have solved with fine. Here is how you can solve it too:

Login via Root Shell access to your server box.
Backup files

cp /var/cpanel/users/mydomain  ~

cp /var/named/mydomain.com.db ~

Then I have opend /var/cpanel/users/mydomain and removed all line of mydomain.com.  Then run:

/scripts/updateuserdomains

I could then add the domain as addon without any problem.


If you still get error, you may also look in the following files and remove all corresponding records. [Please don't forget to keep backup before you edit any file]

/etc/httpd/conf/httpd.conf
/etc/userdomains
/etc/localdomains


Note: You may also need to remove the document root before you can add addon domain. So, keep a backup of those files at beginning to avoid any data loss.

GD Star Rating
a WordPress rating system
Error from park wrapper: yourdomain.com is already configured, 10.0 out of 10 based on 1 rating
Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)

Related posts:

  1. Error reloading bind on server rndc: subdomain creation error
  2. Effective Solutions for 500 error (Premature End of Script Headers)
  3. Delivery to the following recipient failed permanently, Verification failed
  4. scripts in /scripts directory explanation
  5. Disallow /cpanel, /webmail to be redirected to ssl/tls ports (2083, 2096)

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!
Click here to cancel reply.