Info
- 8 posts
- 4 voices
- Started 5 years ago by rootin
- Latest reply from zhaarteth
- This topic is resolved
installation problem 0.8
-
- Posted 5 years ago #
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' );?>
-
- Posted 5 years ago #
check if all the documents were uploaded in ascii format. sometimes they get uploaded in the binary format.
-
- Posted 5 years ago #
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.
-
- Posted 5 years ago #
yes it is true...
thanks for you... -
- Posted 4 years ago #
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.
-
- Posted 4 years ago #
zhaarteth, what problem are you having specifically? Do you have a link to your forum?
-
- Posted 4 years ago #
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?
-
- Posted 4 years ago #
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.
-
You must log in to post.