patrickbromley
patrickbromley

Reputation: 1

Display problems after a fresh install of Magento 2.0.2

I am having some trouble with the display on both the front and back end after installing Magento 2.0.2. This is a fresh install.

I can't see any error codes. I have looked through and tried using information for similar issues on previous posts, but none are using Magento 2.0.2 and i cannot figure out how to fix the problems. I think it could be an apache re write issue, but perhaps someone might have more insight into what could be causing the display problems.

I have put a couple of screen grabs below, any help is greatly appreciated.

Front End

Back End

Upvotes: 0

Views: 100

Answers (2)

Alex Gusev
Alex Gusev

Reputation: 1854

If your Magento instance runs in the "developer" mode please validate this conditions:

  • "mode_rewrite" is enabled on your web server;
  • .htaccess files are allowed by web server configuration (AllowOverride All);
  • your web server has write access to ./pub & ./var folders under your Magento 2 instance;

Upvotes: 0

Nicolas
Nicolas

Reputation: 66

It's a deploy issue of Magento 2. Run this command on your magento directory:

php bin/magento setup:static-content:deploy

You can see more at here

Upvotes: 0

Related Questions