Hi,
i have to delete all PTR records in over 80 domains in a Plesk 12 panel, when i tried to run the dns command to remove the PTR record from a domain, i got the error :
There is a KB article about this specifix problem : http://kb.odin.com/en/9406 , but it refers to older Plesk versions (8.x-10.x). I gave it a shot by copying the fix file from all 3 different versions to /usr/local/psa/admin/plib/api-common/ and i got the following PHP errors:
Is there any workaround this PTR issue? Also, is Parallels going to update the article and provide solution for Plesk 12?
i have to delete all PTR records in over 80 domains in a Plesk 12 panel, when i tried to run the dns command to remove the PTR record from a domain, i got the error :
Code:
Unable del record in DNS server: unable find DNS record
There is a KB article about this specifix problem : http://kb.odin.com/en/9406 , but it refers to older Plesk versions (8.x-10.x). I gave it a shot by copying the fix file from all 3 different versions to /usr/local/psa/admin/plib/api-common/ and i got the following PHP errors:
Code:
PHP Warning: include_once(class.PHostingManager.php): failed to open stream: No such file or directory; File: /usr/local/psa/admin/plib/api-common/cuDns.php, Line: 4
PHP Warning: include_once(): Failed opening 'class.PHostingManager.php' for inclusion (include_path='/usr/local/psa/admin/plib:/usr/local/psa/admin/externals'); File: /usr/local/psa/admin/plib/api-common/cuDns.php, Line: 4
PHP Notice: Use of undefined constant CU_REGEX_ALLOW_IP - assumed 'CU_REGEX_ALLOW_IP'; File: /usr/local/psa/admin/plib/api-common/AbstractCuExecutor.php, Line: 55
PHP Notice: Use of undefined constant CU_REGEX_ALLOW_DNS_IP_MASK - assumed 'CU_REGEX_ALLOW_DNS_IP_MASK'; File: /usr/local/psa/admin/plib/api-common/AbstractCuExecutor.php, Line: 55
PHP Notice: Use of undefined constant CU_REGEX_ALLOW_IP - assumed 'CU_REGEX_ALLOW_IP'; File: /usr/local/psa/admin/plib/api-common/AbstractCuExecutor.php, Line: 55
PHP Fatal error: Call to undefined method cu::cu() in /usr/local/psa/admin/plib/api-common/cuDns.php on line 287
Is there any workaround this PTR issue? Also, is Parallels going to update the article and provide solution for Plesk 12?