Problem z modyfikacją - [Problem] Zapytanie SQL w BeerMod
wlodi1990 - 15-06-2007, 20:38 Temat postu: [Problem] Zapytanie SQL w BeerMod Witam, zainstalowalem BeerMod. Tzn. wgralem wszytskie pliki, edytowalem pliki i chce wykonac oto takie zapytanie
Kod: | 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)
) TYPE=MyISAM; |
ale pojawia sie taki bląd
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 '{prefix}_browery (
beer_id int(10) unsigned NOT NULL auto_increment,
beer_uid_' at line 1 |
INIM - 15-06-2007, 20:40
Prefix ustaw.
Pewnie to będzie tak:
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)
) TYPE=MyISAM; |
wlodi1990 - 15-06-2007, 20:46
heh.. dzieki.. jestem przyzwyczajony ze zwyklego phpbb ale wolalem przejsc na przemo.. szybki support i to mi sie podoba Łap pomógł
A tak po za tematem to z jakiej dzielnicy jestes z Rudy?
INIM - 15-06-2007, 20:49
wlodi1990 napisał/a: | szybki support i to mi sie podoba |
Nie jestem w support team
wlodi1990 napisał/a: | A tak po za tematem to z jakiej dzielnicy jestes z Rudy? |
To już PW. Nie róbmy offtopu
[ Added: 15-06-2007, 22:33 ]
Tak sobie teraz pomyślałem... Do beer_moda 2.x nie wykonuje się żadnych zapytań. Jakiego beer)moda instalujesz?
|
|
|