Ali Fani
Ali Fani

Reputation: 1

Magento site migrated on another server

I am using magento version 1.9.0.1 and having site on this Client asked me to migrate data to other server with same configuration But when I transferred all data to another server everything is working fine except products not showing up at front-end.It shows in database and admin side. I guess this in list.phtml

$products = $this->getLoadedProductCollection();

is not working

And I have also checked with loading base theme magento but no luck in that.

If anyone help me in this would be really helpful

Thanks in advance

Upvotes: 0

Views: 57

Answers (2)

Ali Fani
Ali Fani

Reputation: 1

After many attempts finally found solution,it was because of license issue which is only for domain and i was accessing it from other IP and when I pointed it to that domain all things started working fine.

Thank you all for your inputs and help

Upvotes: 0

Mihir Bhende
Mihir Bhende

Reputation: 9045

You can do following steps :

1) go to backend, select all products, click on update attributes, click on websites on left, check your website and click on submit.

2) Go to system->config catalog and check if you have disabled retrieval of out of stock products on listing page.

3) After above steps, reindex your products and inventory.

4) Delete magento/var/cache/* and check website again.

Upvotes: 1

Related Questions