Hello,
I got this error message when i try to install localhost to remote host
Fatal error: Method Varien_Object::__tostring() cannot take arguments in C:\xampp\htdocs\large\lib\Varien\Object.php on line 488
I use php 5.3
could you help me tyo solve this problem
Did you have a tutorial or procedure to install remote host for production
Thank You Very Much
3 answers
This error is thrown because method ‘Varien_Object::__tostring()’ is still not supporting PHP 5.3. and in the latest version of XAMPP ( version 1.7.2) caries PHP 5.3. so if you go back to the previous version of XAMPP your problem will be sorted. OR you could find the latest functions for depreciated functions and replace them in the correct location. But that would be a cumbersome task. so i recommend to downgrade the XAMPP version to 1.7.1, that is to use PHP 5.2
This error is thrown because method ‘Varien_Object::__tostring()’ is still not supporting PHP 5.3. and in the latest version of XAMPP ( version 1.7.2) caries PHP 5.3. so if you go back to the previous version of XAMPP your problem will be sorted. OR you could find the latest functions for depreciated functions and replace them in the correct location. But that would be a cumbersome task. so i recommend to downgrade the XAMPP version to 1.7.1, that is to use PHP 5.2
OR
please update magento newest version
This question is now closed