Layout/Theme is empty?

Dear suites,

I recently installed suiteCRM on my directadmin. Now when I first try to login, the style is empty?

When I login, things get even worse.

crm

Did I install something wrong?

Yours sincerely,

Patrick

Hi,
looks like you have a file permission issue (chown/chmod). Did you follow a manual like this one?

Try resetting your permissions!

On Linux;

  chown -R www-data:www-data .
  chmod -R 755 .
  chmod -R 775 cache custom modules themes data upload

Thank you it has been resolved! Apparently I never actually set permissions correctly in directadmin. I do not have access to a terminal hence my confusion. You can use the filemanager to set permissions.

1 Like