Duda con MOD de Banderas
Publicado: 24 Jun 2010, 18:23
Buenas, queria saber si el nod de las banderas es compatible con mi version..
GRacias
GRacias
phpBB España Oficial, Soporte Internacional Oficial del sistema de foros phpBB en Español, extensiones, estilos, traducciones, guías, tutoriales, videos, redes sociales, webmaster.
https://www.phpbb-es.com/foro/
Código: Seleccionar todo
After installation you need to purge the cache and install the module inside ACP.
Código: Seleccionar todo
Error General
SQL ERROR [ mysql4 ]
Table 'descarg1_foroprno.phpbb_ariwpm' doesn't exist [1146]
SQL
SELECT * FROM phpbb_ariwpm WHERE wpm_config_id = 1
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_wpm.php
LINE: 243
CALL: dbal_mysql->sql_query()
FILE: includes/functions_wpm.php
LINE: 30
CALL: welcome_pm->get_data()
FILE: includes/acp/acp_wpm.php
LINE: 35
CALL: welcome_pm->welcome_pm()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_wpm->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
Código: Seleccionar todo
CREATE TABLE phpbb_wpm (
wpm_config_id int(3) NOT NULL,
wpm_enable tinyint(1) unsigned NOT NULL,
wpm_send_id mediumint(8) NOT NULL,
wpm_preview tinyint(1) unsigned NOT NULL,
wpm_variables varchar(255) NOT NULL,
wpm_subject varchar(100) NOT NULL,
wpm_message mediumtext NOT NULL,
wpm_version varchar(255) NOT NULL,
PRIMARY KEY (wpm_config_id)
) ;
INSERT INTO phpbb_wpm (wpm_config_id, wpm_enable, wpm_send_id, wpm_preview, wpm_variables, wpm_subject, wpm_message, wpm_version) VALUES(1, 1, 2, 0, '', 'Welcome to {SITE_NAME}!', 'Hello, [b]{USERNAME}[/b]!\n\nWelcome to {SITE_NAME} ({SITE_DESC})\n\nYou registered on [b]{USER_REGDATE}[/b]. According to your input, your email is [b]{USER_EMAIL}[/b] and you live in timezone [b]{USER_TZ}[/b]. It is nice to know that you speak {USER_LANG_LOCAL}.\n\nYou can contact us here: {BOARD_CONTACT} or here: {BOARD_EMAIL}, whichever you prefer, at anytime. Thank you for choosing us.\n\n-Thank you for registering at {SITE_NAME}!\n\nThanks, {SENDER}', '2.2.5');
Si, igual ya me rendi, lo reinstale 3 veces para asegurarme, sera que no es compatible con 3.0.7-PL1??jakk escribió:estás seguro de que has editado correctamente todos los archivos que indica en el install?