Seite 1 von 3

Fehler direkt nach der Installation!

Verfasst: 17.07.2003 20:57
von Wilhelm79
Hallo Leuts, ich hab ein Problem, direkt nach der Installation kam folgende Fehlermeldung:
phpBB : Critical Error

Could not query database for theme info

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near '' at line 3
Ich hab mir schon sämtliche Threads durchgelesen, die ich dazu gefunden hab. Aber es hat mir NIX aber auch GARNIX geholfen

Verfasst: 17.07.2003 22:02
von Acid
...welche phpBB Version, welches Template ? Gab´s bei der Installation irgendwelche Probleme ?

Verfasst: 17.07.2003 23:00
von Wilhelm79
phpBB Version 2.0.5

Template, das ganz normale subSilver. Daran hab ich nichts geändert.

Bei der installation gabs keine Probleme.

Ich hab bisher nur die config.inc.php bearbeitet. Muss ich noch was anderes machen?

Verfasst: 17.07.2003 23:09
von Henne
Ist die DB vollständig angelegt?

Verfasst: 18.07.2003 08:27
von Wilhelm79
Ja, ich denke schon.

Was müssen denn für Einträge in der *_themes-DB sein?

PS.: Das mit der config.inc.php war phpMyAdmin... hab ich verwechselt.

Verfasst: 18.07.2003 10:20
von Acid
Dort müsste subSilver eingetragen sein.. is das eigentlich die komplette Fehlermeldung ? Vielleicht hilft es wenn du die Datenbank leerst und nochmals das Forum installierst.

Verfasst: 18.07.2003 10:31
von Wilhelm79
Ja, das ist alles, was dasteht!

ich glaub da ist schon der Fehler!

was muss da für subSilver stehen?

Verfasst: 18.07.2003 10:35
von Acid
Naja, halt die id (1), der Name (subSilver) und die verschiedenen Farbeinstellungen !? Lass dir mal den Inhalt der Tabelle anzeigen.

Verfasst: 18.07.2003 17:44
von Wilhelm79
Ich hab sie mir schon anzeigen lassen! da steht nix! null, leer!

kannst du mir mal den befehl geben, der bei dir die id(1) löscht? damit kann ich dann die einträge bei mir hinzufügen.

Verfasst: 18.07.2003 17:47
von Acid

Code: Alles auswählen

INSERT INTO phpbb_themes (themes_id, template_name, style_name, head_stylesheet, body_background, body_bgcolor, body_text, body_link, body_vlink, body_alink, body_hlink, tr_color1, tr_color2, tr_color3, tr_class1, tr_class2, tr_class3, th_color1, th_color2, th_color3, th_class1, th_class2, th_class3, td_color1, td_color2, td_color3, td_class1, td_class2, td_class3, fontface1, fontface2, fontface3, fontsize1, fontsize2, fontsize3, fontcolor1, fontcolor2, fontcolor3, span_class1, span_class2, span_class3) VALUES (1, 'subSilver', 'subSilver', 'subSilver.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', '006600', 'FFA34F', '', '', '');

INSERT INTO phpbb_themes_name (themes_id, tr_color1_name, tr_color2_name, tr_color3_name, tr_class1_name, tr_class2_name, tr_class3_name, th_color1_name, th_color2_name, th_color3_name, th_class1_name, th_class2_name, th_class3_name, td_color1_name, td_color2_name, td_color3_name, td_class1_name, td_class2_name, td_class3_name, fontface1_name, fontface2_name, fontface3_name, fontsize1_name, fontsize2_name, fontsize3_name, fontcolor1_name, fontcolor2_name, fontcolor3_name, span_class1_name, span_class2_name, span_class3_name) VALUES (1, 'The lightest row colour', 'The medium row color', 'The darkest row colour', '', '', '', 'Border round the whole page', 'Outer table border', 'Inner table border', 'Silver gradient picture', 'Blue gradient picture', 'Fade-out gradient on index', 'Background for quote boxes', 'All white areas', '', 'Background for topic posts', '2nd background for topic posts', '', 'Main fonts', 'Additional topic title font', 'Form fonts', 'Smallest font size', 'Medium font size', 'Normal font size (post body etc)', 'Quote & copyright text', 'Code text colour', 'Main table header text colour', '', '', '');
..gib ma diese Queries in die grosse Textarea.