[TYPO3-mvc] Creating a BE-Module based on extbase/fluid <f:be.tableList>
dennis ahrens
dennis.ahrens at googlemail.com
Fri May 7 17:09:16 CEST 2010
Hey Cornelius,
do you want to show records from the fe_users table, as done in the
sample code snippet above the ViewHelper?
I've tried to get the ViewHelper working for this configuration and
had similar problems as you described.
The reason was, that my fe_users table had no column called
'tx_extbase_type', which was introduced a few weeks ago.
After adding the field the ViewHelper seems to work as expected.
If this does not solve your problem have a look at your TYPO3 sysLog
maybe you have another database related issue - in my case the
following message gave the hint:
Core/t3lib_db: Invalid database result resource detected: function
t3lib_DB->sql_num_rows called from file
3_core_svn/typo3/class.db_list_extra.inc in line 436. Use a devLog
extension to get more details.
The ViewHelper seems to work - but it will not give you any report of errors.
Keep in mind: The ViewHelper you like to use is declared as experimental.
regards
Dennis
More information about the TYPO3-project-typo3v4mvc
mailing list