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?
Bein DB Update
-
Anonymous
Re: Bein DB 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.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?
-
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
i'm not so good with php/mysql ... hehehe.
the mod will be here ---> http://www.homer.it/public/forum