Warning (2): file_get_contents(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 62]Code Context urlencode($address)."&sensor=false";
$result = json_decode(file_get_contents($geoCodeURL), true);
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array()
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
file_get_contents - [internal], line ??
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 62
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Warning (2): file_get_contents(http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false) [<a href='http://php.net/function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: no suitable wrapper could be found [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 62]Code Context urlencode($address)."&sensor=false";
$result = json_decode(file_get_contents($geoCodeURL), true);
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array()
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
file_get_contents - [internal], line ??
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 62
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 64]Code Context $result = json_decode(file_get_contents($geoCodeURL), true);
$coords['status'] = $result["status"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array()
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 64
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65]Code Context
$coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65]Code Context
$coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65]Code Context
$coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65]Code Context
$coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65]Code Context
$coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 65
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66]Code Context $coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$coords['lng'] = $result["results"][0]["geometry"]["location"]["lng"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null,
'lat' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66]Code Context $coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$coords['lng'] = $result["results"][0]["geometry"]["location"]["lng"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null,
'lat' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66]Code Context $coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$coords['lng'] = $result["results"][0]["geometry"]["location"]["lng"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null,
'lat' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66]Code Context $coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$coords['lng'] = $result["results"][0]["geometry"]["location"]["lng"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null,
'lat' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
Notice (8): Trying to access array offset on value of type null [APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66]Code Context $coords['status'] = $result["status"];
$coords['lat'] = $result["results"][0]["geometry"]["location"]["lat"];
$coords['lng'] = $result["results"][0]["geometry"]["location"]["lng"];
$address = '420 S. Emporia Ave., Ste 120, Wichita, 67202-Kansas'
$coords = array(
'status' => null,
'lat' => null
)
$geoCodeURL = 'http://maps.google.com/maps/api/geocode/json?address=420+S.+Emporia+Ave.%2C+Ste+120%2C+Wichita%2C+67202-Kansas&sensor=false'
$result = null
simpleGMapGeocoder::getGeoCoords() - APP/Vendor/GoogleMap/simpleGMapGeocoder.php, line 66
simpleGMapAPI::addMarkerByAddress() - APP/Vendor/GoogleMap/simpleGMapAPI.php, line 547
include - APP/View/Pages/home_care_profile.ctp, line 120
View::_evaluate() - CORE/Cake/View/View.php, line 971
View::_render() - CORE/Cake/View/View.php, line 933
View::render() - CORE/Cake/View/View.php, line 473
Controller::render() - CORE/Cake/Controller/Controller.php, line 968
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 117
420 S. Emporia Ave., Ste 120, Wichita, KS, 67202