[TYPO3-dev] Problem with class.ux_t3lib_tsfebeuserauth.php

Tapio Markula tapio.markula at atwebteam.com
Mon Jan 15 18:33:09 CET 2007


Hi

I put two own function into own class.
That worked except for the frontend editing file.

class.ux_t3lib_tsfebeuserauth.php

#require_once(t3lib_extMgm::extPath('tm_contentaccess').'class.tx_tmcontentaccess_func.php');
   ...

            $tabMenu .= $this->getTabMenu('fe');
            #$tabMenu .= tx_tmcontentaccess_functions::getTabMenu('fe'); 
// didn't work
         if use commented sections the page went blank
My boss's site doesn't allow all error messages and I can't know, what's
the problem.

Does anybody has an idea, why this happens.

BTW. I tried #require_once(PATH_t3lib.'class.t3lib_clipboard.php');  in 
XCLASS for tslib/class.tslib_content.php. The page went blank also in 
this case.




More information about the TYPO3-dev mailing list