[Typo3-dev] CCDevLog for RealURL debuging

Sylvain Viart sylvain at ledragon.net
Wed Nov 10 10:03:02 CET 2004


Hi,

I'm trying to test / debug RealURL.

http://wiki.typo3.org/index.php/EXT/realurl/testing

I've seen this in the code:

class.tx_realurl.php
> /**
>  * Translates a URL with query string (GET parameters) into Speaking
>  * URL.  Called from t3lib_tstemplate::linkData
>  *
>  * @param   array    Array of parameters from t3lib_tstemplate::linkData
>  *                   - the function creating all links inside TYPO3
>  * @param   object      Copy of parent caller. Not used.
>  * @return  void
>  */
> function encodeSpURL(&$params, $ref)   {
>  if (TYPO3_DLOG)
> 	t3lib_div::devLog('Entering encodeSpURL for '.
> 	$params['L D']['totalURL'], 'realurl');
[...]
>  if (TYPO3_DLOG)
>    t3lib_div::devLog('Starting URL encode', 'realurl',-1);


After some research I've established that I need the extension ccDevLog 
to see that log output.

I'm using TYPO3 3.7.0 (no dev) and there is only one line of log 
displayed by the extension.

I've enabled TYPO3_DLOG with:

localconf.php
$TYPO3_CONF_VARS['SYS']['enable_DLOG']=1;

Is CCDevLog extension working only with TYPO3 CVS version ?

Any other hint about debugging TYPO3 extension ?
-- 
Regards,
Sylvain Viart
TYPO3 DocTEAM.




More information about the TYPO3-dev mailing list