Closed (fixed)
Project:
Quick Node Clone
Version:
8.x-1.10
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2018 at 10:36 UTC
Updated:
1 Nov 2018 at 21:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
Anonymous (not verified) commentedThanks for pointing this out. With the new address cloning functionality on dev it kind of required its classes to be present.
If you try the latest dev you should be able to get rid of address and have the normal functionality.
Comment #3
Anonymous (not verified) commentedComment #4
webkomplize commented8.x-1.10
I got errors if address module is not installed and activated.
under drush:
or if i visit the admin/flash page:
For now i installed and activated address module to fix this temporary.
Comment #5
floydm commentedI just upgraded from 8.x-1.9 to 8.x-1.10 and am also getting the warning and notices mentioned in comment #4. My site does not have the address module installed.
I think the issue now is just returning an uninitialized variable. Attached is a patch that initializes the events array before returning it. I am not seeing those warnings anymore.
Comment #7
Anonymous (not verified) commentedThanks guys! Should be updated in dev.
Comment #9
grantkruger#5 works for me. Thanks @floydm
Comment #10
grantkrugerEDIT: Oops! I see in the release notes that it is. Thanks y'all!
Is this fixed in version 8.x-1.11?