Plesk ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: common_func.php

Sometimes we may face the error while trying to access the Plesk control panel: ERROR: PleskFatalException Unable to connect to database: saved admin password is incorrect. 0: /usr/local/psa/admin/plib/common_func.php3:190 psaerror(string ‘Unable to connect to database: saved admin password is incorrect.’) 1: /usr/local/psa/admin/auto_prepend/auth.php3:93 Usually this error comes because because the password in the file /etc/psa/.psa.shadow used to access […]

Continue Reading…

Disable Directory Browsing in WordPress

Apache web server allows directory browsing by default,With directory browsing enable, will put your WordPress blog into danger and make it easy for hackers to look into your directory/files structure. Many WordPress experts recommend to disable directory browsing for security aspects.To disable the directory browsing you need to edit .htaccess file. Open your .htaccess file Add […]

Continue Reading…

MySQL Error : Can’t create/write to file ‘/tmp/#sql_839_1.MYI’ (Errcode: 28) Error Number : 1

Recently one of our users told us they were not able to update their Database due to the following error: error: Database error in vBulletin 4.2.2: Invalid SQL: SELECT node.nodeid AS itemid, parent.nodeid, parent.url, parent.styleid, parent.layoutid, parent.publishdate, parent.setpublish, parent.hidden, info.title, info.description FROM cms_node AS node INNER JOIN cms_node AS parent ON (node.nodeleft >= parent.nodeleft AND […]

Continue Reading…