i want to get some database tables from my typo3 extensions. The Extension is based on extbase.
The query always returns nothing but the data exists
I\'ve tr
i suggest set this in typo3conf/LocalConfiguration.php file under 'SYS' array
'SYS' => array( ...... 'displayErrors' => 1, 'sqlDebug' => 1 ....... )
and then write wrong field name in query intentionally and then execute code. this will show last query execute with error.