kaystrobach / TYPO3.piwikintegration

Piwik backend integration for TYPO3
http://forge.typo3.org/projects/extension-piwikintegration/
GNU General Public License v2.0
6 stars 10 forks source link

Make file integrity check green again #82

Closed Chrissitopher closed 4 years ago

Chrissitopher commented 7 years ago

File integrity check in Piwik 3 complains about the file piwikintegration.php in the Piwik root folder.

Piwik would accept the code, if it was inside config/*.config.ini.php or in bootstrap.php.

bootstrap.php might be the better choice as we are not providing Piwik configuration in that file. A simple

define('PIWIK_PATCH_VERSION', $EM_CONF['piwikintegration']['version']);

should do. Needs a fix at the two places in Classes/Lib/Install.php.

kaystrobach commented 5 years ago

Can you add more info here we please?