Recent Topics

1 Oct 16, 2007 13:26    

Hola,
al enviar un comentario me aparece el siguiente error:

Notice: Only variable references should be returned by reference in /home/www/ago.com.es/blog/inc/MODEL/dataobjects/_dataobjectlist.class.php on line 111

En concreto hace referencia a las lineas 106-114 del fichero _dataobjectlist.class.php:

function & get_next()
	{
		if( $this->current_idx >= $this->result_num_rows )
		{	// No more comment in list
			$r = false;
			return $r;
		}
		return $this->Obj[$this->current_idx++];
	}

Utilizo la versión 1.10.2 de b2evolution y la version 4.4.0 de php.
Gracias a todos los que contesten, este foro me ha solucionado ya muchos problemas


Form is loading...