Thomas
Forum Replies Created
-
Hi @violetta sorry about the late reply. Even though the screenshot is not readable feel free to still send it to us to wordpress@matomo.org . We’re happy to have a look. While we might not be able to see anything it doesn’t hurt to give it a try.
Unfortunately it’s not possible yet to migrate the data like I mentioned. Our WordPress plugin should be perfectly able to handle that kind of traffic but you would need to start “fresh” without any historical data unfortunately.
I have created an internal issue to support this feature: https://github.com/matomo-org/matomo-for-wordpress/issues/494
I’ll close this for now but we’re still happy to follow up. Feel free to send us an email with the screenshot.
Great, thanks for letting us know @kateeba
Hi @kateeba
sorry about that problem. Unfortunately, I wouldn’t know what might trigger this as it depends on the server setup etc. Did those two website visitors experience this on your regular website? Was this happening for a page on your website or only the tracking part (meaning not really visible to users only if they looked in the browser developer tools)? What was displayed in the server logs?
Generally, when the regular website frontend is being requested, Matomo executes almost no logic and I can’t imagine what could cause this (if it was caused by Matomo). Could you maybe send us also a copy of your system report see https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/ ? The copied report should be anonymised automatically but you can also email us the report to wordpress@matomo.org . It might help us better understand things depending on the responses of the other questions.
Sorry for asking so many questions. Just trying to fully understand the picture here. I have a feeling it might not be caused by Matomo but as we know anything is possible so as always we take this very seriously.
Thanks for your help @kateeba
Hi @manuel22 have you had a chance to look at my last comment? I’ll mark this issue for now as resolved due to inactivity but happy to follow up if there’s still an issue. Simply comment in that case.
Hi @john2gr
marking this issue for now as resolved due to inactivity. Let me know if there’s still an issue and we’ll be happy to follow up.
Glad this works now @supersu738 thank you for letting us know.
Hey @supersu738
sorry for the late reply, we usually reply faster. Could you send us the output of your system report see https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/ ? The copied report should be anonymised automatically. If you prefer you could also email us at wordpress@matomo.org
I can see there is a “Connection refused” error message but I’m not quite sure yet what refuses what connection and I’m hoping the system report will help.
Thanks for this @supersu738
Hi @violetta
we have a Migration plugin but it doesn’t support the migration of Matomo On-Premise to WordPress yet (rather the other way around) see our FAQ. Just connecting to the old database doesn’t work unfortunately as the plugin also stores some data in some WordPress tables. And just fyi in case you didn’t know the Matomo for WordPress plugin only supports one site. It doesn’t support multiple sites. Just mentioning in case that applies to you.
Generally though, if you have so much data in your On-Premise from 9 years (thanks for using us over such a long time!), then I would usually recommend keeping Matomo On-Premise running. It’s generally faster and more flexible. Do you mind me asking approx how many visits or page views you have per day or month or so? I wouldn’t need an exact number but more like whether we’re talking eg 100, 1000, 10000, 100000 visits per month (or more).
I’d be also curious to hear what exactly has become unwieldy? Is it maintaining a different system or have there been other issues? Just checking to see if there’s anything we can improve. We always appreciate feedback.
Thanks for this @seto76
Could you maybe send us the output of your system report (see https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/)? We would first try to reproduce it here.
Hi @seto76 sorry about that. Could you check if the same issue happens when you go to:
WP Admin Dashboard -> Matomo Analytics -> Diagnostics -> Troubleshooting taband click there on the “Archive reports” button? If you get an error there it may contain a more detailed error message that could help us.If it works there and you don’t get an error, could you send us your system report ? See https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/ on how to get it. The report should be anonymised automatically but you could also email us the report at wordpress@matomo.org if you prefer.
Hi @john2gr
Thank you for reaching out to us. We have an open issue here to become an AMP analytics vendor: https://github.com/matomo-org/matomo/issues/10539
Someone recently wrote a guide on how to track such AMP pages on WordPress: http://www.elftronix.com/guide-to-using-piwik-analytics-with-amp-on-wordpress/ and https://ampforwp.com/tutorials/article/how-to-add-matomo-piwik-analytics-in-amp/
If it asks you for an
idSitethat should be1and you can find the Matomo Analytics URL by going toWP Admin Dashboard -> Matomo Analytics -> Diagnostics. There is a section calledEndpointswhich mentions for example the URL to theMatomo HTTP Tracking API.Could you maybe have a read on those two pages that show how it may work and see if that helps?
Hi @asahersh be great if you could let us know what problem you experienced there if any possible so we can try to reproduce and fix the issue. Be very appreciated. Thanks a lot.
Hi @thomasgoirand as it has been 2 weeks I’m assuming this has been resolved. If there’s still an issue feel free to comment and we’re happy to follow up.
Hi @p4r0dy I assume that it worked since it’s been 2 weeks and will therefore mark the issue for now as resolved. If something is not working feel free to leave a comment and we continue following up.
Great thanks. I now fully understand the problem.
Executing below queries in your database should make this work again. Please note in the last query you need to replace
$USERNAMEwith your WordPress username:DELETE from wp_matomo_site where idsite = '2'; DELETE FROMwp_matomo_optionwhereoption_namelike '%_defaultReport'; DELETE FROMwp_matomo_accesswhereidsite= 2; INSERT INTOwp_matomo_option(option_name,option_value,autoload) VALUES ('$USERNAME_defaultReport', '1', 0);The last query may not be needed. I checked in the code and usually if the site was deleted this problem would not happen. It’s only happening because the site IDs were changed manually.
Let me know if this helps @manuel22