Ver Mensaje Individual
  #7 (permalink)  
Antiguo 15/09/2008, 15:35
kozapatista
 
Fecha de Ingreso: septiembre-2008
Mensajes: 1
Antigüedad: 16 años, 4 meses
Puntos: 0
Respuesta: Ayuda con PhpList!

Cita:
Iniciado por bailamj Ver Mensaje
Cita:
Iniciado por bailamj Ver Mensaje
hay que poner el test a 0 aqui en config:

# if test is true (not 0) it will not actually send ANY messages,
# but display what it would have sent
define ("TEST",0);
vale, y si lo tengo puesto a 0 ?

me dice el mismo mensaje:
Ejecutando en modo prueba, no se enviará ningún correo. Compruebe su fichero de configuración.

y luego encima de dice:

Database error 1226 User 'bbdd_phplist' has exceeded the 'max_questions' resource (current value: 50000)
Seguro que después de dos años las personas que plantearon el problema ya lo resolvieron, pero como no postearon solución... la pongo.

Lo que hay que hacer es cambiar el valor de TEST
Si está así:
# if test is true (not 0) it will not actually send ANY messages,
# but display what it would have sent
define ("TEST",0);

hay que ponerlo así:
# if test is true (not 0) it will not actually send ANY messages,
# but display what it would have sent
define ("TEST",1);
(cambiar el 0 por un 1)

Saludos