Closed Chrissitopher closed 4 years ago
File integrity check in Piwik 3 complains about the file piwikintegration.php in the Piwik root folder.
piwikintegration.php
Piwik would accept the code, if it was inside config/*.config.ini.php or in bootstrap.php.
config/*.config.ini.php
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.
Classes/Lib/Install.php
Can you add more info here we please?
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 inbootstrap.php
.bootstrap.php
might be the better choice as we are not providing Piwik configuration in that file. A simpledefine('PIWIK_PATCH_VERSION', $EM_CONF['piwikintegration']['version']);
should do. Needs a fix at the two places in
Classes/Lib/Install.php
.