After installation no CSS loaded

Hi everyone,
I just installed the latest version 7.11.15 and all good but after click login I have no CSS

Problem found, the permission on the cache/template folder and sub-folders

1 Like

Try rerunning your permissions commands;

  sudo chown -R www-data:www-data .
  sudo chmod -R 755 .
  sudo chmod -R 775 cache custom modules themes data upload
  sudo chmod 775 config_override.php 2>/dev/null

For more info see the installation guide

1 Like

Ah ok, I missed a couple, thanks

Aye, some times you may have to run them after the install as well (Not sure what causes this but its best to run them all again just to be sure)

yeah, I did that before the installation, Iā€™m doing again

1 Like