Blog
- Home
- Blog
This article covers methods to fix Plesk Roundcube 'database error connection failed' for our customers. This error happens when MySQL roundcube user is either absent or have an invalid password or have not sufficient permissions.
This article covers how to resolve Joomla error "no input file specified" which occurs due to issues with the installation.
To fix this error:
This article covers methods to fix Magento error which happens during compilation on upgrading to version 2.2.3.
If you upgrade Magento older version to Magento 2.2.3 and you fetching same error in compile then below step you should follow to resolve this error.
Magento older version have 2 directories and 2 files in this path:
vendor\magento\module-backend\Model\View\Layout
And Magento version 2.2.3 have 1 directory and 2 files:
So after merge files and folder, you should delete "filter" folder and "GeneratorPool.php" from Magento version 2.2.3 on this path:
vendor/magento/module-backend/Model/View/Layout/GeneratorPool.php
Then run the compile command
This article covers how to fix Roundcube 'SMTP error (454) authentication failed' issue for our customers.
To fix this SMTP error:
via Command Line Interface (CLI):
1. Connect to the server via SSH;
2. Execute the following commands:
plesk installer --select-release-current --install-component qmail
# plesk installer --select-release-current --install-component postfix
This article covers method to fix the error, ec2 key permission denied.
"Permission denied (publickey)" and "Authentication failed, permission denied" errors occur if:
To fix this error, simply:
This article covers methods to resolve mysqldump: Got error: 1146: Table doesn't exist. To fix this error, you can simply save the database and dump it with innodb_force_recovery option. Most InnoDB corruptions are hardware-related. Corrupted page writes can be caused by power failures or bad memory. The issue also can be caused by using network-attached storage (NAS) and allocating InnoDB databases on it.