CSS is not showing after installation at first time

Hi There,
I have install SUITE CRM for first time, but its css is not showing correctly, am I missing something?
It is get installed successfully, all checks were OK while installation.

Getting 403 forbidden error if I check in developer console for files
example :
http://example.com/cache/themes/SuiteP/js/style-min.js?v=ct77Ay895j1nz_vjyEpJUg

Status: 403 Forbidden

Version: HTTP/1.1

Transferred: 580 B (380 B size)

Referrer Policy: no-referrer-when-downgrade

Any help is appreciated.

Thank you.

Hi and welcome!
have you updated ownerships/permissions like described in the manual?

Like Diligent said, you want to run the following permissions;

  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

More info can be found here;

Thank you for reply, I am using shared hosting, I have changed permissions for below folders

cache, modules, custom, themes, data, upload and for config_override.php file using UI but still I cannot see themes? is there any other procedure to follow for Shared hosting?
Changed permission to main (root) folder as 755 and all above mentioed folders as 775

Capture

Have you changed the owner/group to that of the webhost used?

Hi Mac-Rae,
thank you for reply, sorry i missed to changed owner of webhost. in my case it was ‘nobody’.
After I changed owner, it is solved. thank you for your help.

1 Like