Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/09/2008, 08:45
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Estancado con un warning en mysql

Cambia esta linea:
Código PHP:
$this->descriptor mysql_connect($this->servidor$this->usuario$this->pass) or die( "Error de conexion: " mysql_error() ); 
y verifica si se esta conectando correctamente.

Saludos.