Problem installation SuiteCRM in Hostinger

I tried to install SuiteCRM in Hostinger.
This is the error when I write the user, host, and password for connect to the database:
The provided database host, username, and/or password is invalid, and a connection to the database could not be established. Please enter a valid host, username and password.
Any answer?

I am running 2 instances of SuiteCRM on hostinger.

Edit the config file to match the credentials of database. Strange that they are not the same.

Thanks for your reply, the problem has solved. The credentials was right, my mistake was don’t put the correct port in hostname.

Hi,

how you managed Cron jobs on Hostinger. I’ve tried everythig… nothing works…


Nothing helped. Also i have no root access, it’s on shared hosting.

Not sure what the trouble is exactly. Maybe tell us more as to what you have tried.

Go into the Advanced section on the right of Hostinger and set the CRON job.

/usr/bin/php /home/HOSTINGER_USER_NUMBER/domains/YOUR_DOMAIN/public_html/cron.php

Have it run every minute, hour, etc.

TIME of *****

Go into the config.php file of your suitecrm instance and find this in the file:

‘dbconfig’ =>
array (
‘db_host_name’ => ‘127.0.0.1’,
‘db_host_instance’ => ‘’,
‘db_user_name’ => ‘(db_username)’,
‘db_password’ => ‘(db_password)’,
‘db_name’ => ‘(name_of_db)’,
‘db_type’ => ‘mysql’,
‘db_port’ => ‘’,
‘db_manager’ => ‘MysqliManager’,
‘collation’ => NULL,
‘charset’ => NULL,
),


also added allowed users in cofig.php;

Now i have added Echo Hello to cron.php, and I see that cron reached the file:
image

But all schedulers are standing by, nothing happens.

Yes, wow, it has been a long time. I remember I had the same issue.
I can’t remember how I solved it.

It had something to do with clearing out a cache or one of the schedulers was wonky, I would have to look through it but I know I asked the same question in the forums 5 years ago or so. The user @pgr solved it for me.

1 Like

https://community.suitecrm.com/search?q=Hostinger

Which config file? Please provide the details. I am also facing the same issue.

I trued “localhost”,“127.0.0.1”, but they didn’t work. Then the hostinger support team suggest me to try “82.197.28.107”; but still it’s not working.

Please help me.