Nu se poate rezolva fara reinstall total ?
Eu asta as vrea sa aflu .
Could not get style data
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
-
- Utilizator înregistrat
- Mesaje: 60
- Membru din: 02-Apr-2009, 19:21:06
Re: Could not get style data
http://www.rostrike.com - Romanian Counter-Strike Community
- dorin
- Fost coleg
- Mesaje: 4620
- Membru din: 24-Iun-2003, 23:23:29
- Versiune: 3.1.10
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Mediu
- Nivel php: Puţin experimentat
- Contact:
Re: Could not get style data
Ai facut ce a scris bogdan mai sus ?
Daca nu te descurci poti folosi STK : http://www.phpbb.com/support/stk/ care iti permite (printre altele) sa resetezi stilul implicit al forumului.
Fisierele de limba pentru SRK: http://www.phpbb.ro/downloads.php?view=detail&df_id=39
Daca nu te descurci poti folosi STK : http://www.phpbb.com/support/stk/ care iti permite (printre altele) sa resetezi stilul implicit al forumului.
Fisierele de limba pentru SRK: http://www.phpbb.ro/downloads.php?view=detail&df_id=39
-
- Utilizator înregistrat
- Mesaje: 60
- Membru din: 02-Apr-2009, 19:21:06
Re: Could not get style data
Pana la urma am rezolvat .dorin scrie:Ai facut ce a scris bogdan mai sus ?
Daca nu te descurci poti folosi STK : http://www.phpbb.com/support/stk/
Fisierele de limba pentru SRK: http://www.phpbb.ro/downloads.php?view=detail&df_id=39
Problema era ca trebuia sa sterg fisierele CACHE manual .
Multumesc
http://www.rostrike.com - Romanian Counter-Strike Community
-
- Utilizator înregistrat
- Mesaje: 11
- Membru din: 06-Noi-2010, 22:02:43
- Versiune: phpbb3
- Ext: Da
- Server: Windows
- Nivel phpBB: Mediu
Re: Could not get style data
unde in ftp pun folderu stk ?
in ce folder ?

- Ivan Petre Paul
- Mesaje: 4055
- Membru din: 26-Aug-2009, 02:13:39
- Versiune: 3.1.10
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Puţin experimentat
- Localitate: Brașov
- Contact:
Re: Could not get style data
In directorul unde ai si fisierele forum-ului, adica acolo unde se afla fisierul config.php.
phpBB România will rise again. Soon.. Stay close! @phpbb.ro
- Gotyc
- Utilizator înregistrat
- Mesaje: 518
- Membru din: 20-Iun-2009, 02:10:00
- Versiune: 3.1.x
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Mediu
- Nivel php: Mediu
- Localitate: iasi
- Contact:
Re: Could not get style data
Dacă primiţi de eroare "Eroare generală nu a putut obtine date stil", există câteva soluţii pentru problema.
1. S-ar putea să fi şters un stil care nu a uninstall prima. În acest caz, directorul de copie "prosilver" sau directorul de orice alt stil de a-indiferent de numele a fost de stil de le-aţi şters.
2. O altă soluţie este de a nu putea suporta complet stilul şi a componentelor sale. Run aceste SQL Queries:
apoi ştergeţi toate fişierele din directorul "Cache", cu excepţia index.php si. htaccess. Aceasta va şterge toate intrările din toate stilurile de la baza de date şi se va instala prosilver implicit.
1. S-ar putea să fi şters un stil care nu a uninstall prima. În acest caz, directorul de copie "prosilver" sau directorul de orice alt stil de a-indiferent de numele a fost de stil de le-aţi şters.
2. O altă soluţie este de a nu putea suporta complet stilul şi a componentelor sale. Run aceste SQL Queries:
Cod: Selectaţi tot
DELETE FROM `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);
DELETE FROM `phpbb_styles_imageset`;
INSERT INTO `phpbb_styles_imageset` (`imageset_id`, `imageset_name`, `imageset_copyright`, `imageset_path`) VALUES (1, 'prosilver', '© phpBB Group', 'prosilver');
DELETE FROM `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);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (2, 'forum_link', 'forum_link.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (3, 'forum_read', 'forum_read.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (4, 'forum_read_locked', 'forum_read_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (5, 'forum_read_subforum', 'forum_read_subforum.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (6, 'forum_unread', 'forum_unread.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (7, 'forum_unread_locked', 'forum_unread_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (8, 'forum_unread_subforum', 'forum_unread_subforum.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (9, 'topic_moved', 'topic_moved.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (10, 'topic_read', 'topic_read.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (11, 'topic_read_mine', 'topic_read_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (12, 'topic_read_hot', 'topic_read_hot.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (13, 'topic_read_hot_mine', 'topic_read_hot_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (14, 'topic_read_locked', 'topic_read_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (15, 'topic_read_locked_mine', 'topic_read_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (16, 'topic_unread', 'topic_unread.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (17, 'topic_unread_mine', 'topic_unread_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (18, 'topic_unread_hot', 'topic_unread_hot.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (19, 'topic_unread_hot_mine', 'topic_unread_hot_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (20, 'topic_unread_locked', 'topic_unread_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (21, 'topic_unread_locked_mine', 'topic_unread_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (22, 'sticky_read', 'sticky_read.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (23, 'sticky_read_mine', 'sticky_read_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (24, 'sticky_read_locked', 'sticky_read_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (25, 'sticky_read_locked_mine', 'sticky_read_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (26, 'sticky_unread', 'sticky_unread.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (27, 'sticky_unread_mine', 'sticky_unread_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (28, 'sticky_unread_locked', 'sticky_unread_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (29, 'sticky_unread_locked_mine', 'sticky_unread_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (30, 'announce_read', 'announce_read.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (31, 'announce_read_mine', 'announce_read_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (32, 'announce_read_locked', 'announce_read_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (33, 'announce_read_locked_mine', 'announce_read_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (34, 'announce_unread', 'announce_unread.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (35, 'announce_unread_mine', 'announce_unread_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (36, 'announce_unread_locked', 'announce_unread_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (37, 'announce_unread_locked_mine', 'announce_unread_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (38, 'global_read', 'announce_read.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (39, 'global_read_mine', 'announce_read_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (40, 'global_read_locked', 'announce_read_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (41, 'global_read_locked_mine', 'announce_read_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (42, 'global_unread', 'announce_unread.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (43, 'global_unread_mine', 'announce_unread_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (44, 'global_unread_locked', 'announce_unread_locked.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (45, 'global_unread_locked_mine', 'announce_unread_locked_mine.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (46, 'pm_read', 'topic_read.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (47, 'pm_unread', 'topic_unread.gif', '', 27, 27, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (48, 'icon_back_top', 'icon_back_top.gif', '', 11, 11, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (49, 'icon_contact_aim', 'icon_contact_aim.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (50, 'icon_contact_email', 'icon_contact_email.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (51, 'icon_contact_icq', 'icon_contact_icq.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (52, 'icon_contact_jabber', 'icon_contact_jabber.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (53, 'icon_contact_msnm', 'icon_contact_msnm.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (54, 'icon_contact_www', 'icon_contact_www.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (55, 'icon_contact_yahoo', 'icon_contact_yahoo.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (56, 'icon_post_delete', 'icon_post_delete.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (57, 'icon_post_info', 'icon_post_info.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (58, 'icon_post_report', 'icon_post_report.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (59, 'icon_post_target', 'icon_post_target.gif', '', 9, 11, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (60, 'icon_post_target_unread', 'icon_post_target_unread.gif', '', 9, 11, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (61, 'icon_topic_attach', 'icon_topic_attach.gif', '', 10, 7, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (62, 'icon_topic_latest', 'icon_topic_latest.gif', '', 9, 11, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (63, 'icon_topic_newest', 'icon_topic_newest.gif', '', 9, 11, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (64, 'icon_topic_reported', 'icon_topic_reported.gif', '', 14, 16, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (65, 'icon_topic_unapproved', 'icon_topic_unapproved.gif', '', 14, 16, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (66, 'icon_user_warn', 'icon_user_warn.gif', '', 20, 20, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (67, 'subforum_read', 'subforum_read.gif', '', 9, 11, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (68, 'subforum_unread', 'subforum_unread.gif', '', 9, 11, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (69, 'icon_contact_pm', 'icon_contact_pm.gif', 'en', 20, 28, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (70, 'icon_post_edit', 'icon_post_edit.gif', 'en', 20, 42, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (71, 'icon_post_quote', 'icon_post_quote.gif', 'en', 20, 54, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (72, 'icon_user_online', 'icon_user_online.gif', 'en', 58, 58, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (73, 'button_pm_forward', 'button_pm_forward.gif', 'en', 25, 96, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (74, 'button_pm_new', 'button_pm_new.gif', 'en', 25, 84, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (75, 'button_pm_reply', 'button_pm_reply.gif', 'en', 25, 96, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (76, 'button_topic_locked', 'button_topic_locked.gif', 'en', 25, 88, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (77, 'button_topic_new', 'button_topic_new.gif', 'en', 25, 96, 1);
INSERT INTO `phpbb_styles_imageset_data` (`image_id`, `image_name`, `image_filename`, `image_lang`, `image_height`, `image_width`, `imageset_id`) VALUES (78, 'button_topic_reply', 'button_topic_reply.gif', 'en', 25, 96, 1);
DELETE FROM `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);
DELETE FROM `phpbb_styles_template_data`;
DELETE FROM `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, '');
UPDATE `phpbb_config` SET config_value = '1' WHERE config_name = 'default_style';
UPDATE `phpbb_forums` SET forum_style = 0;
UPDATE `phpbb_users` SET user_style = 0;
apoi ştergeţi toate fişierele din directorul "Cache", cu excepţia index.php si. htaccess. Aceasta va şterge toate intrările din toate stilurile de la baza de date şi se va instala prosilver implicit.
- bogdan
- Mesaje: 10888
- Membru din: 18-Oct-2002, 13:14:27
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Bucuresti
- Contact:
Re: Could not get style data
@Gotyc: Exista un articol in acest sens: knowledge/kb_show.php?id=131
Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator