Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Broken compat with TYPO3v8 due to Environment usage #7

Description

@mbrodala

Bug Report

Prerequisites

  • Can you reproduce the problem on TYPO3 v8.7 LTS
  • Can you reproduce the problem on TYPO3 v9.5 LTS
  • Can you reproduce the problem on TYPO3 v10.4 LTS
  • Did you perform a cursory search to see if your bug or feature is already reported?

Description

Any action is broken:

  [ Error ]                                          
  Class 'TYPO3\CMS\Core\Core\Environment' not found  
                                                     
Exception trace:
#0 ()
   typo3conf/ext/hubspot/ext_localconf.php:13
#1 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::{closure}()
   typo3conf/ext/hubspot/ext_localconf.php:54

This is caused by the usage of the Environment class which does not exist in TYPO3v8.

Steps to Reproduce

  1. Do any thing on CLI/BE in TYPO3
  2. See the error

Expected behavior: There should be no error

Actual behavior: There is an error

Versions

2.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions