There's a minor bug in library/googlepoll.php, line 199:
require_once('xml-processing/gc_XmlParser.php');
The file is really named gc_xmlparser.php (all lowercase). Changing line 199 to:
require_once('xml-processing/gc_xmlparser.php');
fixes the problem.
Original issue reported on code.google.com by mi...@favorfavorbaby.com on 17 Sep 2010 at 7:44
Original issue reported on code.google.com by
mi...@favorfavorbaby.com
on 17 Sep 2010 at 7:44