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

TYPO3 deprecations #58

Open
b3nkai opened this issue Sep 21, 2022 · 1 comment
Open

TYPO3 deprecations #58

b3nkai opened this issue Sep 21, 2022 · 1 comment

Comments

@b3nkai
Copy link

b3nkai commented Sep 21, 2022

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

pniederlag added a commit to pniederlag/TYPO3-phpMyAdmin that referenced this issue Sep 11, 2023
* extConf is deprecated
* variable seems not be used anywhere
@pniederlag
Copy link

pniederlag commented Sep 11, 2023

@abeutel patch with fix for extConf is submitted as PR

I'd suggest to stick with TYPO3_MODE yet still for a while as it widens the range of supported TYPO3 versions without effort for maintainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants