Magento – “Failed to mkdir” Error

 Magento – “Failed to mkdir” Error Many times when you try to install a new theme or application from “Magento Connect Manager” , you may encounter the error : ERROR: failed to mkdir To fix this issue follow the below steps : root@server[#] cd /home/username/public_html/downloader root@server[#] vi config.ini It will show something like this : […]

See More

syslogd status failed in WHM

Sometimes, you may face an issue related to syslogd showing down in service WHM >>  Main >> Server Status >> Service Status The issue can be resolved by Checking related RPM on server # rpm -q sysklogd If its not installed, you can install it by # yum install sysklogd after installation, you will have […]

See More

Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0

For zend encoded files, you may face following error Fatal error: Unable to read 32654 bytes in /home/xxx/public_html/includes/functions.php on line 0 Its most probable the related files for the script are uploaded in ASCII mode, all encoded files must be uploaded in binary mode. 01. You need to reupload all files in binary mode, or […]

See More