cancel
Showing results for 
Search instead for 
Did you mean: 

Irregular screen

SOLVED

Irregular screen

After installation the screen appeared like this, how to fix it?
I tested on Chrome and Mozilla, the two are like this.

 

2017-12-21 - Erro Chrome.jpg

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Irregular screen

You can download file from below location or just create .htacess file at your respective location,

for pub folder,

https://github.com/magento/magento2/blob/2.2/pub//.htaccess

and for pub/media folder,

https://github.com/magento/magento2/blob/2.2/pub/media/.htaccess

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

9 REPLIES 9

Re: Irregular screen

Hi @mcappell,

 

It seems your skin files are not available.

Can you check on your browser's console those URLs? Probably you're getting an error 404.

Try to access to that URL and see what is happening.

Also, please be sure those files are in place into the project directory.

Re: Irregular screen

I change something in php.ini user.ini?

Re: Irregular screen

@mcappell firstly, please check if you have .htaccess file under the root folder, /pub and /pub/static/ folders. If not, then just download .htaccess file from the magento version you use and insert into the proper place.

 

If it's not a problem, then please check the rights on the folders with the command "ll" in the temrinal. If you don't have write access to /pub/static/ folder, than run next command in the teminal from the magento root:

sudo chmod -Rf 777 pub/

 If it doesn't help, try the last one step. Remove next folders:

pub/static/_requirejs

pub/static/adminhtml

pub/static/frontend

and file:

pub/static/deployed_version.txt

and run next commands in the terminal under the magento root directory:

sudo php bin/magento setup:static-content:deploy
sudo chmod -Rf 777 pub/ 

 

Re: Irregular screen

Where do I download .htaccess

Re: Irregular screen

Maybe you can download from Github: https://github.com/magento/magento2/tree/2.2-develop/pub/static

 

Be sure to set the same version you're using.

Re: Irregular screen

I'm using Magento-CE-2.2.2-2017-12-11-09-19-32

Re: Irregular screen

Just download it from the repository 

https://github.com/magento/magento2/tree/2.2

or make copy-paste but create .htaccess file on your magento installation before.

Re: Irregular screen

You can download file from below location or just create .htacess file at your respective location,

for pub folder,

https://github.com/magento/magento2/blob/2.2/pub//.htaccess

and for pub/media folder,

https://github.com/magento/magento2/blob/2.2/pub/media/.htaccess

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Irregular screen

Actually apart from /pub/media/.htaccess you need /pub/static/.htaccess