Hello, I’ve just installed the version 8.8 on my server (no prior version installed) and it looks like there are some missing CSS files.
How can that be fixed?
Thanks.
Set the correct permissions on the SuiteCRM directory (Linux):
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
Thank you for the fix.
1 Like