Hiya all,
Anyone experience the issue where it will tell a user that the domain is owned by another user even if the domain did not exist & that check is disabled in WHM tweak settings?
Any idea to fix?
Hiya all,
Anyone experience the issue where it will tell a user that the domain is owned by another user even if the domain did not exist & that check is disabled in WHM tweak settings?
Any idea to fix?
The domain must exist at one of following locations :
> In apache configuration , httpd.conf
> In any cpanel user config file, search domain in all files at /var/cpanel/users/ (it may exist as DNSX entry )
The world is my country, all mankind is my brethren, and doing good is my religion - Thomas Paine
I deleted the entry in DNS from WHM, and that allowed me to create the subdomain...
I had tried several forum fixes and then opened a ticket with cpanel. I though their response may be helpful to to others.
This was the response:
This happens because this domain appears to exist partially already inside of cPanel. What I will need to do to fix this is remove the zone and remove the entry from the /var/cpanel/users file. This is where they found it and then removed the entries. We were then able to park the domain without errors.
root@xeon [/var/named]# grep domaintobeaparkedusername *
XYZ123.org.db:; Zone file for XYZ123.org
XYZ123.org.db:XYZ123.org. 86400 IN NS ns1.dnsxyz.net.
XYZ123.org.db:XYZ123.org. 86400 IN NS ns2.dnsxyz.net.
XYZ123.org.db:XYZ123.org. IN A 207.250.188.129
XYZ123.org.db:localhost.XYZ123.org. IN A 127.0.0.1
XYZ123.org.db:XYZ123.org. IN MX 0 XYZ123.org.
XYZ123.org.db:mail IN CNAME XYZ123.org.
XYZ123.org.db:www IN CNAME XYZ123.org.
XYZ123.org.db:XYZ123.org. IN TXT "v=spf1 a mx ip4:x.x.x.x -all"
root@xeon [/var/named]# grep XYZ123 /etc/userdomains
root@xeon [/var/named]# grep XYZ123 //var/cpanel/users/*
//var/cpanel/users/vsadmin:XDNS1=XYZ123.primary-name.org
root@xeon [/var/named]# grep XYZ123 /usr/local/apache/conf/httpd.conf
root@xeon [/var/named]#