pdir / social-feed-bundle

Social feed extension for Contao CMS
GNU Lesser General Public License v3.0
13 stars 13 forks source link

Argument #1 ($str) must be of type string, null given #107

Closed luhmannAlexander closed 1 year ago

luhmannAlexander commented 1 year ago

Hi, sporadisch kommt es im Backend und Frontend zu einer Fehlermeldug.

request.CRITICAL: Uncaught PHP Exception TypeError: "strlen(): Argument #1 ($str) must be of type string, null given" at .../vendor/pdir/social-feed-bundle/src/EventListener/CronListener.php line 671 {"exception":"[object] (TypeError(code: 0): strlen(): Argument #1 ($str) must be of type string, null given at .../vendor/pdir/social-feed-bundle/src/EventListener/CronListener.php:671)"}

seibtph commented 1 year ago

Welche Contao und Social Feed Version hast du installiert? Was versuchst du zu importieren?

luhmannAlexander commented 1 year ago

Danke für die Nachfrage. Ich sehen gerade der Commit [Fix type error in cron if message is null ](url) wird das Problem wohl lösen.