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

"Page not defined" - Errors in admin area of matomo #19300

Open
NearlyShake opened this issue Jun 1, 2022 · 4 comments
Open

"Page not defined" - Errors in admin area of matomo #19300

NearlyShake opened this issue Jun 1, 2022 · 4 comments
Labels
Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users.

Comments

@NearlyShake
Copy link

Hi guys,

we have a problem regarding the Matomo plugin on one of our websites.
The following problem:
In the Matomo Admin Panel, we receive false page views with the designation "Page URL not defined".
Unfortunately, after we contacted Matomo Support, we still have no idea where these calls are coming from. These "Page not defined" messages only appear on this one website and not on any other page where we installed Matomo.

After a long e-mail exchange with the support, we were then able to provide two log files to the Matomo support with the following content:

debug-log-tracking-site2.txt
Bildschirmfoto 2022-06-01 um 14 26 36

We then ran an SQL query and sent it back to Matomo Support. Here is the SQL query for the database.

Select count(*) from wp_matomo_log_link_visit_action where idvisit = 0

The result from the SQL query was 147860 results.

We were then told to run another SQL query which read as follows:

SELECT COUNT(*) FROM wp_matomo_log_link_visit_action JOIN wp_matomo_log_visit ON wp_matomo_log_link_visit_action.idvisitor = wp_matomo_log_visit.idvisitor WHERE wp_matomo_log_link_visit_action.idvisit = 0;

However, this SQL query didn't work and we didn't get any results back, just an endlessly long loading screen in the database.

Unfortunately, there was no response, which is why we are now trying it here in this Git Repo and asking for help, as this is clearly a bug within Matomo.

@NearlyShake NearlyShake added the Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. label Jun 1, 2022
@peterhashair
Copy link
Contributor

@NearlyShake thanks for reporting this, our team will investgate this potential bug.

@NearlyShake
Copy link
Author

Hello @peterhashair,
I wanted to ask if there was any feedback on this from development?

@peterhashair
Copy link
Contributor

peterhashair commented Jun 20, 2022

@NearlyShake normally "Page URL not defined" is normally caused by site search or privacy setting on the client browser. You can view the docs from here.

From the screen, it seems like the tracking is working fine. Maybe check if there is a search box on the site for the one that has the problem. Or any 301 redirects applied.

@sgiehl
Copy link
Member

sgiehl commented Nov 9, 2022

@NearlyShake Are you still having this issue, or did @peterhashair's answer maybe give you the right hint?

@sgiehl sgiehl added Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. labels Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Waiting for user feedback Indicates the Matomo team is waiting for feedback from the author or other users.
Projects
None yet
Development

No branches or pull requests

4 participants