Joomla.it Forum

Joomla! 1.5.x (versione con supporto terminato) => Joomla! 1.5 => : Xeos 07 Dec 2006, 20:01:37

: Geo Visitors
: Xeos 07 Dec 2006, 20:01:37
Ultimamente ho installato su joomla il modulo Geo Visitors ma appena ho caricato la home per la prima volta dopo l'installazione mi ha dato il seguente errore:
:
Fatal error: Call to a member function on a non-object
in /membri/uniformamente/includes/domit/xml_domit_lite_parser.php
on line 1075
A quel punto ho provato a ricarica la pagina e il problema sembrava essersi risolto... ma in realtà nella mappa del modulo non sembra spuntare nessuno... qualcuno saprebbe aiutarmi???

Grazie

Se volete vedere con i vostri occhi la mia home page visitate:
http://uniformamente.altervista.org
: Re: Geo Visitors
: surfbit 08 Dec 2006, 11:34:34
Puoi allegare l'errore al post!! Non si vede  ;)
: Re: Geo Visitors
: Bettinz 08 Dec 2006, 12:10:36
da me si vede  ::)

Fatal error: Call to a member function on a non-object in /membri/uniformamente/includes/domit/xml_domit_lite_parser.php on line 1075
: Re: Geo Visitors
: napo 08 Dec 2006, 12:58:10
Che versione di Joomla stai usando?
: Re: Geo Visitors
: surfbit 08 Dec 2006, 12:59:36
da me si vede  ::)

Fatal error: Call to a member function on a non-object in /membri/uniformamente/includes/domit/xml_domit_lite_parser.php on line 1075
Ora sì!! lo vedo  ;)
: Re: Geo Visitors
: Xeos 08 Dec 2006, 20:08:13
sto usando la versione 1.0, praticamente l'ultima stabile
Carneade please!  :'(
: Re: Geo Visitors
: surfbit 08 Dec 2006, 20:13:35
L'ultima stabile è la Ver. 1.0.11  :)
: Re: Geo Visitors
: Xeos 08 Dec 2006, 20:37:05
si hai ragione... mi ero dimenticato di scrivere tutto il numero
cmq ecco tutti i dati:

Versione Joomla!:       Joomla! 1.0.11 Stable
Versione PHP:           4.4.4RC2-dev
mod_geo_visitors:       0.32rc4

spero che bastino...

ultimamente ho provato a reinstallare il modulo ma niente... torna sempre lo stesso errore... :'(
: Re: Geo Visitors
: surfbit 08 Dec 2006, 21:00:28
Puoi guardare cosa richiama alla linea 1075 di xml_domit_lite_parser.php
: Re: Geo Visitors
: Xeos 08 Dec 2006, 21:35:31
il quel file alla riga 1075 c'è scritto:

return $response->getResponse();


questo è il codice che va dalla linea 1072 alla 1087:

if ($this->httpConnection != null)
{
   $response =& $this->httpConnection->get($filename);
   $this->httpConnection->disconnect();
   return $response->getResponse();
}
else if (function_exists('file_get_contents'))
     {
      //if (file_exists($filename)) {
      return file_get_contents($filename);
      //}
     }
     else
     {
require_once(DOMIT_INCLUDE_PATH . 'php_file_utilities.php');
$fileContents =& php_file_utilities::getDataFromFile($filename, 'r');
return $fileContents;
}

Ho appena installato anche una versione + recente del modulo ma l'errore è sempre lo stesso...