Service Temporarily Unavailable in Magento - magento

Hi i have this staging website which i develop magento e commerce platform. I encountered an error which i dont know what happened. The error goes something like this
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
I keep on fixing this error but i found out that the error doesnt comes from the files. I tried to add an error php code to test if it executes, But nothing happened. I tried to search on google and it says that
Step1: Go to magento root directory.
Step 2: Find the maintenance.flag file and delete it.
I already follow this steps. But nothing happened. Can someone help me figured this thing out? Cause ive been stuck on this. Any help is muchly appreciated.

Just remove the file maintenance.flag from your Magento root directory and your website is back. OR It could be a server issue, timeout and so on.

First, put some test file to the docroot of the magento and see if it works, for example
<?php
phpinfo();
If it works, then check the apache/nginx logs, but i think the problem is with the web server / lb.

Related

Error empty response when logging in magento admin

I really stuck on this issue, everytime i log in into magento admin, it's give me an ERR_EMPTY_RESPONSE on google chrome and Connection reset on Mozilla.
The shop is still accessable, but it's load very slowly. It's working fine before, and suddenly become like this.
I can't find a similiar issue like this, mostly are the shop that return an empty response and they still can access the admin page and it's caused of enabling flat category/products set up.
I'm not sure if client enabling the flat category/products. If it so, what table should i edit using phpmyadmin?
since i can't access the admin page, or there are another thing that cause this? some error code, some files missing in admin directory or htaccess thing, actually i'm not doing changes on htaccess before. Really need your help.
Restarting apache and mysql worked for me
service httpd restart
service mysqld restart
Hope this helps.

blank page when loging in to backend part to magento

I recently updated all of my features in Magento from 1.8 to 1.8.1 and after that I’m having problems to log in to the admin dashboard. If i go to “www.example.com/admin” i get a 500 Internal Server Error error and was googling around i wasn’t able to find a solution.
Then i noticed i can go to “www.example.com/index.php/admin” and then all it returns is a blank page. And after hosting the log in page locally sending the right information to the original hosting service i get logged in, but the dashboard is totally blank.
I’ve tried all of the mighty google advises I’ve found, for example, clearing catch, changing permission to folders, looking in log-files for solutions, changing in the .htaccess, etc. But still haven’t found out what the problem is. Anyone had the same problem and maybe has a solution or advice?
Thanks in advance!

Problems with moving site to VPS

I moved my site to a VPS server and now I'm getting this error:
Error displaying the error page: JERROR_COULD_NOT_FIND_TEMPLATE
What is it about? Is it a problem with my hosting or just something wrong in the configuration?
I would try:
Disabling all plugins and moudules which were not there when you installed joomla for the first time.
I would also look at your configuration.php to make sure everything is accurate.
First check permissions for the files and then check that your configuration.php file is present and readable and that the MySQL connection settings are still correct.

Redirect to Zencart showing 403 error

I am using both Chrome and Firefox to visit Zencart website but in return I am getting error like this
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
Can someone tell me where I am doing wrong? Any help and suggestions will be appreciable.
I thought I would try and help you since no-one else has... though I guess the reason no-one else has is because of so little info in your question. I'll assume this is happening in every browser since it seems to be a server issue. First step in resolving this is to check you have the correct file permissions for the varios directories. Check this guide for details:
http://www.zen-cart.com/content.php?51-how-do-i-set-permissions-on-files-folders
If all is OK there, then it is probably one of two things, either a server config issue... do you have an htaccess in the root of your site that is restricting access?
Secondly, it may be a corrupt file in there somewhere, try deleting everything and downloading zen cart again.
You havent said here if this is a new installation, if so the last solution above may be your best option. If not, then I will try to help further if you can post server logs and give some more details of what is happening, what you have done, what kind of server you are hosting on etc.
If its a developed site and you dont have a backup then you sir are a silly bear and should look into some sort of version control such as bitbucket for your future projects.
Finally, although I would post some more details here and try again to get some help, there are not many people looking at zen cart on this site so it may be worth trying the zen cart help forums. http://www.zen-cart.com/forum.php
Hope this helps.

The page isn't redirecting properly when install magento 1.6

When I install magento 1.6, it shows below errors, thanks for giving some advise:
The page isn't redirecting properly
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
I was seeing the same error message when installing the Enterprise training environment. I just needed to delete app/etc/local.xml to clear out the default settings and allow the install process to proceed.
Had the same problem. I needed to delete database and create a new one. Even if the previous one was empty without any table. Still don't know why, but I found this solution from somebody who had the same problem.

Resources