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

404 in backend section + nothing on frontend #13

Closed
theredled opened this issue Jan 5, 2012 · 6 comments
Closed

404 in backend section + nothing on frontend #13

theredled opened this issue Jan 5, 2012 · 6 comments

Comments

@theredled
Copy link

Hi,

I am using Magento 1.6.1 (+ installation with modman) and I'm encountering some issues :

  • I have a "Debug Toolbar" item in the configuration backend page, but clicking on it gives me a 404 error.
  • Nothing new on frontend

Additional infos :

  • "Magneto_Debug" does show in Configuration/Advanced
  • debug table is not present in the databse
  • symlinks are activated

Many thanks !

@madalinoprea
Copy link
Owner

Hi,

Try to logout from and admin and login again to get new permission added by the module. Clear cache to register module's layout updates.

There is no debug table required so it's fine that it doesn't exists.

Good luck,
Mario

@theredled
Copy link
Author

Great, thanks for your quick answer, works in backend !
But nothing still appears on frontend - note that I have filled my IPs as asked (and cleared cache).

Ok for the table, I've probably misread something (or smoked something else)

@theredled
Copy link
Author

Okay, I fixed my problem. Apache didn't allow symlinks ; then I couldn't access toolbar.js ; I've put "Options FollowSymLinks" in .htaccess and it's ok.

But the debug menu still does not appear, probably due to an error in toolbar.js (Safari, Firefox) :

Node cannot be inserted at the specified point in the hierarchy
document.documentElement.childNodes[0].appendChild(script)
toolbar.js (ligne 14)

@theredled
Copy link
Author

Fixed that last issue by replacing

document.documentElement.childNodes[0].appendChild(script)

by

document.head.appendChild(script)

A "parse" error was caused by a <!--<![endif]--> between <html> and <head> in my layout.

Nice work anyway, works like a charm now !

@violentlyjoyous
Copy link

This issue should be resolved by my open pull request. Thanks!

@madalinoprea
Copy link
Owner

Pull request merged. Thanks.

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

3 participants