Error during CLI Gate interface usage: transfer closed with outstanding read data remaining

Symptoms Migration hangs Migration fails with error: Migration fails with error Plesk becomes unaccessible during migration, error in migration logs: Cause sw-enginer stuck on destination server. Resolution Increase limit for open files: Modify ‘/etc/init.d/sw-engine’, add the following into the startup script: Restart the services: If Nginx alredy service stuck: a. Kill alll nginx processes using … Read more

Php 4 on cpanel

Here are a few articles that mention it: https://documentation.cpanel.net/display/EA/Custom+Modules https://forums.cpanel.net/threads/how-to-easy-php4-php5-side-by-side-after-removal-of-php4-from-easyapache.304942/ http://www.liquidweb.com/kb/the-end-of-php-4/ https://www.siteground.com/kb/how_to_have_different_php__mysql_versions/ You can set the handler for the site using a .htaccess file in the domains webroot with the following contents: Code: AddHandler application/x-httpd-php4 .php .php4 .php3

Download SQL Server Express

It’s Just easier this way… http://www.hanselman.com/blog/DownloadSQLServerExpress.aspx DOWNLOAD SQL SERVER 2014 EXPRESS You likely just want SQL Server 2014 Express with Tools. This download includes SQL Management Studio. SQL Server 2014 Express x64 SQL Server 2014 Express x86 Here’s just SQL Server 2014 Management Studio SQL Management Studio x64 SQL Management Studio x86 SQL Server 2014 … Read more

The requested resource does not allow request data with POST requests

The requested resource /marketplace/marketplaceaccount/editProfile/ does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit mod_security configuration in the /etc/httpd/conf.d/mod_security.conf file: You should be able to change this value and restart apache for the uploads to work.

Percona with cPanel: libmysqlclient.so.18: cannot open shared object file

A recent Percona upgrade caused problems with PHP on some cPanel servers. The name of the libmysqlclient library was changed without keeping a symlink to the original name, which caused PHP to throw errors, and EasyApache not compiling successfully. Running php -v will show it… From the Percona Server 5.5.36-34.0 Release Notes: https://my.fusioned.net/knowledgebase/10100/Percona-with-cPanel-libmysqlclientso18-cannot-open-shared-object-file.html In order … Read more