any idea what these activity log errors mean?
Can't locate object method "new" via package "XML::XPath" at /Library/WebServer/CGI-Executables/mt/plugins /ActionStreams/lib/ActionStreams/Event.pm line 233
and
Error updating events for Jeremy's digg_submitted stream (type digg ident ): Can't locate XML/Parser.pm in @INC ...
Hi, jerm! Sorry for not answering this quickly.
This means you're missing a component of perl's XML parser, either the expat library or the XML::Parser perl module that provides the perl interface to expat. If you're using your own web server, they should be available from your package manager.
I fixed this one by repeatedly trying to install XML::Parser from cpan and some how it worked -- idk.