[TYPO3-mvc] Using repositories in eID script

Felix Nagel lists at felixnagel.com
Wed Oct 10 15:29:10 CEST 2012


Am 10.10.2012 14:28, schrieb Claus Due:
>> Any idea how to make the TS available? Its set on the root page but not recognized.
>
> Yes, include in -all- root TS templates. Not as extended templates on the same page as the root template but directly in, or included through, all root templates.

Neither me nor my college really understand your text :-/
We have only have one rootlevel TS template on our root page. This TS 
template includes all other (file based) TS.

My loadTS function is still needed to initial load TS, correct? If so, 
is it enough just to generate it?


>> For me this is typical extbase problem. Debugging and logging is always a nightmare. Ever tried to debug a extbase scheduler task (commandController)?
>
> I sure have; I was the one who built that particular feature ;)
>
> Try this:
>
> syslog(LOG_ERR, Tx_Extbase_Utility_Debugger::var_dump($var, NULL, 10, TRUE, FALSE, TRUE));
>
> That will place the debug info in your system's error log (and on a Mac, make it inspectable through the Console).

t3lib_div::sysLog()? What is the magic here? the LOG_ERR constant oder 
the Tx_Extbase_Utility_Debugger::var_dump parameters?

Felix Oertel told us to throw exceptions but I never found out how to 
display these.


-- 
Regards
Felix Nagel




More information about the TYPO3-project-typo3v4mvc mailing list