Seite 1 von 1

Prune-Fehler

Verfasst: 01.01.2006 15:08
von Julschy
Hallo,

ich brauche Hilfe, bei mir kommt immer der Fehler, wenn ich ein Forum aufrufen willl, in dem "geprunt" ird:

Could not read auto_prune table

DEBUG MODE

SQL Error : 1146 Tabelle 'kd3370.forum_forum_prune' existiert nicht

SELECT * FROM forum_forum_prune WHERE forum_id = 22

Line : 186
File : prune.php

Verfasst: 01.01.2006 15:16
von hagily
HI!

Einfach via >>>KB:phpmyadmin<<< tabelle forum_forum_prune erstellen und auf weitere Fehlermeldungen warten :wink:

Verfasst: 01.01.2006 15:19
von Julschy
Gut, wie erstelle ich eine Tabelle? Da steht: Neue Tabelle in Datenbank kd3370 erstellen: und dann geb ich da ein: forum_forum_prune aber was geb ich bei Felder ein? Weil wenn ich so auf ok klicke sagt er mir, "Dies ist keine Zahl"

gruß julian

Verfasst: 01.01.2006 15:24
von Julschy
dann kommt so komisches zeug ^^ So 10 Felder, wo man Sachen eintragen kann... Ich versteh des net ^^

Verfasst: 01.01.2006 15:25
von hagily
führe bitte mal diesen code aus:

Code: Alles auswählen

#
# Table structure for table 'phpbb_forum_prune'
#
CREATE TABLE phpbb_forum_prune (
   prune_id mediumint(8) UNSIGNED NOT NULL auto_increment,
   forum_id smallint(5) UNSIGNED NOT NULL,
   prune_days smallint(5) UNSIGNED NOT NULL,
   prune_freq smallint(5) UNSIGNED NOT NULL,
   PRIMARY KEY(prune_id),
   KEY forum_id (forum_id)
);



Verfasst: 01.01.2006 15:29
von Julschy
thx, hat funktioniert =)