Página 1 de 2

Could not get style data PHPBB3

Publicado: 29 Ene 2010, 16:24
por toronegro
Hola a todos, bueno he estado intentando subir mi foro a un sitio pagado, pero la verdad me arroja este mensaje, la verdad me tiene loco no lo he podido solucionar, estube leyendo y alguien ya postio sobre este tema pero intente hacer lo mismo y la verdad me la gano..........toda ayuda es aceptada.

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

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 16:30
por Alorse
y cual es el sitio pago? ya que en tus datos de soporte tienes uno gratis, y ese se ve perfecto.

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 16:33
por toronegro
hola, no quise subirlo porque esta el error, pero es www.mijefecito.com

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 16:40
por Alorse
Te fijaste haber subido correctamente la carpeta /styles/ con ese nombre? ya que cuando intento acceder, no la encuentra http://www.mijefecito.com/styles/

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 16:49
por toronegro
si la he subido dos veces....:)

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 17:14
por Alorse
Fijate que esa misma caparpeta, tenga permisos de lectura CHMOD, tambien puede ser eso...

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 17:16
por toronegro
me pillaste, no se como hacer eso, porque no puedo accedera nada ni al panel de administracion

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 17:21
por MR.PABLO
Puedes cambiar los permisos vía FTP, click derecho sobre el archivo o carpeta, atributos de archivo y ahí cambias, o mediante file manager directamente desde tu panel de control de host.

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 17:29
por toronegro
hola revice y tiene permisos de lectura y para ejecutar

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 17:35
por ahh72
seguiste esta guia para el traslado de tu foro a otro servidor?

http://www.phpbb-es.com/foro/trasladand ... 17545.html

saludos

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 17:42
por Alorse
Encontre la solución en polaco, pero la encontre :P

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;
Nos comentas como te fue...

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 18:58
por engendro666
Tuve el mismo error justo anoche trasladando un foro de mi localhost al servidor web, el problema habia sido con el cache, olvide borrar los archivos (exepto index y htaccess) antes de subirlo por ftp. Los borre por ftp y se arreglo.
Si no funciona la solucion de alorse prueba borrando el cache manualmente.

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 19:05
por Alorse
mmm bueno si aun no intentas hacer las cosultas has primero lo del cache, ahora que lo pienso es muy fiable, ya que los archivos de cache estan con las cookies y el root_path del otro dominio, y puede que por eso no reconozca el estilo...

Gracias engendro no se me habria ocurrido :P

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 19:26
por toronegro
Si amigo ya habia seguido esos pasos cuando subi el foro a un host gratis, y ahora hice lo mismo para este pago y no pude, tambien hice todas las consultas sql pero me arroja lo mismo, voy a darlo de baja y subir todo de nuevo, no quiero volver a instalar pero parece que sera necesario. voy a probar con lo del cache y respondo......gracias.

Re: Could not get style data PHPBB3

Publicado: 29 Ene 2010, 20:28
por toronegro
ya borre las cache, la bd de dato la volvi a exportar, cargue todo de nuevo y ya esta en linea :P muchas gracias a todos por sus ayudas y tiempo