Share it

Bookmark and Share

Translate

Tuesday, October 11, 2011

0 Magento Installation Issue in localhost/server: Fatal error: Maximum execution time of 60 seconds exceeded

Do the following steps to Correct the above issue
Steps
1) Wamp server.
2) Windows XP/7
a) Drop database.
b) Delete app/etc/local.xml file.
c) In place of localhost I use 127.0.0.1
d) Go to app\code\core\Mage\Core\Model\Session\Abstract\Varien.php

//comment the lines for localhost no need for development server.
// session cookie params
$cookieParams = array(
‘lifetime’ => $cookie->getLifetime(),
‘path’ => $cookie->getPath() //, remove the coma
// ‘domain’ => $cookie->getConfigDomain(),
// ‘secure’ => $cookie->isSecure(),
// ‘httponly’ => $cookie->getHttponly()
);
e) I add one line in index.php at start of file
set_time_limit (18000);
now installation work good LOL

0 comments:

Post a Comment

Thanks for your valuable Comment

 

TechnoTipworld- Tips,Tricks,Technology Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates