Thank you @EJL
Unfortuntately it didn’t work. I tried to use the command both with the plugin inside the directory and with the plugin removed. In both cases I got this from the terminal:
In FileLoader.php line 168:
Not a built-in Swiftmailer transport: mautic.transport.mailgun in . (which is loaded in resource “.”). Make sure there is a loader supporting the “mautic” ty
pe.
In SwiftmailerTransportFactory.php line 74:
Not a built-in Swiftmailer transport: mautic.transport.mailgun.
cache:clear [–no-warmup] [–no-optional-warmers] [-h|–help] [-q|–quiet] [-v|vv|vvv|–verbose] [-V|–version] [–ansi] [–no-ansi] [-n|–no-interaction] [-e|–env ENV] [–no-debug] [–]
[zezaph5@depro15 ~]$ php /home/zezaph5/public_html/omqiway.net/crm/bin/console cache:clear
[WARNING] Some commands could not be registered:
In getMautic_Transport_MailgunService.php line 8:
Class ‘MauticPlugin\AFMailgunBundle\Swiftmailer\Transport\MailgunTransport’ not found
In getMautic_Transport_MailgunService.php line 8:
Class ‘MauticPlugin\AFMailgunBundle\Swiftmailer\Transport\MailgunTransport’ not found
In getMautic_Transport_MailgunService.php line 8:
Class ‘MauticPlugin\AFMailgunBundle\Swiftmailer\Transport\MailgunTransport’ not found
In getMautic_Transport_MailgunService.php line 8:
Class ‘MauticPlugin\AFMailgunBundle\Swiftmailer\Transport\MailgunTransport’ not found
// Clearing the cache for the prod environment with debug false
In FileLoader.php line 168:
Not a built-in Swiftmailer transport: mautic.transport.mailgun in . (which is loaded in resource “.”). Make sure there is a loader supporting the “mautic” ty
pe.
In SwiftmailerTransportFactory.php line 74:
Not a built-in Swiftmailer transport: mautic.transport.mailgun.
cache:clear [–no-warmup] [–no-optional-warmers] [-h|–help] [-q|–quiet] [-v|vv|vvv|–verbose] [-V|–version] [–ansi] [–no-ansi] [-n|–no-interaction] [-e|–env ENV] [–no-debug] [–]
What can I do?