Magento site migrated on another server - magento

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

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.

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

Related

Magento 1.9 - Categories & Products Categories Areas Stuck on Loading

I'm getting this issue with categories in Magento 1.9, Issues basically to do with Categories page and product > categories.
My site is not new and it has suddenly happened, the only recent events are style changes and few template changes to product gallery (media.phtml).
Im stuck on categories loading... I even left it over night.
image screenshot
It's a nightmare.
I have no console errors except for GET https://www.SITENAME.com/skin/adminhtml/base/default/fonts/fontawesome/font-awesome.css net::ERR_ABORTED which being fontawesome I feel is not related to this.
Has anyone else had this and found a solution?
One suggestion I found was to change mod security in cpanel. I can't change mod security as my cpanel/whm doesn't have that option, possibly as this issues was 4 years ago.
Please save me!?
Below are some fixes that help you to resolve the issue:
Try a different browser.
Disable mod_security and add whitelist: Check your mod_security audit log and if you see entries from the admin backend, have your host investigate and temporarily disable the module. If your issues goes away, ask your host to whitelist your admin backend.
Check your www vs. no www redirects: Make sure you’re only using one form of redirection, either in cPanel, Magento, or .htaccess.

Unable to connect to Magento admin panel

I have an issue with Magneto community and we are using "bizarre" theme. Everything was working fine till last night and I was modifying the categories and products, today morning it seems that there's some issue with admin panel.
When I am logging in with my user id password, it takes me to the index page every time not to admin panel, it works for a while but when I try to go to any settings like "system>configuration> etc" it takes me again to the main page of the website (frontend).
I think you have a problem with cache management.
Try to delete var folder in the [YOUR SITE PATH HERE]/magento/var
Additionally, it might be useful to you. Here is 3 ways to turn on/off cache in Magento

Associated products not showing up in frontend in Magento

working with Magento 1.5.1 my grouped products don't show their associated products in the frontend (the list with their prices), however everything is fine on the backend and the other type of products (Simple and configurable) are ok in frontend.
It just don't load the grouped.phtml file, how could I debug the page loading process ? or even better, any ideas how to fix this problem?
Thanks in advance
The problem was an extension that overwrites the grouped product generation file and it created a conflict.
After commenting a code line in its .xml, everything's back to normal.

How to solve 404 not found problem in Magento

I have installed full release Magento on localhost from http://www.magentocommerce.com/download. Before doing installation I have created a database and import Magento sample database (downloaded from Magento site).
After that continue installation process. When I checked fronted its shows Best Selling Products when I clicked any of the product it gives error given below:
Whoops, our bad...
The page you requested was not found, and we have a fine guess why.
* If you typed the URL directly, please make sure the spelling is correct.
* If you clicked on a link to get here, the link is outdated.
What can you do?
Have no fear, help is near! There are many ways you can get back on track with Magento Demo Store.
* Go back to the previous page.
* Use the search bar at the top of the page to search for your products.
* Follow these links to get you back on track!
Store Home
My Account
I am new to Magento.
I've experienced this too. In the admin go to System > Index Management and rebuild the various catalog indexes, especially the URL rewrites.
This is because the sample data doesn't have it's paths stored to begin with, it needs to be calculated, and the Best Selling Products section doesn't read the actual paths in use, instead it is a Static CMS Block with it's HREFs fixed. This will probably never occur for products you enter yourself so it's nothing to worry about.
I had the same problem in Wamp. I had my folder named Magento, renaming it to magento, fixed the problem. (Lower case)
I had a similar issue, I was transferring Magento from a Unix server to a Windows server. My issue was to do with links looking like this (not working)
http://www.magentoshop.com.au/shop/product01.html
instead of
http://www.magentoshop.com.au/shop/index.php/product01.html
Haven't worked out how to fix all links yet, but just adding it tells me where the issue lies. Hope it helps someone else.

Magento Problem

I am running a store on Magento. For some reason the "Recently Viewed", "Related Items" and "Featured Items" blocks have all disappeared from my site. They where definitely there yesterday so I'm not sure what's happened to them.
Featured Products is an extension I use and show on the home page using:
{{block type="featuredproducts/listing" template="inchoo/block_featured_products_main.phtml"}}
Does anyone have any idea what the problem could be?
Reindexing my products fixed this.
system > index management
Probably some Blocks that don't render. Check your /var/log/errors.log for clues (1) and remove the module if is giving you problems(2).
This one here is trying to load the Featuredproducts_Block_Listing class. Check if is there and if is not misspelled.
Have you added any custom module to magento related to products like feature products or products on sale, if yes then just make it false from XML file /app/etc/modules/module.xml
and then refresh or delete the cache and try again with front end.
If this will not work then just simply delete all cache, session and logs. and refreh the web page it will work.
Thanks
Magento Development

Resources