- last update
over 1 year ago 178 pass - πΊπΈUnited States DamienMcKenna NH, USA
This is a fixed version of #7.
Running a migration I hit this error:
9616/150452 [=>--------------------------] 6% [warning] Trying to access array offset on value of type bool ImgTagToEmbedFilter.php:138
[warning] Trying to access array offset on value of type bool ImgTagToEmbedFilter.php:138
This points to the second line of the following code:
$url_parts = parse_url($src);
$path = $url_parts['path'];
TBD
Log an error if the image tag cannot be properly extracted.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This is a fixed version of #7.