Install WordPress on IIS of dailyrazor.com

Edit web.config, the file is under the hosting of dailyrazor.com.  Add the following code to web.config: <?xml version=”1.0″?> <configuration> <system.web> <customErrors mode=”Off”/> </system.web> <system.webServer> <httpErrors errorMode=”Detailed” /> <rewrite>     <rules>         <rule name=”Main Rule” stopProcessing=”true”>             <match url=”.*” />            … Read moreInstall WordPress on IIS of dailyrazor.com

PHP 5.3 and Magento

I was installing Magento version 1.3.2.1 on a XAMPP version 1.7.2 instalation for a friend, and I got an error on the very beginning of the installation: Fatal error: Method Varien_Object::__tostring() cannot take arguments in /magento/lib/Varien/Object.php With a small research… Read morePHP 5.3 and Magento