Regarding encryption key issue

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

Profile photo of Ziven Staff 100280.00 $tone December 18, 2014
Public

Hi Vishnu,
I need to debug directly on your site, please PM me url, admin and ftp credentials of your site.
Best regards,
Ziven.

#1
Profile photo of Ziven Staff 100280.00 $tone December 22, 2014
Public

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.
 
 
 

#3

Please login or Register to Submit Answer

Written By

Comments