benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.
https://www.bootstrap-package.com/
MIT License
338 stars 206 forks source link

New Update to 10... don´t work #602

Open quadronet opened 6 years ago

quadronet commented 6 years ago

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

Description

[Description of the bug or feature]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [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.

benjaminkott commented 6 years ago

Can you please provide your configuration for page.includeCSS and page.includeCSSLibs not sure how to reproduce the issue.

quadronet commented 6 years ago

I found this error, it is solved with activate this checkbox: Disable local Google-Font cache features.disableGoogleFontCaching (boolesch)

benjaminkott commented 6 years ago

@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.

quadronet commented 6 years ago

Ok, give me you email-address, i will send you a admin-login into the example-System with this error...

benjaminkott commented 6 years ago

@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): image

quadronet commented 6 years ago

It is a clean system image

matin73 commented 1 year ago

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