Have you ever encountered the following kind of error while installing Magento 1.4 ? Fatal error: Maximum execution time of 120 seconds exceeded in… To fix it, open your php.ini and replace the value for ‘max_execution_time’ and ‘max_input_time’ as per below. max_execution_time = 3600 max_input_time = 3600
In: PHP
20 Aug 2009On one of the Magento based project, I am working on I was facing lot many issues after having SSL on Godaddy hosting. Godaddy hosting is always having issues. The biggest problem was, one page checkout page was getting infinite redirection loops. So it was not opening anyhow. The solution was in Magento Admin only: [...]
In: PHP
15 Jul 2009It always take time to get rid of the Magento cache. However cache is needed to execute the request faster. One way of clearing the cache is delete all the directories inside the /var/cache directory. Doing that manually it will take some time if you are connected to the FTP server. The easiest way of [...]
In: PHP
13 Jul 2009Search in large number files is painful & slow for the Magento based projects. If you are using your editor’s built-in search feature, then also it may take lots of time to search within all directories. In case of you are editing the files on the live server, its very awful to search in even [...]
Hello, Welcome to the Magento Coder.
I am Jignesh Patel, a Web Developer.
About Jignesh