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

Content Element: Filelinks not working #1401

Closed Gang359 closed 1 year ago

Gang359 commented 1 year ago

Bug Report

Prerequisites

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 "" could not be resolved. ....

Screenshots

Typo3_Exception

Versions

typo3: v11.29 bootstrap-package v14.04

LMFC-Krisi commented 1 year ago

Same Problem here. grafik

pwilladt commented 1 year ago

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

LMFC-Krisi commented 1 year ago

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

benjaminkott commented 1 year ago

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

FIX for v14: https://github.com/benjaminkott/bootstrap_package/commit/22f6c99b69fe5d9bb1abf0ed7f3cd2e27beeaf95 Master moving all to f:format: https://github.com/benjaminkott/bootstrap_package/commit/d355cebcbae656cb210fbcb9f3b8b287158daab1

LMFC-Krisi commented 1 year ago

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