elakioui
elakioui

Reputation: 177

prestashop 1.6, css files isn't loaded in back-office

After charged project into server, css files isn't loaded in back-office,despite I emptied the cache, but in front-office all things is nice.

css files i need to load is admin-theme.css and overrides.css. they exist in
\admin-xxx\themes\default\css folder .

Upvotes: 1

Views: 5672

Answers (2)

Pawel Gumiela
Pawel Gumiela

Reputation: 2030

The solution is in changing the path to the CSS and JS.

Probably your problem is connected with .htaccess file.

  1. Navigate to Preferences -> SEO & URLs.

  2. Set Friendly URL option to No and click Save button.

  3. Enable Friendly URL back and save the changes.

  4. Now .htaccess should be successfully regenerated

  5. Check your back office again.

Upvotes: 3

elakioui
elakioui

Reputation: 177

I found the solution. PrestaShop was using an old admin directory, because I have done migration from 1.5 to 1.6. I've changed the name of this directory and now everything is ok.

Upvotes: 0

Related Questions