Problem/Motivation
On first deploy, filecache coughs because the settings.php is in place, but the module not enabled.
Steps to reproduce
Proposed resolution
Add a composer.json w/ psr-4 autoload.
This approach was taken from #3330477: Make igbinary usable without needing module enabled..
Remaining tasks
- Create a MR
User interface changes
API changes
Data model changes
Issue fork filecache-3367497
Show commands
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
holo96 commentedSeems like this worked for me (settings.php):
I will test little bit more to see if I run into any other issues.
I think this is essential for first time deploy...
Comment #3
geek-merlinWe ran into this too on first deploy, it's a big PITA. Thx for the workaround.
Setting major task for this.
Comment #4
geek-merlinComment #7
gurnoor kaur commentedComment #8
geek-merlinMR LGTM, tests are green.
Comment #9
geek-merlinComment #10
pfrenssenComment #12
pfrenssenThanks very much for the report and the fix!
Comment #14
pfrenssen