vTiger integration with Mautic 5?

Is there a vTiger plugin for Mautic Community Edition? I want to integrate the vTiger Open Source version with Mautic 5

Hi @okagoogle

I do not know any plugin for it. However, I would recommend searching it on Github.

Best regards,
Ricardo

Actually there is still a core plugin within v4 and v5.

image

Of course it would be interesting, if anyone is using it successfully those days?
Maybe give it a try.

However - in the future, such plugins will be removed from core and be individual plugins. Its important to find out, if there is further development and a strong community around it.

I’ve tested with M5 and it’s buggy. When pushing the command:

php /bin/console mautic:integration:pushactivity --integration=vtiger

the following error displays:

In PushLeadActivityCommand.php line 76:

method_exists(): Argument #1 ($object_or_class) must be of type object|stri
ng, bool given

mautic:integration:pushleadactivity [-i|–integration INTEGRATION] [-d|–start-date START-DATE] [-t|–end-date END-DATE] [-a|–time-interval [TIME-INTERVAL]] [-f|–force]

The Mautic Log displays:

[2024-08-14T09:16:38.102546+01:00] mautic.ERROR: TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, bool given (uncaught exception) at xxxxx/app/bundles/PluginBundle/Command/PushLeadActivityCommand.php line 76 while running console command mautic:integration:pushleadactivity [stack trace] #0 xxxxx/app/bundles/PluginBundle/Command/PushLeadActivityCommand.php(76): method_exists() #1 xxxxx/vendor/symfony/console/Command/Command.php(298): Mautic\PluginBundle\Command\PushLeadActivityCommand->execute() #2 xxxxx/vendor/symfony/console/Application.php(1058): Symfony\Component\Console\Command\Command->run() #3 xxxxx/vendor/symfony/framework-bundle/Console/Application.php(96): Symfony\Component\Console\Application->doRunCommand() #4 xxxxx/vendor/symfony/console/Application.php(301): Symfony\Bundle\FrameworkBundle\Console\Application->doRunCommand() #5 xxxxx/vendor/symfony/framework-bundle/Console/Application.php(82): Symfony\Component\Console\Application->doRun() #6 xxxxx/vendor/symfony/console/Application.php(171): Symfony\Bundle\FrameworkBundle\Console\Application->doRun() #7 xxxxx/bin/console(16): Symfony\Component\Console\Application->run() #8 {main} {“hostname”:“xxxxx”,“pid”:918657}
[2024-08-14T09:16:38.104768+01:00] mautic.WARNING: Command mautic:integration:pushleadactivity exited with status code 1 {“hostname”:“xxxxx”,“pid”:918657}

1 Like