Conversation
Notices
-
Embed this notice
@chimo Installed SocialAnalytics, I’m seeing graphs with no data, any pointers on where to start debugging?
-
Embed this notice
@kevingranade Graphs are generated by JS that pulls data from the HTML tables. Does the data in your HTML tables look okay on that page?
-
Embed this notice
@chimo Data looks bad, looking at the error log, it’s going off the rails at line 70 of social.php, “Undefined index: month”, followed by a lot of other errors.
-
Embed this notice
@kevingranade can you try adding “?month=2012-03” (no quotes) after “social” in the url and see what happens?
-
Embed this notice
@chimo Undefined offset: 1 in /var/www/statusnet/plugins/SocialAnalytics/Social_analytics.php on line 16\
-
Embed this notice
@chimo Undefined offset: 1 in /var/www/statusnet/plugins/SocialAnalytics/Social_analytics.php on line 16\
-
Embed this notice
@chimo I see you’re calling into some memcached functions, does that fallback properly if I’m not using memcached?
-
Embed this notice
@chimo btw, want to move to irc? While I’m sure everyone will be facinated by debugging a statusnet plugin…. :)
-
Embed this notice
@kevingranade re: memcached: should be okay. I don’t have it installed either. re: IRC: sure, give me ~5mins (doing dishes, heh heh)
- Embed this notice
-
Embed this notice
@kevingranade okay, all done. Which channel/server should I hop on?
-
Embed this notice
In case of interest, @chimo sorted it out, there was a bug in multi-user instance handling.
-
Embed this notice