×


Blog


'http error 401.3 – unauthorized' in IIS - Fix it Now ?

This article covers methods to fix 'http error 401.3 – unauthorized' in IIS. This error appears when the user account under which the IIS service runs does not have the required permissions to access and serve web server content.

Assuming Anonymous Authentication is Enabled and the error message persists, edit the Anonymous Authentication setting. 


mysqldump error "can't create/write to file" - Fix it Now ?

This article covers to fix mysqldump error "can't create/write to file" for our customers. This error can be as a result of lack of space in your /tmp keeping the file from being created. It may also be the result of a permissions error or configuration error.


We recommend restarting the service to clear any excessive temporary files:

$ /etc/init.d/mysqld restart

If that doesn't improve the situation, we recommend reviewing your configuration file and permissions, particularly if you are using SE Linux:

$ cat /etc/my.cnf | grep tmpdir
$ ls /var/tmp


Apache Error 'Failed to read FastCGI header' - Fix it Now ?

This article covers methods to resolve Apache Error 'Failed to read FastCGI header'. When this error occurs, the response sent to the browser will be "503 Service Unavailable". Basically, the error message "Failed to read FastCGI header" indicates that when Apache was communicating with PHP-FPM, the PHP process did not respond properly.


WHMCS error code 1013 - Fix it Now ?

This article covers WHMCS error code 1013. Basically, this error happens when the external_id entry is missing in psa.clients MySQL table. If the issue appears on WHMCS integrated with Plesk Multi Server, this database update should be done on the management node side.


Windows server 2016 vss error 12347 - Fix it Now ?

This article covers methods to resolve Windows server 2016 vss error 12347. Basically, 'Windows server 2016 vss error 12347' occurs when the Backup of Shadow Copy Component Fails. This usually happens when the registry Volume Shadow Copy Service (VSS) writer did not respond to a query from the VSS service.

To resolve this Windows error, simply Reboot the Server where the problem exists.


Plesk : error reading data from FastCGI server - Fix it Now ?

This article covers methods to resolve Plesk: Error reading data from fastcgi server. Basically, in most cases, this plesk error occurs when there are Corrupted WordPress plugins.

To fix Plesk error,  Connection reset by peer: mod_fcgid: error reading data from FastCGI server,

  • Log in to Plesk.
  • Deactivate one by one all plugins for the website at Domains > example.com > WordPress > Plugins until the issue is fixed.
  • Re-install or delete the plugin.