New Update to 10... don´t work
Bug Report
Uncaught TYPO3 Exception substr() expects parameter 1 to be string, integer given
TypeError thrown in file /var/www/vhosts/typo3conf/ext/bootstrap_package/Classes/Hooks/PageRenderer/GoogleFontHook.php in line 75.
Prerequisites
- [x] Can you reproduce the problem on TYPO3 v8.7 LTS
- [ ] Can you reproduce the problem on TYPO3 v9.5 LTS
- [ ] Did you perform a cursory search to see if your bug or enhancement is already reported?
Description
[Description of the bug or feature]
Steps to Reproduce
- [First Step]
- [Second Step]
- [and so on...]
Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
Versions
You can get this information from executing composer show at the command line if your TYPO3 installation is composer based, otherwise the version number will be shown in the extension manager.
Can you please provide your configuration for page.includeCSS and page.includeCSSLibs not sure how to reproduce the issue.
I found this error, it is solved with activate this checkbox: Disable local Google-Font cache features.disableGoogleFontCaching (boolesch)
@quadronet this is just bypassing the issue, but if there is a problem we should have a look at how we can resolve it without disabling the feature.
Ok, give me you email-address, i will send you a admin-login into the example-System with this error...
@quadronet I only need the configuration to reproduce the error.
So I need to see what's included in page.includeCSS and page.includeCSSLibs. If those ones are fine, it could only be that a third party extension injects some CSS files somewhere.
See Screenshot where to find this information (and I only need the mentioned blocks, that should be enough to reproduce it):

It is a clean system

Bug still on verson 12.0.7. Is there already a bugfix?