Seite 1 von 1

Bein DB Update

Verfasst: Do 21.Aug, 2003 15:10
von Anonymous
erhalte ich dass:
Success: 1 , CREATE TABLE phpbb_downloads ( id int(11) auto_increment, description varchar(255), file_name varchar(255), klicks int(11) default '0', free tinyint(1) default '0', extern tinyint(1) default '0', long_desc text, sort int(11) default '0', cat int(11) default '0', PRIMARY KEY (id))
Failed to update: 2 , CREATE TABLE phpbb_downloads_cat ( id int(11) auto_increment, path varchar(255), cat_name varchar(255), sort int(11) default '0', description text, PRIMARY KEY (id))
Success: 3 , ALTER TABLE phpbb_users ADD user_traffic INT(255) DEFAULT 0

warum steht da failed update?

Re: Bein DB Update

Verfasst: Fr 22.Aug, 2003 08:49
von Anonymous
Fabse hat geschrieben:erhalte ich dass:
Success: 1 , CREATE TABLE phpbb_downloads ( id int(11) auto_increment, description varchar(255), file_name varchar(255), klicks int(11) default '0', free tinyint(1) default '0', extern tinyint(1) default '0', long_desc text, sort int(11) default '0', cat int(11) default '0', PRIMARY KEY (id))
Failed to update: 2 , CREATE TABLE phpbb_downloads_cat ( id int(11) auto_increment, path varchar(255), cat_name varchar(255), sort int(11) default '0', description text, PRIMARY KEY (id))
Success: 3 , ALTER TABLE phpbb_users ADD user_traffic INT(255) DEFAULT 0

warum steht da failed update?
Die Tabelle phpbb_download_cat existiert bereits. Schaue mit phpmyadmin nach, ob die Struktur richtig ist. Falls nein, dann lösche die Tabelle und lege sie wie oben angegeben neu an.j Wenn die Struktur o. K. ist, dann ist keine weitere Aktion auf die DB nötig.

Verfasst: Do 06.Jan, 2005 16:31
von Anonymous
thank you !!!! I was trying to understand how to create that table for installing the mod.

i'm not so good with php/mysql ... hehehe.

the mod will be here ---> http://www.homer.it/public/forum