ezramorse / Zoom-Magento-FPC

The Zoom Full-Page Cache for Magento (by Ezra Morse of EZAPPS)
http://www.ezapps.ca/zoom-magento-full-page-cache.html
53 stars 34 forks source link

backend 404 error when I open View Page Cache #5

Open senders opened 11 years ago

senders commented 11 years ago

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 commented 11 years ago

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 commented 9 years ago

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 commented 8 years ago

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 commented 8 years ago

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

Turcheg commented 6 years ago

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>