Installation Problem with Magento
Have you every tried installing Magento 1.3.2.4 lately? If this is your first time to install Magento or you have upgraded your Magento you might have this problem during installation.
Curl must be loaded
If you will encounter this problem, all you have to do is to uncomment the extension=php_curl.dll. Open your php.ini and check on the line extension=php_curl.dll. After you uncomment the line, save it and restart your web server.
Database does not support innodb
This problem has to do with the skip-innodb that is configure in the my.cnf of mysql. Locate the file and look for the link skip-innodb. Comment it so that the problem will not occur. Save the file and restart your mysql server.
Username and Password lost
If you try to load the sample data of Magento AFTER you have successfully, you will notice that you can not anymore use your account to login. You may be wondering why this happens. It is because it replaces the data in the user table. If this happens, try to use the account below and that should work.
login:admin
pass:123123
I hope those listed above will help













