when you have installed the latest php 5.3 and magento 1.3 and you may get an error like:
“Fatal error: Method Varien_Object::__tostring() cannot take arguments ”
you need to take the below steps:
with
with
with
with
$host = split(':', $_SERVER['HTTP_HOST']);with
$host = explode(':', $_SERVER['HTTP_HOST']);Split has been DEPRECATED as of PHP 5.3.0.
The above steps will work for windows hosting also. Apart from that if you are on Windows server then php 5.3 will not recognize < ? and ?>. So to fix this open your php.ini file and enable
then restart your server.
We are glad that you preferred to contact us. Please fill our short form and one of our friendly team members will contact you back.