There has been an error processing your request: magento 1.4.0.1 installation

After  installing  Magento 1.4.0.1,  installation fails. There is error commenting

There has been an error processing your request

Exception printing is disabled by default for security reasons.

Error log record number: 281887837

This issue specially comes on localhost. Please forgive me if I left anything out.

You have not do much more for this problem.

Open this file ‘app\code\core\Mage\Core\Model\Session\Abstract\varien.php’ and comment these lines, from line no. 77 to 98

$this->getCookie()->getDomain(),
$this->getCookie()->isSecure(),
$this->getCookie()->getHttponly()

and

if (!$cookieParams['httponly']) {
unset($cookieParams['httponly']);
if (!$cookieParams['secure']) {
unset($cookieParams['secure']);
if (!$cookieParams['domain']) {
unset($cookieParams['domain']);
}
}
}

if (isset($cookieParams['domain'])) {
$cookieParams['domain'] = $cookie->getDomain();
}

I hope this will help you.

Advertisement

About ajmaltash

Magento Customizer, Wordpress Customizer, Web Developer, CMS Customizer
This entry was posted in Magento Commerce and tagged , . Bookmark the permalink.

11 Responses to There has been an error processing your request: magento 1.4.0.1 installation

  1. Gunnar says:

    I did not fall about this error but I have to admit using the svn version of magento.
    Also here suggestion to put code in code blocks.

  2. Susan says:

    EOS Web has extensive expertise in magento commerce websites.
    They have many modules for FREE in your web site http://magentocommerce.eoswebdevelopment.com/en/
    Take a few minutes and look at this page.

    Enjoy !

  3. sax12 says:

    This isn’t working for me it says I have a syntax error on line 77, if you’re around do you have any suggestions?

    Thanks

  4. Karen Kilroy says:

    I had this error from something simple. I had copied my Magento to a development server, and when I did so, I made a mistake in the database name in app/etc/local.xml. Just fixed the database name and it all works again.

  5. Gary says:

    This fix helped. Thanks!!

  6. After these changes, the bug not clear for me. Anyone can give me a solution please?

  7. Pingback: 2010 in review | Web Development

  8. Paul says:

    Thanks a lot, that saved me a lot of time. How many years have you spent working with Magento? You sound like an internet legend at it!

    Thanks again, Paul.

  9. zanganin says:

    it works! thank you!

  10. jorge says:

    tengo este problema en magento

    There has been an error processing your requestException printing is disabled by default for security reasons.

    Error log record number: 541571685132

  11. Strew says:

    It is not work for magento 1.6.0.0 version…..

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s