Skip to content

Instantly share code, notes, and snippets.

@fazzyx
fazzyx / Upgrade.md
Created November 2, 2022 09:37
TYPO3 Upgrade

TYPO3 Upgrade

Version 9 auf 10

Referenz Index aktualisieren

php /var/www/html/typo3/sysext/core/bin/typo3 referenceindex:update

Vor der Aktualisierung die Debug Funktionen aktivieren

  • SetEnv TYPO3_CONTEXT Development (.htaccess)
  • config.contentObjectExceptionHandler = 0 (Im TS Setup)
@fazzyx
fazzyx / CustomCondition.php
Last active March 11, 2021 08:35
TYPO3 PIDinRootline Custom Condition
####################################################################
# Configuration/ExpressionLanguage.php
####################################################################
<?php
return [
'typoscript' => [
\MEDIENGARAGE\CustomTheme\Condition\CustomTypoScriptConditionProvider::class,
]
];
@fazzyx
fazzyx / ReferenceViewHelper.php
Last active November 7, 2016 14:16
TYPO3 Fluid ViewHelper for content element "shortcut"
<?php
namespace NAMESPACE\ThemeMgCustom\ViewHelpers;
/*
*
* Copyright notice
*
* (c) 2015 Claus Fassing <cfassing@mediengarage.de>, MEDIENGARAGE
*
* All rights reserved