andeedee / gapi-google-analytics-php-interface

Automatically exported from code.google.com/p/gapi-google-analytics-php-interface
0 stars 0 forks source link

falla la url "http://schemas.google.com/analytics/2009" #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Cuando ejecuto la pagina de las estadísticas se cae en la linea:

$ga->requestReportData(ga_profile_id,$dimensions,$metrics,$sort,$filter,$start_d
ate,$end_date,null,$tota_reg);

2. Al realizar el seguimiento me doy cuenta que en la linea del archivo 
gapi.class.php:

    foreach($xml->entry as $entry)
    {
      $properties = array();
      foreach($entry->children('http://schemas.google.com/analytics/2009')->property as $property)

3. Cuando trato de acceder a la URL:

/*******************************************************************************
***/

http://schemas.google.com/analytics/2009

/*******************************************************************************
***/
The requested URL could not be retrieved

While trying to retrieve the URL: http://schemas.google.com/analytics/2009

The following error was encountered:

    Unable to determine IP address from host name for schemas.google.com 

The dnsserver returned:

    Name Error: The domain name does not exist. 

This means that:

 The cache was not able to resolve the hostname presented in the URL. 
 Check if the address is correct. 

Your cache administrator is root.
Generated Fri, 26 Oct 2012 00:32:37 GMT by fw07.yell.com.pe 
(squid/2.6.STABLE21) 

/*******************************************************************************
***/

Al parecer el servidor no funciona o la ip en la que esta alojado 
"schemas.google.com"

Por favor revisar o levantar el servidor en el que esta alojado.

La aplicación que se desarrollo con este API es muy usado.

Gracias

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by virginia...@gmail.com on 26 Oct 2012 at 12:34