404 Error Page at first login to admin panel - Magento - magento

Since a few days I have the weird issue, that when I first login to my magento admin panel, it will show a 404 error page. The header and menu items are all visible but the page content shows 404.
As soon as I click any given link, it will work and also the overview page works normally.
I have tried the common tweaks to resolve it, I couldn't fix the problem yet though.

I have the same problem and from the comments there is no comprehension of the sequence. This only happen for the FIRST LOGIN, but is is only the "main page content (<div id="page:main-container">) that has the 404 error, not the entire page. So the header and menu are still accessible. As in the original question once selecting a menu item everything works. That is to say my login page is https://somewesite.com/admin/dashboard/ and the dashboard does not load but generates a "404 page not found", but clicking the dashboard menu button displays the DashBoard.

Related

Translate 404 page in 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.

Joomla 2.5 redirect to requested page after login

In joomla 2.5 user's are taken to predefined page after they have logged-in.
But i need to redirect users to the previous page after they have logged-in, i have tried to search for it every where but i am unable find proper solution explaining what core file i need to modify ?
All you need is an article with a little piece of javascript to browse the history of the user and call the page before the login form. Redirect the user on it on log in.
If you have a menue item (User/Login Form), there is, on the right hand side of the screen, a tab called Basic Options. The first field is called "Login Redirect". Put the article's URL there.
If you use the module: Again in the tab "Basic Options", you can redirect to Any menue item you want, so set a menue item (it has not to be actually showing up somewher) for the article

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

The module creator for Magento gives me a blank page when seeing the admin page for it

I am using Shell's module creator and when I load up the Brands.php block for the admin panel to CRUD my custom database for my module, I am given a blank page upon clicking Manage Items from the Brand menu. Have you any idea why? I checked the error logs and there's nothing there.
From the image it looks like the Grid_Container isn't getting loaded into your layout. Try enabling Template / Block hints and seeing if there is anything loaded. I'm guessing your layout is misconfigured/missing.

ScriptManager error while loading a page

I just put an ASP:scriptmanager within my login page and for the use of a tag cloud. And after login providing uname and pword redirect to home page.
My home page consists of a master page and I put an ASP:scriptmanager within the master file. But when the home page loads, the following error appears:
"The control with ID
'AutoCompleteExtender1' requires a
ScriptManager on the page. The
ScriptManager must appear before any
controls that need it. "
My home page has several controls used with Ajax.
Can any one help me?
first thing you should test wethere you have created an script manager or not
test it by viewing the page source in html if there is any entry not speciting the scriptmanger then its seems that your page is not have any scripmanger on the parent page or the child page.

Resources