Cannot install SuiteCRM on a new Virtualhost stuck!

SYSTEM INFORMATION
OS type and version Ubuntu 22.04
Webmin version 19.81
Virtualmin version 6.17-3
Related packages SuiteCRM 8.1

We have a new virtual host setup for a test CRM project. We are trying to install SuiteCRM 8.1

We cannot get off the ground. Although Apache seems to be trying to server the content. This is the error we get.

PHP Fatal error: Uncaught Symfony\Component\DependencyInjection\Exception\RuntimeException: Cannot autowire service “App\Install\Command\InstallExtensionAssets”: argument “$name” of method “__construct()” is type-hinted “string”, you should configure its value explicitly. in /home/insitedigital/public_html/vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php:54
[Wed May 18 12:08:33.307226 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: Stack trace:
[Wed May 18 12:08:33.307232 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #0 /home/insitedigital/public_html/vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php(82): Symfony\Component\DependencyInjection\Compiler\DefinitionErrorExceptionPass->processValue()
[Wed May 18 12:08:33.307237 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #1 /home/insitedigital/public_html/vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php(32): Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->processValue()
[Wed May 18 12:08:33.307241 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #2 /home/insitedigital/public_html/vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php(47): Symfony\Component\DependencyInjection\Compiler\DefinitionErrorExceptionPass->processValue()
[Wed May 18 12:08:33.307246 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #3 /home/insitedigital/public_html/vendor/symfony/dependency-injection/Compiler/Compiler.php(82): Symfony\Component\DependencyInjection\Compiler\AbstractRecursivePass->process()
[Wed May 18 12:08:33.307250 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #4 /home/insitedigital/public_html/vendor/symfony/dependency-injection/ContainerBuilder.php(757): Symfony\Component\DependencyInjection\Compiler\Compiler->compile()
[Wed May 18 12:08:33.307254 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #5 /home/insitedigital/public_html/vendor/symfony/http-kernel/Kernel.php(541): Symfony\Component\DependencyInjection\ContainerBuilder->compile()
[Wed May 18 12:08:33.307259 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #6 /home/insitedigital/public_html/core/backend/Kernel.php(124): Symfony\Component\HttpKernel\Kernel->initializeContainer()
[Wed May 18 12:08:33.307263 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #7 /home/insitedigital/public_html/public/index.php(34): App\Kernel->getLegacyRoute()
[Wed May 18 12:08:33.307267 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: #8 {main}
[Wed May 18 12:08:33.307271 2022] [fcgid:warn] [pid 796896] [client 192.168.0.37:39762] mod_fcgid: stderr: thrown in /home/insitedigital/public_html/vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php on line 54

has anyone installed this crm software on an OOTB virtualmin host?

Cheers
Spart

Hey there! Found the answer for this problem on the suiteCRM forum.

I’ll link it here: Symphony error on fresh install of V8 - Installation & Upgrade Help - SuiteCRM

TLDR, you need to have PHP version 7.4. Anything above that it’s not compatible.

TLDR, you need to have PHP version 7.4. Anything above that it’s not compatible.

Yes, correct. Thanks for the heads up. We also just fixed required PHP dependencies to be installed automatically and added a new 8.1.2 version to installation list.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.