getElementsByTagName() on a non-object
问题 I have a PHP error: Fatal error: Call to a member function getElementsByTagName () on a non-object in /weather /classes/BxWeatherModule.php on line 37 Here's the code: function serviceWeatherIndexPage() { include("geoipcity.inc"); include("geoipregionvars.php"); $ip = $_SERVER['REMOTE_ADDR']; $weather_feed = ""; $pathr= BX_DOL_URL_ROOT; $gi = geoip_open("../GeoLiteCity.dat",GEOIP_STANDARD); $record = geoip_record_by_addr($gi,$ip); geoip_close($gi); $city = $record->city; if ($city == "")