[TYPO3-dam-devel] RFC #17530: Feature: Enable full stdWrap in tx_dam_tsfe::fetchFileList()

Lorenz Ulrich lorenz-typo3 at visol.ch
Tue Mar 1 21:27:44 CET 2011


Hi François

Now +1 by reading and testing. The test scenario looks reasonable and works.

I'm going to commit that.

Today I had a strange problem with this function. Using latest TYPO3 
trunk and DAM trunk gave me the following error:

Fatal error: Call to undefined method tx_dam_tsfe::checkDataSubmission() 
in 
C:\xampp\htdocs\typo3trunk43\typo3\sysext\cms\tslib\class.tslib_fe.php 
on line 2475

Changing

class tx_dam_tsfe {

to

class tx_dam_tsfe extends tslib_fe {

made it work again. Do you know if there's any core change for 4.6 that 
could have cause this problem?


Best regards,


Lorenz

Am 01.03.2011 10:19, schrieb François Suter:


More information about the TYPO3-team-dam mailing list