Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend 404 error when I open View Page Cache #5

Open
senders opened this issue Nov 5, 2012 · 5 comments
Open

backend 404 error when I open View Page Cache #5

senders opened this issue Nov 5, 2012 · 5 comments

Comments

@senders
Copy link

senders commented Nov 5, 2012

When I try to open "View Page Cache" in the Magento Backend.
I am getting 404 error.
This happens on more than one installation.

Do you have ideas, hints?

URL is: /index.php/admin/ezzoom/adminhtml_ezzoom/

Kind regards,

Sebastian

@sloth456
Copy link

When installing any magento extension you need to check the following

  1. After installing a magento extension make you either disable magento compilation or recompile

  2. Make sure you have flushed magento's cache

  3. If you are logged into the backend, logout and log back in again

If you are sure you have done all 3 then you may have a new error.

@nilands55s
Copy link

I am having the same problem on Magento 1.6.2.0. I can't seem to find a URL that will work? anyone have a fix on this?

@APanteleychuk
Copy link

I have this problem too, version 1.8.1.0
/index.php/admin/dashboard/index/key/
Do you have a solution to this problem ?

@derbas2
Copy link

derbas2 commented Apr 5, 2016

Did anyone find a solution for this? This is definitely not an clear cache & log in/out problem.
Thank you for your help!

@Turcheg
Copy link

Turcheg commented Feb 21, 2018

Add this to app/code/local/Ezapps/Zoom/etc/config.xml

<admin>
    <routers>
        <ezzoom>
            <use>admin</use>
            <args>
                <module>Ezapps_Zoom</module>
                <frontName>ezzoom</frontName>
            </args>
        </ezzoom>
    </routers>
</admin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants