[TYPO3-dev] Manipulating languages
Mathias Schreiber [wmdb]
mathias.schreiber at wmdb.de
Wed Jan 25 13:43:08 CET 2006
tapio wrote:
> print_r($GLOBALS['BE_USER']['langSplitIndex']);
>
>
> Fatal error: Cannot use object of type ux_t3lib_tsfeBeUserAuth as array
> in
> /var/www/customers/tyouupumuskeskus/public_html/typo3conf/ext/tm_contentaccess/class.ux_tslib_cobj.php
> on line 8
>
> How to use those kinds of objects?
use debug().
Plus I sugget you use the ext cc_debug as well, makes live a lot easier.
Don't forget to set the correct IP filter in the install toll at DEVipMask
--
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
$this->fresseHalten = 1;
}
More information about the TYPO3-dev
mailing list