Closed (fixed)
Project:
Active Campaign API integration
Version:
1.1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
23 Nov 2023 at 12:00 UTC
Updated:
24 Nov 2023 at 06:51 UTC
Jump to comment: Most recent
The Drupal Core versions before 8.7.7 do not recognize the core_version_requirement key in info file.
Try installing the module in D8 versions < 8.8
Could solve the issue by doing any one of these changes
1. Add core: 8.x to the info file
2. Replace core_version_requirement to ^8.8 || ^9 || ^10
A better solution is the second one.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
vivek_lnwebworks commentedComment #3
vivek_lnwebworks commentedComment #4
chancenyasulu commentedComment #7
chetan 11 commentedHi,
I have updated the latest code as mentioned on above, please check the raised MR.
Thanks.
Comment #8
chancenyasulu commentedComment #9
chancenyasulu commented