You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i add a new Blog via the backen setup module, following type error occurs:
str_replace(): Argument #2 ($replace) must be of type array|string, int given
Steps to Reproduce
Go to backend module Blog->Setup
Press button "Setup a new Blog", give a title and press button "Setup"
error occurs
Expected behavior:
No exception
Actual behavior:
TypeError:
str_replace(): Argument #2 ($replace) must be of type array|string, int given
in /var/www/html/public/typo3conf/ext/blog/Classes/Service/SetupService.php line 96
i think $blogFolderUid should be casted to string
same problem on line 153 and 146
Bug Report
Prerequisites
Description
When i add a new Blog via the backen setup module, following type error occurs:
str_replace(): Argument #2 ($replace) must be of type array|string, int given
Steps to Reproduce
Expected behavior:
No exception
Actual behavior:
TypeError:
str_replace(): Argument #2 ($replace) must be of type array|string, int given
in /var/www/html/public/typo3conf/ext/blog/Classes/Service/SetupService.php line 96
i think $blogFolderUid should be casted to string
same problem on line 153 and 146
Versions
t3g/blog: 11.0.2
typo3/cms-core: 11.5.26
php: 8.0.28
The text was updated successfully, but these errors were encountered: