Plesk

Plesk: SWKeyExFatalError error

Posted by on October 3, 2011 at 5:59 pm

ERROR: SWKeyExFatalError xmlrpc error: XML parsing failed 0: common_func.php3:4523 of_get_key_by_product(string ‘plesk-win’) 1: common_func.php3:4523 getPleskKey() 2: common_func.php3:4602 getKeyProp(string ‘demo’) 3: auth.php3:54 Solution : Check the size of the file %plesk_dir%\admin\repository\registry.xml. If file is empty and equals 0KB, delete this file. Once it is done, try to access to Parallels Plesk Panel. New file should be generated [...]

Plesk: Unable to remove FTP users or connect

Posted by on August 17, 2011 at 5:44 pm

OS: Windows , may work on Linux but we did not test it If you find yourself being unable to connect to FTP or can not remove the FTP user from the control panel. There is a chance that the security files under the domain root has been corrupted. Hold on for a second, before [...]

Plesk get_key_by_product() error

Posted by on April 23, 2011 at 1:47 pm

Error: Plesk 9.x for Windows Fatal error: Call to undefined function of_get_key_by_product() in C:\Program Files\Parallels\Plesk\admin\plib\common_func.php3 on line 4501 Solution: The error is being caused by the registry.xml being empty zero bytes. The file is normally located in C:\Program Files\Parallels\Plesk\admin\repository Pretty much what you need to do is remove this file and then restart Plesk. Reference: [...]

Plesk: Notice: Undefined index:

Posted by on July 29, 2009 at 10:59 pm

Error under the service management error : Notice: Undefined index: migrator in C:\Programme\SWsoft\Plesk\admin\plib\class.Service Control.php on line 222 Notice: Undefined index: foreignmigrator in C:\Programme\SWsoft\Plesk\admin\plib\class.Service Control.php on line 229 Notice: Undefined index: foreignmigrator in C:\Programme\SWsoft\Plesk\admin\plib\class.Service Control.php on line 230 Solution that worked for me was: refreshed Plesk components via Plesk > Server > Components Management > Refresh

Plesk: view all email accounts

Posted by on March 15, 2009 at 7:22 pm

mysql query select CONCAT(mail_name,”@”,name) as email_address,accounts.password from mail left join domains on domains.id=mail.dom_id left join accounts on accounts.id=mail.account_id; Thanks to RackerHacker DBname normally : psa