Check inode usage

How to check inode usage By the way, if you’re looking for the directories that contain lots of files, this script may help: Also… Try to find if this is an inodes problem with: Try to find root folders with large inodes count: Try to find specific folders:

PHP Fatal error: Allowed memory size of 262144 bytes exhausted when accessing plesk

Symptoms When I use Plesk Migration Manager to migrate data manually I get the following error: I get this error after starting import from the migration file /work_dir/dump.xml. Resolution There is not enough memory for Plesk Panel php. You need to increase memory_limit for Plesk Panel php in /usr/local/psa/admin/conf/php.ini file up to 512 Mb. To … Read more

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