Problem during first login

This is my first post here. I’ve just installed SuiteCRM because seems the best choice in free CRM software. But I can’t log despite installing successfull. I get several errors like this in the log:

Sun Mar 24 23:31:48 2019 [15606][-none-][FATAL] [ERROR] Failed to index bean to index
Sun Mar 24 23:31:48 2019 [15606][-none-][FATAL] [ERROR] InvalidArgumentException: Failed to parse Host URL ‘http://’ in /home/****/gestion/lib/Search/ElasticSearch/ElasticSearchClientBuilder.php:103
…

And this:

Sun Mar 24 23:32:10 2019 [15606][1][FATAL] [ERROR] Failed to index bean to index
Sun Mar 24 23:32:10 2019 [15606][1][FATAL] [ERROR] SuiteCRM\Search\Exceptions\SearchException: Elasticsearch trying to re-indexing a bean but indexer is disabled in configuration. in /home/****/gestion/lib/Search/ElasticSearch/ElasticSearchHooks.php:121
…

Can anyone help me, please? I don’t know what to do…

Thank you so much!!

Hi, welcome.

If you give us more details about your installation that would be great. SuiteCRM version, PHP version, OS…

Also check that you have the correct value in config.php for these properties:

host_name
site_url

These should be filled during installation, but if you failed to do so you can tweak them in that file. They should look like this:


  'host_name' => 'my.domain.org',
  'site_url' => 'http://my.domain.org',