Thomas
Forum Replies Created
-
Hi @brandondove
sorry there seems to be another file that needs to be removed in
wp-content/plugins/matomo/app/plugins/Actions/Columns/InteractionPosition.phpI’m hoping this is the last file that needs to be removed. I looked through the code and couldn’t find any other ones but it’s no guarantee. Be great to remove the file and test it again. Thanks 🙂
Hi @brandondove
Sorry about the trouble. It seems when updating the plugin, some old files weren’t removed that should have been removed. Are you updating the plugin manually or are you using the WordPress plugin updater in the WordPress Admin UI?
Basically, this can be likely fixed eg by removing the following file:
wp-content/plugins/matomo/app/plugins/VisitorInterest/Columns/VisitsByDaysSinceLastVisit.phpYou might also want to check if other ones need to be removed like
wp-content/plugins/matomo/app/plugins/DevicePlugins/Columns/PluginDirector.php wp-content/plugins/matomo/app/plugins/DevicePlugins/Columns/PluginGears.phpDo those files exist in your installation? And if so, can you try to remove them?
The information might be still cached and you might need to go to “WP Admin -> Matomo Analytics -> Diagnostics -> Troubleshooting” and click on the “clear cache” button but I think it might not be needed.
Hi @tim-reeves sorry about this. AFAIK we haven’t changed anything that could cause this but it might depend from which version you updated. Any chance you could paste the output of your system report here (it should be automatically anonymised, or you can email us at wordpress@matomo.org)? See https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/
Have you maybe also updated any other plugins or made any other changes to your hosting/server (if you know)?
Thanks for all this @timherinckx . Very appreciated. I just downloaded the WP 5.6 release (I’m already on a newer version) and indeed it is marked as version 5.6. Glad I waited for your results 🙂 I’ve done some more testing with different version comparisons and justed the original pull request and a fix will be included in the next release. Thanks again for all your help.
Hi @1001webs I’ll mark this issue now as resolved as I haven’t heard from you in a while. If you still experience this issue feel free to comment any time or send us the link by email and we will follow up. Thanks
@matheka-jnr I’ll mark this issue as resolved for now as I haven’t heard from you in a while. If you still experience this issue feel free to comment any time and we will follow up. It might be also worth updating to our latest release which may have fixed the issue.
Hi @jutasig I’m marking this issue as resolved as I would assume the latest updates fix the issue and as a I haven’t heard from you in a while. Feel free to comment if you still experience this issue and I will be happy to follow up.
Hi @nam1962 is your Matomo for WordPress now running on a different server or the same server as previously Matomo On-Premise? If it is a different server, is it the same kind of server or maybe even on a different hoster?
I’ve installed so far the same plugins (the plugins that are available through WordPress plugins directory) and it loads fast to me.
Sure no problem if it takes some time. As nobody else had any issues with it so far I’m planning for now to hold off with merging this PR just to ensure it doesn’t make things worse. We might include it in the next release though already. Be great to let us know once you have an update.
Hi @nam1962
I just had a look at your site and I can see the important load metric is around 2seconds and not delayed by Matomo which is great. I can see how your Matomo request is unusually slow. Did you have previously your Matomo instance running on the same server and there it was faster? Or is Matomo now running on a different server?
Any chance you could also post your system report here which should be automatically anonymised? https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/
Thanks for that @nam1962
Hi @nielspilon sorry about all that. WordPress should be sending you an email. Any chance you can check what admin email is configured? I would assume it goes to that email. And it might be also good to check your spam folder just in case.
Do you maybe remember if you previously upgraded from a 1.X version? It’s possible that in that case the plugin become incompatible with some other plugin of yours. Any chance you could send us your system report see https://matomo.org/faq/wordpress/how-do-i-find-and-copy-the-system-report-in-matomo-for-wordpress/
The system report would also include information from which version you upgraded and it should be automatically anonymised.If the system report doesn’t even work you could follow the step on the page that mentions defining
define( 'MATOMO_SAFE_MODE', true );maybe.Hi @timherinckx When you uninstall the plugin, by default it won’t wipe the data but it will wipe the config file which should be automatically recreated on install. The safest way be though to manually remove the plugin from the directory directly and then either uploading it again through the WP upload feature or manually uploading the extracted zip file. Does this help?
Hi @volkhardv have you maybe noticed anything after enabling WP_DEBUG? Be great to let us know once you find something 🙂
Thanks for this @timherinckx very appreciated. It seems when I updated to 5.6 WP did not delete the older files which is how I did not notice it. I’ve now manually removed these files and noticed the Matomo UI still works though even the files don’t exist. Can you confirm this?
I’ve prepared a fix for this in https://github.com/matomo-org/wp-matomo/pull/408/files
If you wanted to test it, you could replace the content of the file
wp-content/plugins/matomo/plugins/WordPress/WpAssetManager.phpwith this content: https://raw.githubusercontent.com/matomo-org/wp-matomo/70ca674806c8fe3acd3d188b39d019033641cd01/plugins/WordPress/WpAssetManager.phpThanks again for bringing this up and creating the WP issue.
Hi @timherinckx
this file should exist in your WP 5.6 installation indeed. It should be in
wp-includes/js/jquery/ui/widget.min.js.I suppose we can mark this issue as resolved? Maybe another update WP update helps to fix the issue?