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 MoreTag: cpanel web hosting
Error from park wrapper
Some times we get an error while adding a addon domain in our cPanel.The error is like: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error from park wrapper: Using nameservers with the following IPs: xx.xx.xx.xx,xx.xx.xx.xx Sorry, the domain is already pointed to an IP address that does not appear to use DNS servers associated with this server. Please transfer the domain […]
See MoreConfigure httpd to listen multiple ports
By default, httpd in Red Hat Enterprise Linux 5 listens on http port 80. But you can configure it to listen to other ports too. Solution : In the configuration file /etc/httpd/conf/httpd.conf, the “Listen” directive tells the server to accept incoming requests on the specified port. Multiple “Listen” directives may be used to specify a […]
See More