SuiteCRM 8.5 fresh install layout problems

I am trying to install SuiteCRM 8.5 on a Linux shared server but I see some problems. The install went smooth without any warning, however as I log in I see a very messy non-styled layout in the home and some other pages. Some pages look fine, but I don’t understand what could be the issue.

Any ideas?

If you are using the terminal you can do this by running:

find . -type d -not -perm 2755 -exec chmod 2755 {} \;
find . -type f -not -perm 0644 -exec chmod 0644 {} \;
find . ! -user www-data -exec chown www-data:www-data {} \;
chmod +x bin/console

Hello! I also couldn’t find the problem for two days… I have VPS with Hestia control panel installed. But I was lucky and found an excellent tutorial on how to install:

I hope this helps you)

I actually got it fixed by editing config.php file. I also however fixed permissions via ftp. I do not have terminal access.

Now I am having another issue with lots of undefined labels.

It looks like I did solve the issue by manually changing permissions for cache files and folders.

Awesome! you could mark solution.

Blog link

I did follow this tutorial, however ended up with the above issues abd still had to work on it to get everything fixed.