Deprecated errors
a) split is deprecated.
to override these issue please make following changes of reporting error
y:\magento\index.php in these file replace error_reporting with following one
error_reporting(E_ALL & E_STRICT & ~E_DEPRECATED);
y:\magento\downloader\Maged\Pear.php in these file replace error_reporting with following one
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
y:\magento\lib\Varien\Pear.php in these file replace error_reporting with following one
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
Tuesday, January 19, 2010
Subscribe to:
Post Comments (Atom)
2 comments:
HI
Did you don't know why It's shown this magento installtion deprecated for php5.3 error. you will make install down version.
sukumar
Magento Developers.
I m Ganesh Khedkar's Friend please give me your email & contact details. I have few querries on matrimonial site on which u worked with Ganesh.
Post a Comment