Bein DB Update

Enthält archivierte Beiträge von Hotschi's Board zum Download MOD.
Posten ist hier nicht möglich, bitte das Supportforum dafür verwenden!
Gesperrt
Anonymous

Bein DB Update

Beitrag 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?
Anonymous

Re: Bein DB Update

Beitrag 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.
Anonymous

Beitrag 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
Gesperrt