When running cron, I get the following error:
TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in count() (line 95 of /.../modules/contrib/instagram_importer/src/instagramImport.php).
Proposed solution: when processing posts, we should ensure that $items[0] is not null
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3310806-fix-exception-instagram-importer.patch | 516 bytes | igel |
Comments
Comment #2
igel commentedComment #3
manishdrupaldev commentedPatch #2 applied successfully and error resolved while cron run.
Thanks!