Merhaba;
Plesk in kayitlari tuttugu veri tabanina da baktiniz mi benzer bir sorunu bende yasamistim swsoft tan aldigim destek ile cozmustum
tabii asagidaki yontemi denicekseniz mutlaka yedek alin pleskin veritabani ile oynamak cok tehlikeli oluyor
Hello,
Such error occurs when psa.dns_zone table does not contain corresponding record for problem domain. You can add it manually in the following way:
login to Plesk database, if it is mysql do the following:If mysql (if you use mssql or access - modify the same database -using gui or cli) please do the following:
mysql -uadmin -padmin_password -P8306 psa
select * from domains where name="xxx.com";
------------check value dns_zone id and check domain id (I guess it should be 91)
then
INSERT INTO `dns_zone` VALUES (91,'xxx.com','xxx.com','swtest@xxx',0,'master',86 400,86400,10800,3600,3600,3600,604800,86400,10800, 3600);
Thanks,
---
Yulia Minenkova
Technical Support Engineer
SWsoft, Inc.