t3solution / t3sbootstrap

Startup extension to use bootstrap 5 classes, components and more out of the box.
GNU General Public License v2.0
24 stars 20 forks source link

Error after running task to localize Cdn-Files (v4.5.3) #68

Closed wini2 closed 3 years ago

wini2 commented 3 years ago

with a fresh instants of TYPO3 10.4.9/t3sbootstrap 4.5.3 i get the message trpos() expects parameter 1 to be string, boolean given from scheduler constants adopted to bootstrap.cdn.viewportchecker = 1.8.8,
bootstrap.cdn.ytPlayer = 3.3.4 as described.

after running the task, i found these files in fileadmin/T3SB/Resources/Public/

t3solution commented 3 years ago

Here is the bugfix: https://github.com/t3solution/t3sbootstrap/commit/964b2760d8c1956f94a936515098a69bf9a4aeb6 and here the Info:https://www.t3sbootstrap.de/log

wini2 commented 3 years ago

thanks a lot for your hint,

but that's what i thought i did.

interestingly i commentent the original version

cat=bootstrap-cdn/b-version/47; type=small; label=YouTube player - jquery.mb.YTPlayer:

    #vgl. github.com/t3solution/t3sbootstrap/commit/964b2760d8c1956f94a936515098a69bf9a4aeb6
#ytPlayer = 3.4.3
   ytPlayer = 3.4.3

and it didn't work. after the deletion of my comments it works.

disturbing thing.