Jueves, 11 Marzo 2010
Viviendo Linux
Bienvenido(a), Invitado(a)
Por favor Ingresa o Regístrate.    ¿Perdiste tu contraseña?
Error with Easy Ping
(1 viendo) 1 Invitado
Ir al fondoPublicar nuevo temaPublicar respuesta
TEMA: Error with Easy Ping
#77
Error with Easy Ping

Error with Easy Ping hace 4 Meses, 3 Semanas  
Hi there, after installing Easy Ping I get the following error when trying to post articles:

Código:

Fatal error: Call to a member function on a non-object in /nfs/c04/h01/mnt/60748/domains/mydomain.com/html/plugins/system/easyping.php on line 129


Any ideas why this might be so?
 
Reporte guardado Reporte guardado
  Reply Quote
#81
mic

Re: Error with Easy Ping hace 4 Meses  
Yes, in this line the plugin calls a object, but there is NO object.
Código:

if($this->params->get('fetchimages')==1)


params should be intialized in the contructor, then you can call $this->.....
 
Reporte guardado Reporte guardado
  Reply Quote
#100
medisoft
Moderador
Posts: 163
graph
Usuario fuera de línea Perfil
Re: Error with Easy Ping hace 3 Meses, 3 Semanas Karma: 2
can you tell me which version of joomla are you using? We use this plugin on this very site, with joomla spanish 1.5.14 and works without problem, maybe on newer versions or the english version.
 
Reporte guardado Reporte guardado
 
  Reply Quote
#141
localizador1709
Recién llegado
Posts: 1
graphgraph
Usuario fuera de línea Perfil
Re: Error with Easy Ping hace 3 Meses, 2 Semanas Karma: 0
(a-)rpc.technorati.com/rpc/ping - this address to ping does not work;

PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to rpc.technorati.com:80 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
) in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 180

(b-)if(($fp=fopen($newurl,"r"))==true) { (the line 290)

PHP Warning: fopen() [<a href='function.fopen'>function.fopen</a>]: URL file-access is disabled in the server configuration in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen(api.my.yahoo.com/rss/ping?u=http://www.l...p=1&amp;view=xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: no suitable wrapper could be found in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen() [<a href='function.fopen'>function.fopen</a>]: URL file-access is disabled in the server configuration in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen(webmaster.live.com/webmaster/ping.aspx?s...p=1&amp;view=xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: no suitable wrapper could be found in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen() [<a href='function.fopen'>function.fopen</a>]: URL file-access is disabled in the server configuration in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen(www.bing.com/webmaster/ping.aspx?siteMap...p=1&amp;view=xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: no suitable wrapper could be found in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
 
Reporte guardado Reporte guardado
 
última modificación: 24-11-2009 05:57:41 Por localizador1709.
  Reply Quote
#144
medisoft
Moderador
Posts: 163
graph
Usuario fuera de línea Perfil
Re: Error with Easy Ping hace 3 Meses, 2 Semanas Karma: 2
this seems to be firewall permissions on your server.

Check it to see if you can connect from the console to any of this addresses using a telnet.

also, you will need to have http wrapper installed in your php. All linux versions have it, I don't know about Windows versions.


localizador1709 dijo:
(a-)rpc.technorati.com/rpc/ping - this address to ping does not work;

PHP Warning: fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to rpc.technorati.com:80 (A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
) in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 180

(b-)if(($fp=fopen($newurl,"r"))==true) { (the line 290)

PHP Warning: fopen() [<a href='function.fopen'>function.fopen</a>]: URL file-access is disabled in the server configuration in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen(api.my.yahoo.com/rss/ping?u=http://www.l...p=1&amp;view=xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: no suitable wrapper could be found in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen() [<a href='function.fopen'>function.fopen</a>]: URL file-access is disabled in the server configuration in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen(webmaster.live.com/webmaster/ping.aspx?s...p=1&amp;view=xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: no suitable wrapper could be found in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen() [<a href='function.fopen'>function.fopen</a>]: URL file-access is disabled in the server configuration in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
PHP Warning: fopen(www.bing.com/webmaster/ping.aspx?siteMap...p=1&amp;view=xml) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: no suitable wrapper could be found in E:\home\localizadorimobiliar\web\plugins\system\easyping.php on line 290
 
Reporte guardado Reporte guardado
 
  Reply Quote
#145
medisoft
Moderador
Posts: 163
graph
Usuario fuera de línea Perfil
Re: Error with Easy Ping hace 3 Meses, 2 Semanas Karma: 2
check this error: URL file-access is disabled in the server configuration in ...

you have the function, but it is disabled on your configuration.
 
Reporte guardado Reporte guardado
 
  Reply Quote
Ir al inicioPublicar nuevo temaPublicar respuesta