Archive for the tag 'check'

Unable to check and fix permissions in Plesk [ After Upgrade to 8.3 ]

ERROR

Undefined variable: sa_rel in C:\Program Files\SWsoft\Plesk\admin\plib\SiteApps\class.SiteA ppPackageManager.php on line 478

RESOLUSION

Please download the modules “class.SiteAppPackageManager.php ” and copy it to folder
%plesk_dir%admin\plib\SiteApps.

Note : Please backup old module before copying.

You can download the file from following URL.

ftp://download1.swsoft.com/Plesk/Autoupdate/Windows/8.3.0/128717/class.SiteAppPackageManager.php

How can I check to see if DNS is working?

Dont use “ping” to test DNS. Use tools called “nslookup” and “dig”.

Check to see whether or not your registrar is pointing your domain to the correct nameservers. The “whois” information is often wrong, and should not be used. Go to a command prompt/console and enter the command:

nslookup -type=NS yourdomainname.com

If the response does not contain all of the correct name servers, then you should contact your registrar and have them fix it.

Check to see whether a particular server is responding, you can add the server name:

nslookup www.yourdomainname.com ns1.yournameserver.com

If the response has a bunch of ‘root-servers’ that means the server does not know about the domain name and is referring you elsewhere.

To look for a certain record type, like the “MX” record or the “SOA” record, you can use the parameter “-type=MX” or “-type=SOA”.

nslookup -type=MX yourdomainname.com

« Prev