matomo-org / plugin-AnonymousPiwikUsageMeasurement

Help making Matomo better by sending anonymized usage data to the creators the project, and/or to your own Matomo instance and/or to any other Matomo instance
https://plugins.matomo.org/AnonymousPiwikUsageMeasurement
GNU General Public License v3.0
4 stars 12 forks source link

Build failing since yesterday #35

Closed mattab closed 7 years ago

mattab commented 7 years ago

see https://travis-ci.org/piwik/piwik/jobs/245188215

There was 1 error:

1) Piwik\Tests\Integration\UpdaterTest::testUpdateWorksAfterPiwikIsAlreadyUpToDate

Exception: Failed to update database (errors or warnings found): Array

(

    [warnings] => Array

        (

        )

    [errors] => Array

        (

            [0] => /home/travis/build/piwik/piwik/plugins/AnonymousPiwikUsageMeasurement/Updates/0.1.1.php:

Error trying to execute the migration 'CREATE TABLE `usage_measurement_profiles` (`creation_date` datetime NOT NULL, `category` VARCHAR(200) NOT NULL, `name` VARCHAR(200) NOT NULL, `action` VARCHAR(200) NOT NULL, `count` INT UNSIGNED NOT NULL DEFAULT 0, `wall_time` BIGINT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY ( `category, name, action` )) ENGINE=InnoDB DEFAULT CHARSET=utf8;'.

The error was: SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'category, name, action' doesn't exist in table

        )

    [coreError] => 

    [deactivatedPlugins] => Array

        (

            [0] => AnonymousPiwikUsageMeasurement

        )

)
mattab commented 7 years ago

@sgiehl new plugin release is missing?

sgiehl commented 7 years ago

was waiting until the piwik build passes again