Skip to content

Wrong stylesheet path when installing master branch and sample data #1687

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

Closed
nhc opened this issue Aug 17, 2015 · 1 comment
Closed

Wrong stylesheet path when installing master branch and sample data #1687

nhc opened this issue Aug 17, 2015 · 1 comment

Comments

@nhc
Copy link

nhc commented Aug 17, 2015

Having had this issue #1610 I followed the newly updated instructions in the devdocs which states to use the master branch not the develop branch

So I installed the master branch and all went well except for one thing - the head section of the generated html contains this which causes the body of the home page not to display properly

screenshot 2015-08-17 13 45 03

All other references to stylesheets work as you can see here

<title>Home Page</title>
<link  rel="stylesheet" type="text/css"  media="all" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/mage/calendar.css" />
<link  rel="stylesheet" type="text/css"  media="all" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/styles-m.css" />
<link  rel="stylesheet" type="text/css"  media="screen and (min-width: 768px)" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/styles-l.css" />
<link  rel="stylesheet" type="text/css"  media="print" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/css/print.css" />
<link  rel="icon" type="image/x-icon" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/Magento_Theme/favicon.ico" />
<link  rel="shortcut icon" type="image/x-icon" href="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/Magento_Theme/favicon.ico" />
<script  type="text/javascript"  src="http://178.62.22.124/pub/static/frontend/Magento/luma/en_GB/requirejs/require.js"></script>
<script  type="text/javascript"  src="http://178.62.22.124/pub/static/_requirejs/frontend/Magento/luma/en_GB/requirejs-config.js"></script>
<link  rel="stylesheet" type="text/css"  media="all" href="http://localhost/pub/media/styles.css" />            </head>

I tried altering the base url of the site in the admin but this has no effect.

@vpelipenko vpelipenko added the MX label Aug 17, 2015
@piotrekkaminski
Copy link
Contributor

I cannot reproduce it @nhc can you check on latest version?

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

No branches or pull requests

4 participants