SuiteCRM 8.7 installed at Hostinger Cloud, dashboard without dashlets, dashboardstyle.css

It’s my first time with SuiteCRM, I really appreciate your help recently I have installed SuiteCRM using Hostinger Cloud, download at this date the latest version SuiteCRM 8.7, server uses PHP 8.2.21

“SuiteCRM Dashboard” page does not run. dashlets, Add Tabs and edit Tabs remains without load

There are other pages where dashlets, dashboardstyle.css,… don’t work:

Home →

  • SUITECRM DASHBOARD
    Accounts →
  • Import Accounts
    Contacts →
  • Create Contact from vCard
  • Import Contacts
    Leads →
  • Create Lead from vCard
    Opportunities
  • Import Opportunities
    Quotes →
  • Import
  • Import Line Items
    Calendar →
  • Calendar
  • Schedule Meeting
  • Schedule Call
  • Today
    Documents →
  • Create Document
    Emails →
  • Emails
  • Compose Email
  • Vie email

I Try
Admin / Repairs →

  • Quick Repair and Rebuild
  • Rebuild Config File
  • Rebuild SuiteCRM Dashlets
  • Repair Activities

Set the required permissions

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
  • The user and group name (in the above example www-data ) needs to be replaced by the actual system user and group that your webserver runs under. This varies depending on your operating system. Common web server users are as follows:

    • www-data (Ubuntu Linux/Apache)
    • apache (Linux/Apache)

I called to hostinger and inquire that they change exec properties in order to be able to run autoinstaller, now CRM is working with a previous version but already working
Thanks for all your suppourt