Skip to:
Content
Pages
Categories
Search
Top
Bottom

installation problem 0.8

  • @rootin

    Member

    hello,

    i changed config.php, i sent all doc. for my server and start bb-admin/install.php but i didnt see any thing ,it doesn t start to install.what is the problem i don t understand.

    *sorry for my bad english

    config.php ;

    // Tek veritabanına birden fazla veritabanı kuracaksanız tablo önekini değiştirin.

    $bb_table_prefix = ‘bb_’; // Sadece sayı, harf!

    // Eğer bbPress URL’niz http://bbpress.example.com/forums/ şeklindeyse, örnekler doğru olacak.

    // Buradaki değerleri kendi alan adınıza ve bbPress dizininize göre ayarlayın.

    // Sadece alan adı; dizin veya yol olmasın. Adresin sonunda ‘/’ olmamalı.

    $bb->domain = ‘http://forum.webbilgisi.com’; // Örnek: ‘http://bbpress.example.com’

    // Hem başta hem de sonda ‘/’ işareti olmalı. Forum alt dizinde değilse, kök dizindeyse ‘/’ olarak bırakın.

    $bb->path = ‘/’; // Örnek: ‘/forum/’

    // Forumun ismi ne olsun?

    $bb->name = ‘Webbilgisi Forumları’;

    // Kurulum yapmadan önce yönetici e-posta adresini ayarlamalısınız.

    $bb->admin_email = ‘webbilgisi@webbilgisi.com’;

    // Düzenli ve göze hoş gelen kalıcı bağlantıları kullanmak istiyorsanız bu değer true olmalı.

    $bb->mod_rewrite = false;

    // Her sayfada gösterilecek konu sayısı.

    $bb->page_topics = 30;

    // Kullanıcıların mesajlarını düzenlemeleri için izin verilen süre; dakika cinsinden.

    $bb->edit_lock = 60;

    // Zaman diliminiz. Örnek: Türkiye için +2 olarak ayarlı olabilir.

    $bb->gmt_offset = +2;

    // Bu değeri değiştirmenize gerek yok! Zaten Türkçe’ye ayarlı.

    // bb-includes/languages dizini altında tr_TR.mo dosyasının bulunduğundan emin olun.

    define(‘BBLANG’, ‘tr_TR’);

    // Akismet Anahtarınız. bbPress’i çalıştırmak için bir anahtara ihtiyacınız yok.

    // Fakat istenmeyen (spam) mesajların Akismet ile önlenmesini istiyorsanız bir anahtarınız olmalı.

    // Akismet anahtarı almak için http://wordpress.com/api-keys/ adresine bakın.

    $bb->akismet_key = ”; // Örnek: ‘0123456789ab’

    // bbPress forumunuzu WordPress blogunuzla entegre edecekseniz aşağıdaki değerleri ayarlamalısınız.

    // Entegre etmeyecekseniz, bundan sonra düzenleme yapmayın.

    $bb->wp_table_prefix = ”; // WordPress tablo önekiniz. Örnek: ‘wp_’;

    $bb->wp_home = ”; // WordPress – Tercihler->Genel: Blog adresi (URL) // Sonda ‘/’ olmasın. Örnek: ‘http://example.com’

    $bb->wp_siteurl = ”; // WordPress – Tercihler->Genel: WordPress adresi (URL) // Sonda ‘/’ olmasın. Örnek: ‘http://example.com’

    /* Düzenleme sonu */

    if ( !defined(‘BBPATH’) )

    define(‘BBPATH’, dirname(__FILE__) . ‘/’ );

    require_once( BBPATH . ‘bb-settings.php’ );

    ?>

Viewing 7 replies - 1 through 7 (of 7 total)
  • @so1o

    Participant

    check if all the documents were uploaded in ascii format. sometimes they get uploaded in the binary format.

    @chrishajer

    Participant

    That’s a pretty good guess. The files are there (they don’t load, but they don’t give a 404 Not Found error either) and this image file is there in he proper location:

    http://forum.webbilgisi.com/bb-images/bbpress.png

    I will ditto the vote for the files having been uploaded in binary rather than ascii format.

    @rootin

    Member

    yes it is true…

    thanks for you…

    @zhaarteth

    Member

    Okay. So, what’s going on when the same thing happens even though everything was made sure to upload in ASCII mode? I watched the entire FTP process log in the making and absolutely every file was uploaded in none other than ASCII mode.

    I am afraid I do not understand. This was looking so hopeful, too…

    Any and all assistance is always appreciated. Namaste.

    @chrishajer

    Participant

    zhaarteth, what problem are you having specifically? Do you have a link to your forum?

    @zhaarteth

    Member

    I uploaded everything, yet the install.php page is blank. Everything was uploaded to my server in ASCII mode like everyone suggests. I’ve retried quite a few times to no avail. Every time I go to my bb-admin/install.php it remains blank. I’m attempting to upload the bbpress folder and contained files to the root directory of my blog (i.e. http://www.example.com/blog ) – Is that a bad idea?

    @zhaarteth

    Member

    Solved. And I’m a moron.

    Wonderful things will happen once your brain wakes up and you remember to check your error logs.

    Turns out, I tried to put an apostrophe in the *middle* of the entry value under “$bb->name =”

    Seems that it caused an “Unexpected T_STRING on line 20 in /blog/forums/config.php” which was what ultimately “blanked out” the install.php script.

    My appreciation and apologies go out to all whose time I’ve wasted. Namaste.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar