Closed (fixed)
Project:
Lazy-load
Version:
8.x-3.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2021 at 05:17 UTC
Updated:
23 May 2021 at 00:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
osmanHey Miika, thanks for the bug report.
Though, I wasn't able to reproduce it the way you described it.
However I found another bug, which is likely related with what you experienced: #3212179: Invalid argument supplied for foreach() in lazy__update_migrate_config()
Could you try using the dev branch, and see if it resolves the issue for you?
But before you try that, please make sure to run the database updates first. And see if that helps.
Comment #3
nicola85 commentedComment #4
miikamakarainen commentedPatch in comment #3 does fix the issue.
I was able to replicate the issue following these steps:
Comment #5
nicola85 commentedComment #8
osmanThanks for the patch and the steps.