Translate 404 page in Magento - magento

I've translated a whole webshop for a customer. The only page I still need to translate is the '404 not found' page. But I can't find it anywhere on my server.
Does someone know where the 404 page is located.
I'm talking about .csv files here.

For Magento 2:
The 404-page is located in Content > Pages, with title 404 Not Found.
Picture of Magento 2-menu
Within the Stores > Configuration > Web, you set which page to load when encountering a 404-error. The default is the "404 Not Found".
Picture of Magento 2-settings for selecting 404-page
To translate, there are then two options, 1) Edit existing 404-page. 2) Create a new page and select it as the default 404-page in the Store configuration. In these settings, make sure to select the appropriate store scope.
For Magento 1:
Process is similar, "404 Not Found" page can be found in (menu) CMS > Pages. The settings to select which page that gets delivered as the 404-page is in (menu) System > Configuration > Web, and search for "CMS No Route Page".

To get 404 page in magento
You have to create 404 page with url key as no-route on magento backend.
You can create custom html contents/designs for 404 page on the editor itself.

Related

How to get the admin login page in magento if it is showing 404 Error page not Found?

I am doing a project in Magento.I have uploaded the project onto the server, the front end design of the project is showing correctly but when the admin login page is retrieved, its showing 404 error page not found.I have tried many solutions shown in the links below:
Magento 404 on Admin Page
But still it is not working.Can anyone suggest a solution for this?
I had a similar issue. After moving from one server to another admin showing 404. Problem was in configuration. In System->Configuration->Web->Secure->Use Secure URLs in Admin was set to "Yes", but https wasn't configured.
I'm in table core_config_data found row with path "web/secure/use_in_adminhtml" and set "value" = 0.
The problem is not widespread, but you can check this. Hope this helps

I have disabled products in magento which are showing 404 not found crawling error

I have disabled products in magento which are showing 404 not found crawling error,I want to remove this crawling errors for seo
When you try to visit disabled product in Magento then it shows 404 error. In order to open product details correctly you must mark product as enabled.
just update your latest sitemap and submit it to google. Google take some time to update your sitemap till sitemap not update you can use redirect disabled product url to home page url.

urls giving 404 in joomshopping joomla

I am trying to use joomshopping extension for Joomla to list products.
I added products on home page.
But clicking on an individual product(or Buy or Detail) leads to a 404 page
e.g. Buy has a linkhttp://dev-joomla.mytest.com/cart/add?category_id=1&product_id=2
and
Detail has linkhttp://dev-joomla.mytest.com/product/view/1/2
In the backend it's like this
What could be the issue ?
Following solved the issue
In System -> Global Configuration , set the following options to No

Custom 404 page in Magento

I know you can create and customize 404 pages directly within the Magento backend. However, I am wanting to completely use my own 404 customized page and was wondering how to do this.
I have created a 404.html file and added it in the root of my magento installation. However, I don't see in the .htaccess file how magento currently is redirecting the 404 to the CMS 404 page. How can I have it redirect to my custom 404 html file instead without causing some sort of never ending redirect loop?
Thanks!
404 page set from backend
System>Configuration>General>Web>Default Pages > YOU CAN FIND CMS No Route Page which will be default Magento CMS PAGE 404
for custom 404 page you have to create new cms page and you have to call your CUSTOM.phtml file in your new cms page after then go to the
System>Configuration>General>Web>Default Pages >CMS No Route Page > you can see your cms page and set your page as 404 page
I know it is quite an old question, but I've found the answer in this tutorial: http://alanstorm.com/magentos_many_404_pages
It explain very well how to make really custom 404 error page.

Compilation renders my home page content blank

I want to enable Compilation on our Magento website, but when I enable it, I get blank content for my home page. It stops rendering before outputting the menu. Category and product pages seem to be fine.
We use the Mercado theme, and the home page uses a HomepageGrid block which is a CMS page.
Could anybody provide some insight?
Thanks
all you have to do is to check your error log. blank page means php error, and your output configured into error log, not screen. possible places to look: path_to/magento/var/log/ files system.log and exception.log. or /var/log/ and folders httpd/error_log etc. looks like you have some module like featured products or other custom stuff on front page, check your CMS > Pages > Homepage content. thank you

Resources