[TYPO3-piwik] Errors in localconf.php

Kay Strobach typo3 at kay-strobach.de
Mon Aug 16 09:50:01 CEST 2010


Hello Stefano,

Ext:piwikintegration uses localconf.php to read the database credentials.

And the ext need to do it, to install piwik.

Please move these lines to you ext_tables.php where these calls should
reside. The localconf should contain the configuration array only ;)

Hope that helps ;)

PS: Please use the current SVN version, as the version in TER doesn't
work with piwik 0.8/0.9

Best regards
Kay

Am 14.08.2010 22:05, schrieb Stefano Kowalke:
> Hey,
> 
> i got errors when i activate the BE-Module of EXT:piwikintegration
> because of these two entries in the localconf.php:
> 
> // Display the navigation titles instead of the title in the backend
> pagetree
> t3lib_extMgm::addUserTSConfig('options.pageTree.showNavTitle = 1');
> 
> // Inherit the realurl pathsegment to the subpages
> $TYPO3_CONF_VARS['FE']['addRootLineFields'] .=
> ',tx_realurl_pathsegment,alias,nav_title,title';
> 
> Maybe this two lines are not very common, but important for this
> installation, so I can't remove it.
> 
> My question:
> Why and where EXT:piwikintegration excute localconf.php?



More information about the TYPO3-project-piwik mailing list