I noticed multiple notices/warnings in the log about a missing calendar.png file. I tracked this down to the commerce_discount module trying to reference an image file in the date/date_api module. This was happening for me because these modules were not in the same parent directory (e.g. modules/contrib).
Attached is a patch that takes a copy of that calendar.png file and puts in the commerce_bundle/images folder and then references that in the scss / css files.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | missing_calendar_png-2262225-6.patch | 754 bytes | joelpittet |
| #1 | commerce_discount-missing_calendar_png-2262225-1.patch | 3.21 KB | caschbre |
Comments
Comment #1
caschbre commentedComment #2
bojanz commentedCommitted, thanks.
Comment #5
alexbarrett commentedThe images/calendar.png file was not committed along with the CSS changes so this issue persists in the latest dev release.
Comment #6
joelpittetConfirmed that image is not there but all the other changes are. Here's a patch with just that image.
Comment #7
joelpittetThe above may not apply... damn binaries! :(
Comment #8
caschbre commentedYeah, patch #1 contained the binary but if it's not applying, what other options do we have?
Comment #9
joelpittet@bojanz can you just copy the file from the date module and commit it to the path the patch is trying to?
Seems simpler than trying to get the patch to apply.
If you use
git applythe above patch with will work but notpatch -p1.Comment #10
joelpittetJust going to re RTBC this.
Comment #11
deggertsen commentedPatch in #6 works when applying using GIT. Thanks!
Comment #12
bojanz commentedCommitted that one as well. Thanks!