[TYPO3-dev] Trying to use module configuration info in ext_tables.php

Tapio Markula tapio.markula at dnainternet.net
Thu Jun 15 20:47:47 CEST 2006


Hi

I tried to use modulele configuration info for users/user groups
in an ext_tables.php
...


require_once (PATH_t3lib.'class.t3lib_befunc.php');
$confProperties = 
t3lib_BEfunc::getModTSconfig($this->pageinfo['uid'],'mod.skin_grey_2');

....

but that caused error:

Fatal error: Call to a member function on a non-object in 
/home/httpd/vhosts/t3test.xetpoint.com/httpdocs/typo3/t3lib/class.t3lib_befunc.php 
on line 2224

I have used '$confProperties' in many class files but I don't figure how
I could use it inside ext_tables.php - or is it possible?




More information about the TYPO3-dev mailing list