On running geoipUpdateRows.php on a piwik upgraded from 1.8.4 to 1.9 I'm getting the following errors:
php ./geoipUpdateRows.php
PHP Fatal error: Call to a member function isWorking() on a non-object in <piwikPath>/misc/others/geoipUpdateRows.php on line 42
Fatal error: Call to a member function isWorking() on a non-object in <piwikPath>/misc/others/geoipUpdateRows.php on line 42
Thanks for the report, can you try the fix in: http://dev.piwik.org/trac/changeset/7222
new file is: https://github.com/piwik/piwik/blob/master/misc/others/geoipUpdateRows.php?rev=7222&format=txt
See bug: #3446