|
Unofficial modifications nieoficjalne modyfikacje for?w phpBB by Przemo |
|
Pomoc dla modyfikacji - PROBLEM Beer Mod by Qbs 1.3 final.zip
eXceptos - Wto 05 Gru, 2006 Temat postu: PROBLEM Beer Mod by Qbs 1.3 final.zip Witam, mam taki problem, ?e gdy chhc? wykona?:
Kod | --- [ sql ] -----
CREATE TABLE {prefix}_browery (
beer_id int(10) unsigned NOT NULL auto_increment,
beer_uid_src int(10) NOT NULL,
beer_uid_dst int(10) NOT NULL,
beer_post_id int(10) NOT NULL,
beer_topic_id int(12) NOT NULL,
beer_forum_id int(12) NOT NULL,
beer_time int(12) NOT NULL,
KEY beer_id (beer_id)
) ; |
Z podanego w temacie moda, to wyskakuje mi b??d:
Kod | MySQL zwr?ci? komunikat:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '--- [ sql ] -----
CREATE TABLE {prefix}_browery (
beer_id int(10) unsigned N' at line 1 |
KaweX - Wto 05 Gru, 2006
prefix !!
eXceptos - Wto 05 Gru, 2006
Hehe, ja jestem ZIELONY w tych sprawach, co tam wpisac ??
WPISA?EM:
Kod | CREATE TABLE {phpbb_}_browery (
beer_id int(10) unsigned NOT NULL auto_increment,
beer_uid_src int(10) NOT NULL,
beer_uid_dst int(10) NOT NULL,
beer_post_id int(10) NOT NULL,
beer_topic_id int(12) NOT NULL,
beer_forum_id int(12) NOT NULL,
beer_time int(12) NOT NULL,
KEY beer_id (beer_id)
) ; |
A nadal:
Kod | #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{phpbb_}_browery (
beer_id int(10) unsigned NOT NULL auto_increment,
beer_uid_' at line 1 |
KaweX - Wto 05 Gru, 2006
bez nawiasu
qbs - Wto 05 Gru, 2006
bez klamr jak juz cos
eXceptos - Sro 06 Gru, 2006
Ok, dzi?ki, juz mi mod ?miga Tylko ze ten 2 ;]
|
|