Bonjour,
J'ai un petit problème, j'ai tout installé et quand je veux modifier les couleurs et que je clique sur les paramètres ils m'affichent ca :
Erreur Générale
Could not update themes table!
DEBUG MODE
SQL Error : 1054 Unknown column 'fontcolor5' in 'field list'
UPDATE phpbb_themes SET style_name = 'Pokémon', template_name = 'subSilver', head_stylesheet = '', body_background = 'fond1.gif', body_bgcolor = '0C4270', body_text = '000000', body_link = '006699', body_vlink = '034465', body_alink = '', body_hlink = 'CC0000', tr_color1 = 'DBEDF9', tr_color2 = 'C4E1F5', tr_color3 = 'C4E1F5', tr_class1 = '', tr_class2 = '', tr_class3 = '', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = 'lop12.jpg', th_class2 = 'cellpic5.gif', th_class3 = 'lop12.jpg', td_color1 = '9CCAE8', td_color2 = 'E7F1F5', td_color3 = 'CC0000', td_class1 = 'row1', td_class2 = 'row2', td_class3 = 'row3', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, ''Courier New'', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '000000', fontcolor2 = '006600', fontcolor5 = '', fontcolor6 = '', span_class1 = '', span_class2 = '', span_class3 = '' WHERE themes_id = 4
Line : 312
File : admin_styles.php
Pourtant j'ai vérifié dans le fichier admin_styles.php et tout a l'air bon :
updated_name['fontcolor1_name'] = $HTTP_POST_VARS['fontcolor1_name'];
$updated['fontcolor2'] = $HTTP_POST_VARS['fontcolor2'];
$updated_name['fontcolor2_name'] = $HTTP_POST_VARS['fontcolor2_name'];
$updated['fontcolor5'] = $HTTP_POST_VARS['fontcolor5'];
$updated_name['fontcolor5_name'] = $HTTP_POST_VARS['fontcolor5_name'];
$updated['fontcolor6'] = $HTTP_POST_VARS['fontcolor6'];
$updated_name['fontcolor6_name'] = $HTTP_POST_VARS['fontcolor6_name'];
$updated['span_class1'] = $HTTP_POST_VARS['span_class1'];