OJS v3.1.2 piwik Plugin error

Hi @asmecher,

I implemented the piwik plugin but piwik doesn’t log anything. Analyzing the problem showed that OJS seems to change the piwik url which I insert into the configuration of the plugin. It changes the url from https://piwik.ub.uni-muenchen.de to https://https://piwik.ub.uni-muenchen.de

see the network analysis:
piwik

Where can I change this behaviour?

Thanks, Anna

Remember having had to fix this. On line 122 of plugins/generic/piwik/PiwikPlugin.inc.php , one must remove the slashes.

1 Like

thanks a lot! now it works!

I’ve filed this as a bug.
https://github.com/pkp/pkp-lib/issues/4763

2 Likes