python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to replace typo3 deprecated Annotation @validate Boolean(is=true)?
I have to upgrade a Typo3 v9 project to Typo3 v10.
Annotations like they were before are deprecated. I know how to replace something like @validate NotEmpty with @TYPO3\CMS\Extbase\Annotation\Validat...

halliballi
Votes: 0
Answers: 1
How do I bring a TYPO3 constant into ext_localconf.php?
In my TYPO3 site package I have set a custom RTE preset by adding this line to ext_localconf.php :
$GLOBALS['TYPO3_CONF_VARS']['RTE']['Presets']['my_preset'] = 'EXT:my_site/Configuration/RTE/custom.ya...
user500665
Votes: 0
Answers: 0
Database of TYPO3 - Is there a relation between tables?
I don't have much knowledge about a database of TYPO3. So I have a question.
Has a database of TYPO3 some relation between tables?
I can see a primary key and indexing my database, but there are no fo...
Miz15
Votes: 0
Answers: 1
Typo3 extbase : How can i catch an exception?
I'm currently develloping an extension in Typo3 10.4 and I can't working out a problem
I'm using some external libs for mailing or payments which sometimes throw exceptions.
My problem is that when th...
Dupont Julien
Votes: 0
Answers: 1