Project

General

Profile

Actions

Typo3 V11 > V12 » History » Revision 1

Revision 1/2 | Next »
Enis Nuredini, 05.04.2023 11:54


Migration Typo3 V11 > V12

defined('TYPO3_MODE')

Every conf file which uses the 'TYPO3_MODE' constant needs to be refactored, because this constant isn't used anymore in T3 V12. New constant name is 'TYPO3'.
This applies to:
- UZH CD > ext_tables.php
- QFQ > ext_tables.php, ext_localconf.php, Configuration/TCA/tt_content.php

Updated by Enis Nuredini about 1 year ago · 1 revisions