Matthieu Aubry

Results 266 comments of Matthieu Aubry

Note to self: this PR also includes: https://github.com/PiwikPRO/plugin-SiteMigration/pull/22

Can you add `-ddd` to the console command? Also maybe try with quotes eg. `./console migration:site 2 --db-prefix "piwik_" -ddd` - what do you get?

A similar issue was reported here: Unknown column 'location_provider' in 'field list' #36 Not only Custom Variables can differ, but also other DB fields as fields are added by plugins,...

Good question @mnapoli - I checked and actually `referer_visit_server_date` was an old column that we used to have, and not anymore. This was changed in https://github.com/piwik/piwik/issues/5927

Oh! it's possible we didn't delete the column in an update script, which would be a bug. It's safe to delete the column, however if we do it in core...

Hi @Undergrounder Thanks for the PR! > It can be reproduced in the tests. Where could you see this bug in the tests? the build seems to pass, but maybe...

Thanks for the report! Pull request very welcome :-)