DEBUGGING
Address: Glendora
Username: Solarrific
Waldo: GeoIP_Location Object
(
[countryCode] => US
[countryName] => United States
[region] => CA
[city] => Glendora
[postalCode] =>
[latitude] => 34.1321
[longitude] => -117.8511
[areaCode] => 626
[dmaCode] => 803
[countryCode3] => USA
)
Geocode:
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: geocode
Filename: search/template_0004.php
Line Number: 193
Lat: 34.1321
Lon: -117.8511
Geo Source:
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: geo_source
Filename: search/template_0004.php
Line Number: 196
Query: SELECT DISTINCT locations.id, locations.location_number, locations.name, locations.street_address, locations.street_address_line2, locations.street_address_line3, locations.city, locations.state_province, locations.zip_postal_code, locations.country, locations.phone, locations.toll_free, locations.fax, locations.email, locations.website_url, locations.contact_name, locations.contact_title, locations.additional_info, locations.custom1, locations.custom2, locations.custom3, locations.custom4, locations.custom5, locations.custom6, locations.image, locations.marker_url, locations.products, locations.lat, locations.lon, (3956 * 2 * ASIN(SQRT( POWER(SIN((34.1321 - locations.lat) * pi()/180 / 2), 2) + COS(34.1321 * pi()/180) * COS(locations.lat * pi()/180) * POWER(SIN((-117.8511 - locations.lon) * pi()/180 / 2), 2) )) ) AS distance
FROM (locations)
LEFT JOIN accounts ON locations.account_id = accounts.id
WHERE `accounts`.`username` = 'Solarrific'
AND (3956 * 2 * ASIN(SQRT( POWER(SIN((34.1321 - locations.lat) * pi()/180 / 2),2) + COS(34.1321 * pi()/180) * COS(locations.lat * pi()/180) * POWER(SIN((-117.8511 - locations.lon) * pi()/180 / 2),2) )) ) <= '4000'
ORDER BY distance asc, locations.location_number asc, locations.id asc
LIMIT 5
Total Rows: 5
Rows: Array
(
[0] => stdClass Object
(
[id] => 75011
[location_number] => 113
[name] => Marukai Corporation
[street_address] => 1740 West Artesia Blvd
[street_address_line2] =>
[street_address_line3] =>
[city] => Gardena
[state_province] => CA
[zip_postal_code] => 90248
[country] => USA
[phone] => 310-660-6300
[toll_free] =>
[fax] =>
[email] =>
[website_url] => www.marukai.com/gardena-en.html
[contact_name] =>
[contact_title] =>
[additional_info] =>
[custom1] =>
[custom2] =>
[custom3] =>
[custom4] =>
[custom5] =>
[custom6] =>
[image] =>
[marker_url] =>
[products] =>
[lat] => 33.872059
[lon] => -118.307686
[distance] => 31.7079335756849
)
[1] => stdClass Object
(
[id] => 75337
[location_number] => 120
[name] => JABETC
[street_address] => 2100 W 15th St.
[street_address_line2] =>
[street_address_line3] =>
[city] => Long Beach
[state_province] => CA
[zip_postal_code] => 90813
[country] => USA
[phone] => 562-274-3254
[toll_free] =>
[fax] =>
[email] =>
[website_url] => www.jabetc.com
[contact_name] =>
[contact_title] =>
[additional_info] =>
[custom1] =>
[custom2] =>
[custom3] =>
[custom4] =>
[custom5] =>
[custom6] =>
[image] =>
[marker_url] =>
[products] =>
[lat] => 33.785271
[lon] => -118.219978
[distance] => 31.9331697097301
)
[2] => stdClass Object
(
[id] => 75338
[location_number] => 121
[name] => Homeworks
[street_address] => 2923 Main St
[street_address_line2] =>
[street_address_line3] =>
[city] => Santa Monica
[state_province] => CA
[zip_postal_code] => 90405
[country] => USA
[phone] => 310-396-0101
[toll_free] =>
[fax] =>
[email] =>
[website_url] =>
[contact_name] =>
[contact_title] =>
[additional_info] =>
[custom1] =>
[custom2] =>
[custom3] =>
[custom4] =>
[custom5] =>
[custom6] =>
[image] =>
[marker_url] =>
[products] =>
[lat] => 33.999153
[lon] => -118.480324
[distance] => 37.1417078165369
)
[3] => stdClass Object
(
[id] => 75336
[location_number] => 119
[name] => Brands On Sale
[street_address] => 2466 Lugonia Ave
[street_address_line2] => Mountain View Industrial Center
[street_address_line3] =>
[city] => Redlands
[state_province] => CA
[zip_postal_code] => 92374
[country] => USA
[phone] =>
[toll_free] => 800-979-3156
[fax] =>
[email] =>
[website_url] => www.brandsonsale.com
[contact_name] =>
[contact_title] =>
[additional_info] =>
[custom1] =>
[custom2] =>
[custom3] =>
[custom4] =>
[custom5] =>
[custom6] =>
[image] =>
[marker_url] =>
[products] =>
[lat] => 34.070282
[lon] => -117.202240
[distance] => 37.3418177337945
)
[4] => stdClass Object
(
[id] => 98314
[location_number] => 127
[name] => Kids At Heart
[street_address] => 625 Pine Knot
[street_address_line2] =>
[street_address_line3] =>
[city] => Big Bear Lake
[state_province] => CA
[zip_postal_code] => 92314
[country] => USA
[phone] => 909-866-3033
[toll_free] =>
[fax] =>
[email] =>
[website_url] =>
[contact_name] =>
[contact_title] =>
[additional_info] =>
[custom1] =>
[custom2] =>
[custom3] =>
[custom4] =>
[custom5] =>
[custom6] =>
[image] =>
[marker_url] =>
[products] =>
[lat] => 34.241264
[lon] => -116.911087
[distance] => 54.2151085608569
)
)