statamic-rad-pack / campaign-monitor

Integrate Campaign Monitor with Statamic forms and user registrations.
https://statamic.com/addons/rad-pack/campaign-monitor
MIT License
2 stars 2 forks source link

Problems with installing addon #8

Closed helloDanuk closed 3 months ago

helloDanuk commented 3 months ago

Description

On a fresh statamic 5.7.2 install I get error messages when trying to install the campaign monitor addon.

first attempt $ composer require statamic-rad-pack/campaign-monitor gets this error message:

Bildschirmfoto 2024-06-12 um 21 45 23

second attempt $ composer require statamic-rad-pack/campaign-monitor get this error message:

Bildschirmfoto 2024-06-12 um 21 47 34

Steps to reproduce

$ statamic new test
$ composer require statamic-rad-pack/campaign-monitor

Environment

Environment Application Name: Statamic Laravel Version: 11.10.0 PHP Version: 8.3.7 Composer Version: 2.7.7 Environment: local Debug Mode: ENABLED URL: cm.test Maintenance Mode: OFF

Cache Config: NOT CACHED Events: NOT CACHED Routes: NOT CACHED Views: NOT CACHED

Drivers Broadcasting: log Cache: statamic Database: sqlite Logs: stack / single Mail: log Queue: sync Session: file

Statamic Addons: 2 Sites: 1 Stache Watcher: Enabled Static Caching: Disabled Version: 5.7.2 Solo

Statamic Addons edalzell/forma: 3.0.1 statamic-rad-pack/campaign-monitor: 2.0.0

ryanmitchell commented 3 months ago

Ah the release action failed - thanks for letting me know.

I've pushed out 2.0.1 which should fix this!

helloDanuk commented 3 months ago

Thank you for looking into this so quickly. Unfortunately, I still get the same error when I try to install it in a new Statamic installation.

ryanmitchell commented 3 months ago

I was being silly - 2.0.2 should ACTUALLY fix it!

helloDanuk commented 3 months ago

Thanks!