Hello Michal.
I ran this using the Docker-Compose file. This didn’t require utilizing separate components; this was your own Dockerfile. And the exact same error message appeared as everyone above each and every time I attempted install via Docker Compose:
“ERROR! LBL_MINT4_AUTH_LOGIN_ERROR”
I had edited the .env file with updated User and Pass components, but I was unable to login. And when I looked at my Docker logs, apparently the Docker installation was failing from the get-go anyway:
…
#12 /var/www/MintHCM/legacy/MintCLI/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#13 /var/www/MintHCM/legacy/MintCLI/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#14 /var/www/MintHCM/MintCLI(12): Symfony\Component\Console\Application->run()
#15 {main}
thrown in /var/www/MintHCM/legacy/modules/OAuth2Tokens/OAuth2Tokens.php on line 134
Fatal error: Uncaught Error: Call to a member function convert() on null in /var/www/MintHCM/legacy/modules/OAuth2Tokens/OAuth2Tokens.php:134
Stack trace:
#0 /var/www/MintHCM/legacy/modules/OAuth2Tokens/metadata/SearchFields.php(67): OAuth2Tokens::getNowDateString()
#1 /var/www/MintHCM/legacy/lib/Search/SearchModules.php(244): require('...')
#2 /var/www/MintHCM/legacy/lib/Search/SearchModules.php(328): SuiteCRM\Search\SearchModules::buildCache()
#3 /var/www/MintHCM/legacy/lib/Search/SearchModules.php(92): SuiteCRM\Search\SearchModules::getAllModules()
#4 /var/www/MintHCM/legacy/lib/Search/SearchWrapper.php(185): SuiteCRM\Search\SearchModules::getEnabledModules()
#5 /var/www/MintHCM/legacy/lib/Search/Index/AbstractIndexer.php(86): SuiteCRM\Search\SearchWrapper::getModules()
#6 /var/www/MintHCM/legacy/lib/Search/ElasticSearch/ElasticSearchIndexer.php(95): SuiteCRM\Search\Index\AbstractIndexer->__construct()
#7 /var/www/MintHCM/legacy/MintCLI/src/Services/ElasticsearchService.php(39): SuiteCRM\Search\ElasticSearch\ElasticSearchIndexer->__construct()
#8 /var/www/MintHCM/legacy/MintCLI/src/Installer/Installer.php(124): MintHCM\MintCLI\Services\ElasticsearchService->reindexElastic()
#9 /var/www/MintHCM/legacy/MintCLI/src/Commands/Install.php(94): MintHCM\MintCLI\Installer\Installer->reindexElastic()
#10 /var/www/MintHCM/legacy/MintCLI/vendor/symfony/console/Command/Command.php(298): MintHCM\MintCLI\Commands\Install->execute()
#11 /var/www/MintHCM/legacy/MintCLI/vendor/symfony/console/Application.php(1040): Symfony\Component\Console\Command\Command->run()
#12 /var/www/MintHCM/legacy/MintCLI/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#13 /var/www/MintHCM/legacy/MintCLI/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#14 /var/www/MintHCM/MintCLI(12): Symfony\Component\Console\Application->run()
#15 {main}
thrown in /var/www/MintHCM/legacy/modules/OAuth2Tokens/OAuth2Tokens.php on line 134
<strong>Error: MintHCM installation failed - please check logs</strong>
I’ll put the relevant logs in a Pastebin for you:
https://pastebin.com/8ekaR0JP
https://pastebin.com/juxCvKhf
https://pastebin.com/K9yLhHiJ