Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin API Integration Test fails with SQL error #47

Open
DevDavido opened this issue Dec 20, 2023 · 0 comments
Open

Plugin API Integration Test fails with SQL error #47

DevDavido opened this issue Dec 20, 2023 · 0 comments
Labels
bug Something isn't working nostale This issue won't be marked as stale after long time of inactivity

Comments

@DevDavido
Copy link
Owner

Currently, the Plugin API Integration Test fails with SQL error:

[20-Dec-2023 12:34:03 UTC] [localhost] Error in Matomo (tracker): Error query: Error query: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'idaction_url' in 'field list' In query:
INSERT INTO log_link_visit_action (idvisit, idsite, idvisitor, idaction_url, idaction_url_ref, idaction_name_ref, server_time, idpageview, pageview_position, time_spent_ref_action, idaction_name) VALUES (?,?,?,?,?,?,?,?,?,?,?)
Parameters: array (   0 => '1',   1 => 1,   2 => '����m?��',   3 => '2',   4 => 0,   5 => 0,   6 => '2020-06-14 23:00:00',   7 => 'd7c98e',   8 => 1,   9 => 0,   10 => '1', )
In query: INSERT INTO log_link_visit_action (idvisit, idsite, idvisitor, idaction_url, idaction_url_ref, idaction_name_ref, server_time, idpageview, pageview_position, time_spent_ref_action, idaction_name) VALUES (?,?,?,?,?,?,?,?,?,?,?)
Parameters: array (   0 => '1',   1 => 1,   2 => '����m?��',   3 => '2',   4 => 0,   5 => 0,   6 => '2020-06-14 23:00:00',   7 => 'd7c98e',   8 => 1,   9 => 0,   10 => '1', )

Tested with Matomo 4.x and the column supposed to exist, so potentially an issue of the test environment.

@DevDavido DevDavido added bug Something isn't working nostale This issue won't be marked as stale after long time of inactivity labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working nostale This issue won't be marked as stale after long time of inactivity
Projects
None yet
Development

No branches or pull requests

1 participant