Reputation: 177
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
Reputation: 2030
The solution is in changing the path to the CSS and JS.
Probably your problem is connected with .htaccess file.
Navigate to Preferences -> SEO & URLs.
Set Friendly URL option to No and click Save button.
Enable Friendly URL back and save the changes.
Now .htaccess
should be successfully regenerated
Check your back office again.
Upvotes: 3
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