I have installed the magento sucessfully. But my front end and back end is not working. I will redirect to some ip address. i.e 10.0.0.97/test/jm_gamestore.v.trunk/. I have tried two themes. I am sure there is common mistake i have done for both themes. So provide some solution.
thank you,
vishnukumar
3 answers
Hi Vishnu,
I need to debug directly on your site, please PM me url, admin and ftp credentials of your site.
Best regards,
Ziven.
Hi Ziven, I am trying it in my localhost. so i dont have the url.
Hi Vishnu,
Please go to the root folder /sql/sample_data.sql and open it at line 5032 and 5033
and remove the code http://10.0.0.97/test/jm_gamestore.v.trunk/
like this
(112, 'default', 0, 'web/unsecure/base_url', 'http://localhost/jm_game_1800/'),
(113, 'default', 0, 'web/secure/base_url', 'http://localhost/jm_game_1800/'),
to
(112, 'default', 0, 'web/unsecure/base_url', ''),
(113, 'default', 0, 'web/secure/base_url', ''),
and please try reinstall.
Please let me know if you need help further.
Best regards,
Ziven.