mam nastepujacy problem. Po nieudanej aktualizacji forum wyskakuje blad iz brak domyslnego stylu
Kod:
phpBB : Critical Error
Could not query database for theme info
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3
wpis w theme
Kod:
INSERT INTO `phpbb_themes` VALUES (1, 'c3s', 'c3s', 'c3s.css', '', 'E5E5E5', '000000', '006699', '5493B4', '', 'DD6900', 'EFEFEF', 'DEE3E7', 'D1D7DC', '', '', '', '98AAB1', '006699', 'FFFFFF', 'cellpic1.gif', 'cellpic3.gif', 'cellpic2.jpg', 'FAFAFA', 'FFFFFF', '', 'row1', 'row2', '', 'Verdana, Arial, Helvetica, sans-serif', 'Trebuchet MS', 'Courier, ''Courier New'', sans-serif', 10, 11, 12, '444444', 'C0C0C0', 'E4E4E4', '', '', '', 0, 0);
wpis w config
Kod:
`phpbb_config` SET `config_value` = '1' WHERE CONVERT( `config_name` USING utf8 ) = 'default_style' LIMIT 1 ;