After installing the SuiteCRM on GoDaddy - the final screen before and after login - gui is screwed

After ubstalling the suitecrm on godaddy server. I am getting the screen GUI in very bad shape. I am not sure how to upload the image. Example is :
removed from here the snapshot.
is definately not the correct look. I guess I am missing something, but could not figure out what. Please help me, What I need to enable at my browser or at godaddy server.

If it helps - during composer install, I got this :

friendsofphp/php-cs-fixer suggests installing php-cs-fixer/phpunit-constraint-xmlmatchesxsd (For XmlMatchesXsd constraint.)
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run ‘./vendor/bin/upgrade-carbon’ to get help in updating carbon and other frameworks and libraries that depend on it.
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested.
Generating optimized autoload files
Carbon 1 is deprecated, see how to migrate to Carbon 2.
https://carbon.nesbot.com/docs/#api-carbon-2
You can run ‘./vendor/bin/upgrade-carbon’ to get help in updating carbon and other frameworks and libraries that depend on it.

rm -R -f vendor/elasticsearch/elasticsearch/tests/Elasticsearch/Tests
rm -R -f vendor/elasticsearch/elasticsearch/tests/Elasticsearch/Tests


I found the answere. The permissions were not correctly set for the directory. I added chmod to change the permission of directory and it worked perfectly.

1 Like