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

Can't see in frontend #23

Closed
R11baka opened this issue Jun 21, 2013 · 5 comments
Closed

Can't see in frontend #23

R11baka opened this issue Jun 21, 2013 · 5 comments

Comments

@R11baka
Copy link

R11baka commented Jun 21, 2013

I cant see in frontend.Magento 1.7.0.2.Use not default store,and theme.In backend all ok.
No included any js file

@r-martins
Copy link

did you put the files in the correct folders? specially the layout xml files...

@eporsche
Copy link

i think the problem is that one file gets linked to two destinations:

in the modman file:
#frontend
design/layout/debug.xml app/design/frontend/base/default/layout/debug.xml
design/template/debug app/design/frontend/base/default/template/debug
#admin
design/layout/debug.xml app/design/adminhtml/base/default/layout/debug.xml
design/template/debug app/design/adminhtml/base/default/template/debug

frontend does not get linked... i am using bragento installer

@eporsche
Copy link

this one works with bragento installer: https://github.com/mr-jingles/magneto-debug.git

@madalinoprea
Copy link
Owner

Closing this.

I don't have an idea why reported issue occurred. Usually we have several suspects (I should probably document those):

  • Magento is not configured to accept symlinked template files
  • Apache is not configured to follow symlinks (see Option FollowSymLinks)

@r-martins
Copy link

Just try to see if it's loaded in html but not shown.
There's a bug in new versions of magento, that is easy to correct. The js/css selector finds more than one element. You just need to fix that line if this is the problem.

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

4 participants