Skip to content

TYPO3 deprecations #58

@b3nkai

Description

@b3nkai

Hi,

There's some deprecations which should be treated. I didn't check all code but it should be done. Running a rector should also be a good start :)

Here's what I noticed:

  • The "TYPO3_MODE" constant should be replaced by "TYPO3" since TYPO3 11

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.html

  • The array $GLOBALS['TYPO3_CONF_VARS']['EXT']['extConf'] should be replaced by $GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS'] since TYPO3 9

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/9.0/Deprecation-82254-DeprecateGLOBALSTYPO3_CONF_VARSEXTextConf.html

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