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