nichtsistwahr
Forum Replies Created
-
There seems to be a workaround for the PHP API: https://forum.piwik.org/read.php?2,127892,page=1#msg-127962
Since the 2.14.1 milestone still has around 30 open issues it might be worth a shot for people that do not want to use the http api until the next Piwik release arrives.
If only the configuration interface was available. ??
Changing it in the database would work of course (I switched to manual tracking code for now).Awesome. I still get that same
notice
though. ??How about changing that line (
249
) to something like:
if (isset($email) && is_email($email)) $attendee['mailto'] = $email;
since there still is no guarantee the variable will be set. Alternatively you could of course just initialize the variable.I managed to track down the source of the invalid email address btw. It turns out DAVdroid or rather android simply assumes the account name is a valid email address and neither does any checks whether that’s actually true. SOGo then passed on the string without verifying it. Which now leaves me with a bunch of invalid organizer entries. :/
Thanks, seems to work now. It was line 35 however. ??
Notice: Undefined index: nb_users in /var/www/redacted/wp-content/plugins/wp-piwik/dashboard/overview.php on line 36
(same line, repeated 22 times)I just updated to 0.9.9.14 and now I’m getting not one, but 22 notices (
Notice: Undefined index: nb_users ...
) on my dashboard. o.OPiwik v2.12.1
WordPress v4.1.1