DEPRECATED: Instant Analytics brings full Google Analytics support to your Twig templates and automatic Craft Commerce integration with Google Enhanced Ecommerce.
Ok, so my general process is to upgrade a db from Craft 2 -> 3 and the in my own little custom console controller I have:
Craft::$app->plugins->installPlugin('instant-analytics');
...this does not raise an error. But it also (unlike with several other plugins I do this with) - does not results in the plugin being installed.
So I have to go into the control panel and manually install it there in the plugins section. Then I immediately get this error:
..because, again unlike any other plugin, it is in 'Disabled' state after the initial install. When I then enable it, it then works as expected.
Ok, so my general process is to upgrade a db from Craft 2 -> 3 and the in my own little custom console controller I have:
Craft::$app->plugins->installPlugin('instant-analytics');
...this does not raise an error. But it also (unlike with several other plugins I do this with) - does not results in the plugin being installed.So I have to go into the control panel and manually install it there in the plugins section. Then I immediately get this error:
..because, again unlike any other plugin, it is in 'Disabled' state after the initial install. When I then enable it, it then works as expected.