Magento sites showing blank frontend and backend - magento

I have 3 magento sites in a single server: www.site1.com, demo.site1.com, site2.com. All 3 magento sites were working fine.
Then, all of a sudden, site1.com's frontend and backend showed blank. Now demo.site1's frontend is showing blank, and admin panel is working fine. site2.com is working fine for both frontend and backend.
Why these sites are showing blank in frontend and backend? We are using amazon server, with only 60% space used.

delete maintainance. flag file or rename it.... it's present tin root of the magento site : Service Temporarily Unavailable Magento?

Related

Magento Navigation Bar is not appearing after uploading it to server

I've recently built a Magento Store website using xampp at my local server and after all the build I uploaded it into the server and then tried to start, it does not show the top navigation bar.
I tried adding the categories in the catalog again and reindexing the indexers of Magento using SSH. Also tried to refresh all the cache.
On Localhost:
Image of Localhost
On Server (Hostgator):
Image of Server

How to develop a magento webisite on localhost?

I moved my live site in the localhost. Website was developed in CMS which is Magento. Now I don't know how to edit it or further develop the website. I have Magento installed on my localhost.
Problem 1. website does not work on local-host. but the first page
only, all the other pages shows missing 404.
Problem 2. How do I develop magento website offline on local-host?
website does not work on local-host. but the first page only, all the other pages shows missing 404.
The most likely cause of this is your localhost webserver does not (if it's apache) have mod_rewrite enabled.
Problem 2. How do I develop magento website offline on local-host?
You develop it by editing its files!

magento quickstart theme in local server but while login using admin front end it will redirecting to anothe page

I have purchased “Flipshop – Multipurpose Responsive Magento Theme” and i have installed the quickstart theme in local server but while login using admin front end it will redirecting to this page http://dev.ytcvn.com/ytc_templates/magento/sm-flipshop/.
i have changed the base url and secure url on ‘core_config_data’ table but redirecting to http://dev.ytcvn.com/ytc_templates/magento/sm-flipshop/.
Flush all caches using admin panel.
Go to root/var folder and ensure you remove cache/ and full_page_cache/
If that doesn't work please post your log tail -500 inside root/var/log/exception.log or root/var/reports/4353reportnumber.

Internal Server Error 500 in only one Storeview of Magento

I'm running Magento 1.7.0.0 multistore and a few times a day I get the famous "Internal Server Error 500" in my browser.
When navigating to Magento backend or a different Magento Storeview, the backend and the Storeview are still available and show no Internal Server Error.
Visiting the homepage or any category page, product page or cms page doesn't make a difference.
After flushing /var/sessions, the frontend is available again.
So, what I've done already:
I think it's not related to permissions, as these are set properly. I ran Magento-Cleanup.php a few times, and that's not changing or helping.
I checked settings in htaccess. These seem to be good.
SID is off. With or without SID doesn't make a difference
Logs show no issues that could cause this.
Help!
Can you change your PHP setting to use Apache rather than fastCGI? I've seen this error before with FastCGI on some servers

Magento not using appropriate URL - 404 Page not found

I have a magento site running locally using WAMP and it works great. However I need to create a different site so I created a folder for this new site under htdocs.
In that folder I loaded the Magento files.
Created a new database for newsite with all rights in phpmyadmin.
Went to the localhost:8888/newsite and started Magento installation wizard.
In the configuration section of the wizard I entered all the info required: db name, user, password. For URL Base I used the default (http://localhost:8888/newsite). Selected allow charts and Allow apache rewrites. Finished installing magento.
Now magento is running on newsite. I can see the front and back-end of the site.
Here is the problem: When I create a category and/or subcategory, magento does create the menu link but when I click any category, the browser takes me to a 404 not found. Upon analyzing the URL that took me there i see that the URL is : http://localhost:8888/newsite/category.html BUT by adding "index.php" into the URL (http://localhost:8888/newsite/index.php/category.html , the page does work!
So this means magento IS creating the page for the category but the linking is somewhat wrong.
Now, I've been making sure that rewrite is enabled and after all, the other site I mentioned I have is working properly, so I assume rewrite is properly enabled.
So I need help finding:
Why is one site working and the other isn't?
How can I fix this issue?
Thank you!
Sounds like you haven't copied over the .htaccess file (in your Magento root folder). You need this file for the Apache rewrites to work.

Resources