After the upgrade the LazyLoader assigned fall-back image was broken. We mainly use this in Views. As soon as I reverted back to the previous dev all was restored. So it seems some side bug was introduced.
Loader Before
<img class="img-responsive lazyloaded" src="https://domain.com/sites/default/files/styles/loaderc/public/FILENAME.jpg" alt="TITLE" title="">
Latest Version
<img class="img-responsive lazyloaded" data-src="https://domain.com/sites/default/files/styles/loaderc/public/FILENAME.jpg" alt="TITLE" title="" style="" src="https://domain.com/sites/default/files/styles/loaderc/public/FILENAME.jpg">
Trying to pinpoint what the issues is here. What else can I supply that might help.
Closed: outdated
2.13
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.