Página 1 de 1
Problema SQL con userreminder
Publicado: 23 Feb 2009, 10:14
por luffysombrerodepaja
Hola, me he dispuesto a instalar el mod usereminder nuevo y me da un error SQL. Aquí os dejo la captura de pantalla:
URL:
http://gearsofwars.es/index.php" onclick="window.open(this.href);return false;
Versión phpBB: phpBB3 (3.0.4)
MODs Instalados: Está todo en la firma
Plantilla(s) usada(s): 360 Elite (prosilver)
Servidor: Linux de pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No
Re: Problema SQL con userreminder
Publicado: 23 Feb 2009, 21:54
por Manolo
No veo un pijo

Re: Problema SQL con userreminder
Publicado: 23 Feb 2009, 22:58
por luffysombrerodepaja
Juer, en teoría debería de al pulsar en la imágen salir jejej pero como teneis el MOD ese de las imágenes no ha valido jejej. Aquí te dejo la url directa.
http://subefotos.com/ver/?7a1c3e9cd16e6 ... edc8do.png
Re: Problema SQL con userreminder
Publicado: 24 Feb 2009, 00:19
por xirox
Es un error de sintaxis, puedes poner todo el codigo sql aqui?
Re: Problema SQL con userreminder
Publicado: 24 Feb 2009, 10:24
por luffysombrerodepaja
Eso está hecho, pero me extraña ya que es el del mod, yo no lo he escrito XD
Aquí va...
Código: Seleccionar todo
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_last_auto_run', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_ignore_no_email', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_delete_choice', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_zero_poster_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_zero_poster_days', '15');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_inactive_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_inactive_days', '60');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_inactive_still_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_inactive_still_days', '30');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_not_logged_in_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_not_logged_in_days', '20');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_enable', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_protected_users', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_inactive_still_opt_zero', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_inactive_still_opt_inactive', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('user_reminder_inactive_still_opt_not_logged_in', '1');
ALTER TABLE phpbb_users ADD user_reminder_inactive INT( 11 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE phpbb_users ADD user_reminder_zero_poster INT( 11 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE phpbb_users ADD user_reminder_inactive_still INT( 11 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE phpbb_users ADD user_reminder_not_logged_in INT( 11 ) UNSIGNED NOT NULL DEFAULT '0';