WordPress Türkiye Forumları » bbPress

bbPress kurulumda hatalar

(19 posts)
  • 6 ay önce Fettah tarafından başlatıldı
  • Fettah tarafından son cevap
  • Bu konu çözülmüş

Etiketler:


  1. Fettah
    Üye

    Slm,

    bbPressi yukluyom, o kadar hata cikiyor ki birisini duzeltince yerine daha fazla hatalar cikiyor.

    http://84.243.254.132/~gumuskoy/forum/
    http://84.243.254.132/~gumuskoy/forum/bb-admin/install.php

    install ile yukluyom ama bu sayfada hatalar cikiyor.
    server ile bilgi: http://84.243.254.132/~gumuskoy/phh.php

    Aynen burda yazdigi gibi hepsini uyguluyom:
    http://bbpress.org/documentation/installation/

    WordPress sorunsuz yukledim.

    Tarih: 6 ay #
  2. Fettah
    Üye

    Yardimci olabilirmisiniz?

    Yönetici notu: Lütfen forum kurallarımızı okuyun, bu şekilde gereksiz mesaj göndermeyin; Türkçe yazım ve imla kurallarına uyun. [Hasan]

    Tarih: 6 ay #
  3. http://bbpress.org/latest.zip

    Orjinali indirip kurun büyük ihtimal probleminiz çözülecektir. Bu sorun en son versiyonda düzeltilmişti. Veritabanı seçme problemi vardı.

    Eğer en son sürümü indiremem yada kuramam diyorsanız buraya..
    db-mysqli.php 80 satırı kopyalayın ona göre çözüm için bir rehber hazırlayabilirim ama sizin sorununuz eski sürüm kullanmak.

    Tarih: 6 ay #
  4. Fettah
    Üye

    yukledim ayni hatalar cikiyor.

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'gumuskoy'@'localhost' (using password: NO) in /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-includes/db-mysqli.php on line 80

    Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-includes/db-mysqli.php on line 80

    Warning: Cannot modify header information - headers already sent by (output started at /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-includes/db-mysqli.php:80) in /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-admin/install.php on line 10

    Warning: Cannot modify header information - headers already sent by (output started at /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-includes/db-mysqli.php:80) in /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-includes/functions.php on line 1898
    http://84.243.254.132/~gumuskoy/forum/bb-admin/install.php

    Tarih: 6 ay #
  5. db-mysqli.php 80 'inci satırı kopyalayın ona göre bir çözüm bulmaya çalışalım.

    Tarih: 6 ay #
  6. Fettah
    Üye

    db-mysqli.php 80ínci satir:
    if ( !empty($this->charset) && version_compare(mysql_get_server_info(), '4.1.0', '>=') )

    Tarih: 6 ay #
  7. bb-includes/db-mysqli.php on line 80 hatasının çözümü konusuna göz atınız.

    Bir sorun yaşarsanız, bildiriniz.

    Tarih: 6 ay #
  8. Fettah
    Üye

    aynen hepsini uyguladim...

    simdi bir baska hata cikti:
    Parse error: syntax error, unexpected '<' in /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-includes/db-mysqli.php on line 81

    satir:
    if ( !emptyempty($this->charset) && version_compare(mysqli_get_server_info($this->$dbhname), '4.1.0', '>=') )

    Tarih: 6 ay #
  9. if ( !empty($this->charset) && version_compare(mysqli_get_server_info($this->$dbhname), '4.1.0', '>=') )

    Satırın olması gereken hali doğru gözüküyor ama sonunda veyahut başında bir yerlerde fazladan < işareti bulunuyor. Dikkatli bakın olmazsa buraya mysql-db.php dosyasını upload edin bir bakalım.

    Tarih: 6 ay #
  10. Fettah
    Üye

  11. if ( !emptyempty($this->charset) && version_compare(mysqli_get_server_info($this->$dbhname), '4.1.0', '>=') )

    yaz yeri siliniz.

    Tarih: 6 ay #
  12. Pardon üsteki mesajda gözükmedi,

    if ( !emptyempty($this->charset) && version_compare(mysqli_get_server_info($this->$dbhname), '4.1.0', '>=') )

    bu satırın sonunda </pre> yazıyor onu silerek denermisiniz.

    Tarih: 6 ay #
  13. Fettah
    Üye

    simdide upgrade-schema.php'de hata cikiyor:
    Fatal error: Call to undefined function emptyempty() in /home/gumuskoy/domains/gumuskumbet.com/public_html/forum/bb-admin/upgrade-schema.php on line 18

    http://codeviewer.org/view/code:4e

    Pardon üsteki mesajda gözükmedi,

    if ( !emptyempty($this->charset) && version_compare(mysqli_get_server_info($this->$dbhname), '4.1.0', '>=') )

    bu satırın sonunda yazıyor onu silerek denermisiniz.

    onu denedim gene hata cikiyor.

    Tarih: 6 ay #
  14. emptyempty yazan yerleri empty yapalım.

    Tarih: 6 ay #
  15. Fettah
    Üye

    uyguladim.
    hatalar cikti:

    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', '

    First Post! w00t.
    ','2007-11-17 12:31:04', '85.147.136.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

    ama forumda hic bir sorun yok galiba.
    http://84.243.254.132/~gumuskoy/forum/

    bu aradada cok tskurler

    Tarih: 6 ay #
  16. Fettah
    Üye

    usteki mesaji duzeltemiyom.
    Forum calismiyor o usteki hatalardan.

    Tarih: 6 ay #
  17. Msn e adresinizi alabilirmiyim.. Bu sekilde zor oluyor.

    Tarih: 6 ay #
  18. Bir süre daha online 'ım eğer denk gelemezsek şunu deneyin.
    Wordpress ile aynı vertabanını kullanıyorsanız. bbPress tabloları bb_ ile başlasın Wordpress 'inkilerde wp_ ile büyük ihtimal siz ikisinide wp_ olarak başlatmışsınız. Yeni bir veritabanı oluşturarak wp-config.php ve config.php dosylarındaki ayarlarınızı kontrol ediniz.

    Tarih: 6 ay #
  19. Fettah
    Üye

    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

    Tarih: 6 ay #

Bu konu için RSS beslemesi

Cevapla

Mesaj göndermek için giriş yapmalısınız.