benjaminkott / bootstrap_package

Bootstrap Package delivers a full configured theme for TYPO3, based on the Bootstrap CSS Framework.

Home Page:https://www.bootstrap-package.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content Element: Filelinks not working

Gang359 opened this issue · comments

Bug Report

Prerequisites

  • [ x] Can you reproduce the problem on TYPO3 v11.5 LTS
  • Can you reproduce the problem on TYPO3 v12.4 LTS
  • Did you perform a cursory search
    to see if your bug or enhancement is already reported?

Description

Filelinks no longer working after update of bootstrap package 13.02 to 14.04 in Typo3 V11.29

Steps to Reproduce

  1. Disabled Content Element: Filelinks -> Website is working
  2. Enabled Content Element Filelinks and changed Files -> Typo3 Error

Expected behavior

Content Element Filelinks rendering and working

Actual behavior

Typo3 Exception: Core: Exception handler (WEB): Uncaught TYPO3 Exception: #1407060572: Fluid parse error in template Standard_action_uploads_f239be3c710a78328b163dd74c2a204fbca68076, line 1 at character 30. Error: The ViewHelper "<f:format.trim>" could not be resolved. ....

Screenshots

Typo3_Exception

Versions

typo3: v11.29
bootstrap-package v14.04

Same Problem here.
grafik

This error comes from using fluid component TrimViewHelper.php, which is not present on Typo3 V11.
Peter Willadt

In Bootstrap Package 14.0.2 everything looks ok. Problem first time in 14.0.3

Yikes! That was an oversight of me. New release will be published soon.

FIX for v14: 22f6c99
Master moving all to f:format: d355ceb

Thank you very much. In 14.0.6 it works fine.
Best Regards Michael