Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Could not get style data PHPBB3
Could not get style data PHPBB3
URL: http://toronegro.zobyhost.com
Versión phpBB: phpBB3 (3.0.6)
Plantilla(s) usada(s): 4poziomSEO_orange
Servidor: -
Actualización desde otra versión: No
Versión phpBB: phpBB3 (3.06)
MODs Instalados: Ninguno
Plantilla(s) usada(s): pordefecto
Servidor: gratuito
Actualización desde otra versión: no
Conversión desde otro sistema de foros: no
Re: Could not get style data PHPBB3
Re: Could not get style data PHPBB3
Versión phpBB: phpBB3 (3.06)
MODs Instalados: Ninguno
Plantilla(s) usada(s): pordefecto
Servidor: gratuito
Actualización desde otra versión: no
Conversión desde otro sistema de foros: no
Re: Could not get style data PHPBB3
Re: Could not get style data PHPBB3

Versión phpBB: phpBB3 (3.06)
MODs Instalados: Ninguno
Plantilla(s) usada(s): pordefecto
Servidor: gratuito
Actualización desde otra versión: no
Conversión desde otro sistema de foros: no
Re: Could not get style data PHPBB3
Re: Could not get style data PHPBB3
Versión phpBB: phpBB3 (3.06)
MODs Instalados: Ninguno
Plantilla(s) usada(s): pordefecto
Servidor: gratuito
Actualización desde otra versión: no
Conversión desde otro sistema de foros: no
Re: Could not get style data PHPBB3
Consulta la Documentación de phpBB 2, la Documentación de phpBB 3 y los FAQS de ayuda para tus problemas.
Quizás esté resuelto, y todos ahorremos tiempo.
Si es sobre cómo Crear una Consulta SQL ya lo tienes explicado en el enlace.
En general, se pide Buscar antes de preguntar para no repetir preguntas y dudas resueltas.
Sólo tendrás Soporte si facilitas los datos correspondientes y si respetas completamente el Copyright de phpBB.
NOTA: No damos Soporte a los foros integrados en Nuke y derivados del mismo. Infórmate AQUÍ.
[hr]
Spoiler
MODs Instalados: PhpBB3 Portal 1.2.2 • Highslide Attachment Mod 4.1.4 • Activity Stats Mod • Simple Hide BBcode • Portal Phpbb • Arreglos Varios a Portal, cambios, etc • Similar Topic`s Mod • Tabs al estilo prosilver • No Avatar • Barra lateral de Mitch • Seo URl v. 6.2 •META Etiquetas por .:: MSSTI ::.•BBcode con imágenes • Open Links In New Tab • MSSTI RSS Feed 2.0 with ACP • Email Masivo • Prime Links [Con modificación de Mitch incluída]•Page Title Number MOD•Quién editó el post?•
Evil Quick Reply 1.0.1•
Plantilla(s) usada(s): 1blackout - [Basada en Prosilver]
Servidor:Linux. Page
Actualización desde otra versión: SI . 3.0.5
Conversión desde otro sistema de foros: No
Usuario de prueba : usuario_prueba
Pass: 123456[/align][/size][/font]
[hr]

Re: Could not get style data PHPBB3
Versión phpBB: phpBB3 (3.06)
MODs Instalados: Ninguno
Plantilla(s) usada(s): pordefecto
Servidor: gratuito
Actualización desde otra versión: no
Conversión desde otro sistema de foros: no
Re: Could not get style data PHPBB3
http://www.phpbb-es.com/foro/trasladand ... 17545.html
saludos
Datos de Soporte:
- URL del Foro: http://www.peruvoley.com/foro
- Hosting donde está alojada: http://www.rogohosting.com
- Versión del foro: 3.3.11
- Estilo: stasis-leak
- Mods Instalados:
Guias de ayuda:
Guia para corregir el copyright en foros phpBB3
Re: Could not get style data PHPBB3

Genera las siquientes consultas SQL, recuerda cambiar el prefijo, por l que usaste para la instalación, si no lo sabes, puedes verlo en tu archivo config.php
Primero realiza una copia de tu base de datos y luego genera esats consultas, una por una.
Código: Seleccionar todo
TRUNCATE TABLE phpbb_styles;
INSERT INTO phpbb_styles (style_id, style_name, style_copyright, style_active, template_id, theme_id, imageset_id) VALUES
(1, 'prosilver', '© phpBB Group', 1, 1, 1, 1);
Código: Seleccionar todo
TRUNCATE TABLE phpbb_styles_imageset;
INSERT INTO phpbb_styles_imageset (imageset_id, imageset_name, imageset_copyright, imageset_path) VALUES
(1, 'prosilver', '© phpBB Group', 'prosilver');
Código: Seleccionar todo
TRUNCATE TABLE phpbb_styles_imageset_data;
INSERT INTO phpbb_styles_imageset_data (image_id, image_name, image_filename, image_lang, image_height, image_width, imageset_id) VALUES
(1, 'site_logo', 'site_logo.gif', '', 52, 139, 1),
(2, 'forum_link', 'forum_link.gif', '', 27, 27, 1),
(3, 'forum_read', 'forum_read.gif', '', 27, 27, 1),
(4, 'forum_read_locked', 'forum_read_locked.gif', '', 27, 27, 1),
(5, 'forum_read_subforum', 'forum_read_subforum.gif', '', 27, 27, 1),
(6, 'forum_unread', 'forum_unread.gif', '', 27, 27, 1),
(7, 'forum_unread_locked', 'forum_unread_locked.gif', '', 27, 27, 1),
(8, 'forum_unread_subforum', 'forum_unread_subforum.gif', '', 27, 27, 1),
(9, 'topic_moved', 'topic_moved.gif', '', 27, 27, 1),
(10, 'topic_read', 'topic_read.gif', '', 27, 27, 1),
(11, 'topic_read_mine', 'topic_read_mine.gif', '', 27, 27, 1),
(12, 'topic_read_hot', 'topic_read_hot.gif', '', 27, 27, 1),
(13, 'topic_read_hot_mine', 'topic_read_hot_mine.gif', '', 27, 27, 1),
(14, 'topic_read_locked', 'topic_read_locked.gif', '', 27, 27, 1),
(15, 'topic_read_locked_mine', 'topic_read_locked_mine.gif', '', 27, 27, 1),
(16, 'topic_unread', 'topic_unread.gif', '', 27, 27, 1),
(17, 'topic_unread_mine', 'topic_unread_mine.gif', '', 27, 27, 1),
(18, 'topic_unread_hot', 'topic_unread_hot.gif', '', 27, 27, 1),
(19, 'topic_unread_hot_mine', 'topic_unread_hot_mine.gif', '', 27, 27, 1),
(20, 'topic_unread_locked', 'topic_unread_locked.gif', '', 27, 27, 1),
(21, 'topic_unread_locked_mine', 'topic_unread_locked_mine.gif', '', 27, 27, 1),
(22, 'sticky_read', 'sticky_read.gif', '', 27, 27, 1),
(23, 'sticky_read_mine', 'sticky_read_mine.gif', '', 27, 27, 1),
(24, 'sticky_read_locked', 'sticky_read_locked.gif', '', 27, 27, 1),
(25, 'sticky_read_locked_mine', 'sticky_read_locked_mine.gif', '', 27, 27, 1),
(26, 'sticky_unread', 'sticky_unread.gif', '', 27, 27, 1),
(27, 'sticky_unread_mine', 'sticky_unread_mine.gif', '', 27, 27, 1),
(28, 'sticky_unread_locked', 'sticky_unread_locked.gif', '', 27, 27, 1),
(29, 'sticky_unread_locked_mine', 'sticky_unread_locked_mine.gif', '', 27, 27, 1),
(30, 'announce_read', 'announce_read.gif', '', 27, 27, 1),
(31, 'announce_read_mine', 'announce_read_mine.gif', '', 27, 27, 1),
(32, 'announce_read_locked', 'announce_read_locked.gif', '', 27, 27, 1),
(33, 'announce_read_locked_mine', 'announce_read_locked_mine.gif', '', 27, 27, 1),
(34, 'announce_unread', 'announce_unread.gif', '', 27, 27, 1),
(35, 'announce_unread_mine', 'announce_unread_mine.gif', '', 27, 27, 1),
(36, 'announce_unread_locked', 'announce_unread_locked.gif', '', 27, 27, 1),
(37, 'announce_unread_locked_mine', 'announce_unread_locked_mine.gif', '', 27, 27, 1),
(38, 'global_read', 'announce_read.gif', '', 27, 27, 1),
(39, 'global_read_mine', 'announce_read_mine.gif', '', 27, 27, 1),
(40, 'global_read_locked', 'announce_read_locked.gif', '', 27, 27, 1),
(41, 'global_read_locked_mine', 'announce_read_locked_mine.gif', '', 27, 27, 1),
(42, 'global_unread', 'announce_unread.gif', '', 27, 27, 1),
(43, 'global_unread_mine', 'announce_unread_mine.gif', '', 27, 27, 1),
(44, 'global_unread_locked', 'announce_unread_locked.gif', '', 27, 27, 1),
(45, 'global_unread_locked_mine', 'announce_unread_locked_mine.gif', '', 27, 27, 1),
(46, 'pm_read', 'topic_read.gif', '', 27, 27, 1),
(47, 'pm_unread', 'topic_unread.gif', '', 27, 27, 1),
(48, 'icon_back_top', 'icon_back_top.gif', '', 11, 11, 1),
(49, 'icon_contact_aim', 'icon_contact_aim.gif', '', 20, 20, 1),
(50, 'icon_contact_email', 'icon_contact_email.gif', '', 20, 20, 1),
(51, 'icon_contact_icq', 'icon_contact_icq.gif', '', 20, 20, 1),
(52, 'icon_contact_jabber', 'icon_contact_jabber.gif', '', 20, 20, 1),
(53, 'icon_contact_msnm', 'icon_contact_msnm.gif', '', 20, 20, 1),
(54, 'icon_contact_www', 'icon_contact_www.gif', '', 20, 20, 1),
(55, 'icon_contact_yahoo', 'icon_contact_yahoo.gif', '', 20, 20, 1),
(56, 'icon_post_delete', 'icon_post_delete.gif', '', 20, 20, 1),
(57, 'icon_post_info', 'icon_post_info.gif', '', 20, 20, 1),
(58, 'icon_post_report', 'icon_post_report.gif', '', 20, 20, 1),
(59, 'icon_post_target', 'icon_post_target.gif', '', 9, 11, 1),
(60, 'icon_post_target_unread', 'icon_post_target_unread.gif', '', 9, 11, 1),
(61, 'icon_topic_attach', 'icon_topic_attach.gif', '', 10, 7, 1),
(62, 'icon_topic_latest', 'icon_topic_latest.gif', '', 9, 11, 1),
(63, 'icon_topic_newest', 'icon_topic_newest.gif', '', 9, 11, 1),
(64, 'icon_topic_reported', 'icon_topic_reported.gif', '', 14, 16, 1),
(65, 'icon_topic_unapproved', 'icon_topic_unapproved.gif', '', 14, 16, 1),
(66, 'icon_user_warn', 'icon_user_warn.gif', '', 20, 20, 1),
(67, 'subforum_read', 'subforum_read.gif', '', 9, 11, 1),
(68, 'subforum_unread', 'subforum_unread.gif', '', 9, 11, 1),
(69, 'icon_contact_pm', 'icon_contact_pm.gif', 'en', 20, 28, 1),
(70, 'icon_post_edit', 'icon_post_edit.gif', 'en', 20, 42, 1),
(71, 'icon_post_quote', 'icon_post_quote.gif', 'en', 20, 54, 1),
(72, 'icon_user_online', 'icon_user_online.gif', 'en', 58, 58, 1),
(73, 'button_pm_forward', 'button_pm_forward.gif', 'en', 25, 96, 1),
(74, 'button_pm_new', 'button_pm_new.gif', 'en', 25, 84, 1),
(75, 'button_pm_reply', 'button_pm_reply.gif', 'en', 25, 96, 1),
(76, 'button_topic_locked', 'button_topic_locked.gif', 'en', 25, 88, 1),
(77, 'button_topic_new', 'button_topic_new.gif', 'en', 25, 96, 1),
(78, 'button_topic_reply', 'button_topic_reply.gif', 'en', 25, 96, 1);
Código: Seleccionar todo
TRUNCATE TABLE phpbb_styles_template;
INSERT INTO phpbb_styles_template (template_id, template_name, template_copyright, template_path, bbcode_bitfield, template_storedb) VALUES
(1, 'prosilver', '© phpBB Group', 'prosilver', 'lNg=', 0);
Código: Seleccionar todo
TRUNCATE TABLE phpbb_styles_template_data;
Código: Seleccionar todo
TRUNCATE TABLE phpbb_styles_theme;
INSERT INTO phpbb_styles_theme (theme_id, theme_name, theme_copyright, theme_path, theme_storedb, theme_mtime, theme_data) VALUES
(1, 'prosilver', '© phpBB Group', 'prosilver', 1, 0, '');
Código: Seleccionar todo
UPDATE phpbb_users SET user_style = 1;
- engendro666
- Mensajes: 1344
- Registrado: 30 Jul 2009, 14:53
- Edad: 41
Re: Could not get style data PHPBB3
Si no funciona la solucion de alorse prueba borrando el cache manualmente.
Spoiler
Versión phpBB: 3.0.11
MODs Instalados:
- FAQ Manager
- Rules Page 1.0.1
- STK 1.0.4
- avatar on index and viewforum 1.2.1
- avatar on memberlist 1.0.2
- Country Flags User Edition 1.2.1
- Knowledge Base 0.2.1
- Prime Birthdate
- Profile Views
- Tabbed Profiles
- Skype Mod
- Genders
- Facebook Profile Link
- Twitter Profile Link
- Prime Links
- Annual Stars
- Primetime 1.0.5
Servidor: 99h
Re: Could not get style data PHPBB3
Gracias engendro no se me habria ocurrido

Re: Could not get style data PHPBB3
Versión phpBB: phpBB3 (3.06)
MODs Instalados: Ninguno
Plantilla(s) usada(s): pordefecto
Servidor: gratuito
Actualización desde otra versión: no
Conversión desde otro sistema de foros: no
Re: Could not get style data PHPBB3

Versión phpBB: phpBB3 (3.06)
MODs Instalados: Ninguno
Plantilla(s) usada(s): pordefecto
Servidor: gratuito
Actualización desde otra versión: no
Conversión desde otro sistema de foros: no