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.
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.
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 !
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
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.
This fix helped. Thanks!!
After these changes, the bug not clear for me. Anyone can give me a solution please?
Pingback: 2010 in review | Web Development
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.
it works! thank you!
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
It is not work for magento 1.6.0.0 version…..