Magento 1.3: PHP Developer’s Guide

This book will show you how to develop better and do more with the Magento. You will be able to extend and customize modules for the Magento system without editing the core system code. It will show you how to create both basic and advanced functionality modules for your store and help you turn your ideas for extending Magento into reality by building modules from scratch.

By the end of the book you will be able to take your basic knowledge of Magento and turn it into something advanced that will help you develop turn your ideas for extending Magento into reality. [Read more...]

Magento error:Method Varien_Object::__tostring() cannot take arguments

When you transfer magento data, you maybe notice the fatal erro,you can resolve the problem by the method.

Fatal error: Method Varien_Object::__tostring() cannot take arguments in /magento/lib/Varien/Object.php

when trying to install Magento on PHP 5.3, do not fear, here is the fix:

File: /lib/Varien/Object.php (Line 484)
[Read more...]

How To Solve Magento Layered Navigation Indices Execution Time Exceeded

When I’m trying to “Refresh Layered Navigation Indices” in System > Cache Management (ver. 1.4.1),but I get this errors like this “Fatal error: Maximum execution time of 30 seconds exceeded in . . . /lib/Zend/Db/Statement.php on line 123 “.

There are two ways to solve the error:

1. Execution time is set in php.ini file on your server.
Set in php.ini max_execution_time = 18000. [Read more...]

How To Reset Magento Admin Password

Sometimes you maybe foget the password of Magento Admin, don’t worry now.I intro you a way to reset magento admin password now.

It seems like the password must be typed and not copy/paste at least on the install part. [Read more...]