Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Extension settings are not accessed correctly #1300

Open
beatrycze-volk opened this issue Aug 15, 2024 · 1 comment
Open

[BUG] Extension settings are not accessed correctly #1300

beatrycze-volk opened this issue Aug 15, 2024 · 1 comment
Assignees
Labels
🐛 bug A non-security related bug.

Comments

@beatrycze-volk
Copy link
Collaborator

Description

The extension configurations are accessed in the FlexForm settings array.

Examples:
$this->settings['forceAbsoluteUrl']
$this->settings['fileGrpScore']

Reproduction

Steps to reproduce the behaviour:

  1. Install TYPO3 11.x with PHP 8.x
  2. Click on link to display document page e.g. https://sachsendigital.ddev.site
  3. See error

Expected Behavior

The extension configurations should be accessed as the extension configuration, so for the examples above it should be:
$this->extConf['general']['forceAbsoluteUrl']
$this->extConf['files']['fileGrpScore']

Screenshots and Examples

settingserror

Environment

  • RDBMS version: MariaDB 10.3
  • TYPO3 version: 11.5.37
  • PHP version: 8.2
@sebastian-meyer sebastian-meyer added the 🐛 bug A non-security related bug. label Aug 19, 2024
@sebastian-meyer sebastian-meyer changed the title [BUG] Recent adjustments of musical sources mix the extension configurations with FlexForm settings [BUG] Extension settings are not accessed correctly Aug 20, 2024
@sebastian-meyer
Copy link
Member

This is a duplicate of #1325, isn't it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug A non-security related bug.
Projects
None yet
Development

No branches or pull requests

3 participants