Dediginiz gibi uyguladim. Wordpress wp_ bbPress bb_ basliyor
hatalar:
İkinci Adım
Şimdi veritabanı tabloları oluşturacağız ve onları bazı verilerle dolduracağız.
bbPress database error: [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 ') DEFAULT CHARACTER SET utf8' at line 16]
CREATE TABLE bb_posts ( post_id bigint(20) NOT NULL auto_increment, forum_id int(10) NOT NULL default '1', topic_id bigint(20) NOT NULL default '1', poster_id int(10) NOT NULL default '0', post_text text NOT NULL, post_time datetime NOT NULL default '0000-00-00 00:00:00', poster_ip varchar(15) NOT NULL default '', post_status tinyint(1) NOT NULL default '0', post_position bigint(20) NOT NULL default '0', PRIMARY KEY (post_id), KEY topic_time (topic_id,post_time), KEY poster_time (poster_id,post_time), KEY post_time (post_time), FULLTEXT KEY post_text (post_text) ) TYPE = MYISAM ) DEFAULT CHARACTER SET utf8
1. Created table bb_forums
2. Created table bb_posts
3. Created table bb_topics
4. Created table bb_topicmeta
5. Created table bb_tags
6. Created table bb_tagged
7. Added index wp_users UNIQUE KEY user_login (user_login)
bbPress database error: [Table 'gumuskoy_bizim.bb_posts' doesn't exist]
INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES ('1', '1', '1', '
İlk Mesaj!
','2007-11-17 20:08:19', '85.147.132.7', '0', 1)
bbPress database error: [Table 'gumuskoy_bizim.bb_posts' doesn't exist]
SELECT post_id, poster_id FROM bb_posts WHERE topic_id = 1 AND post_status = 0 ORDER BY post_time
bbPress database error: [Table 'gumuskoy_bizim.bb_posts' doesn't exist]
SELECT * FROM bb_posts WHERE post_id = 0
baktim bb_post diye tablo yapilmamis...ama yukarda yapilmis diye gozukuyor.
bb_posts tabloyu kendim yaptim...upgrade-schema.php'dan baktim, kopyaladim ve tabloyu yaptim...simdi forumda hic bir hata cok...yonetim bolumde'de hata yok.
tekrar tsk