PDA

View Full Version : مشکل در نصب phpbb



aminzadeh_mojtaba
چهارشنبه 10 تیر 1383, 12:28 عصر
با عرض سلام
من موقع نصب فقط خطای چک کردن پسورد مدیر سایت را می دهد. در صورتی که هم پسورد و هم تاییدیه آن را مطمئنم که درست هستند. اگر ایراد از جای دیگری است لطفا راهنمایی فرمایید. با تشکر

armin390
یک شنبه 19 تیر 1384, 06:46 صبح
شاید مشکل در تفاوت charset صفحاتی که است که پسورد را در آن تعریف کرده ای با صفحه ای که پسورد را در آن وارد می کنی

Ring Eshgh
شنبه 15 مرداد 1390, 12:07 عصر
سلام

من Wamp Server v2.1 رو نصب کردم و phpBB-3.0.9 رو در WWW قرار دادم و بعد Load کردمش از Localhost برای نصب اما تو مرحله گیر میکنه جلوتر نمیره و (Errore 1045 Access denied for user 'root'@'localhost' (using password: YES رو میده فایل پیکر بندی شم از سایت PHPBB نگاه کردم درست کردم مثل زیر :
--Edit: I also added the blowfish_secret phrase so I could use cookie authentication.
____

$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['SignonSession'] = ''; // Session to use for 'signon' auth method
$cfg['Servers'][$i]['SignonURL'] = ''; // URL where to redirect user to login for 'signon' auth method
$cfg['Servers'][$i]['LogoutURL'] = ''; // URL where to redirect user after logout
$cfg['Servers'][$i]['nopassword'] = FALSE; // Whether to try to connect without password
$cfg['Servers'][$i]['only_db'] = ''; // If set to a db-name, only

----
و اینم کان فیگ اولیه خودش :
<?php/* Servers configuration */$i = 0;/* Server: localhost [1] */$i++;$cfg['Servers'][$i]['verbose'] = 'localhost';$cfg['Servers'][$i]['host'] = 'localhost';$cfg['Servers'][$i]['port'] = '';$cfg['Servers'][$i]['socket'] = '';$cfg['Servers'][$i]['connect_type'] = 'tcp';$cfg['Servers'][$i]['extension'] = 'mysqli';$cfg['Servers'][$i]['auth_type'] = '';$cfg['Servers'][$i]['user'] = '';$cfg['Servers'][$i]['password'] = '';$cfg['Servers'][$i]['AllowNoPassword'] = true;/* End of servers configuration */$cfg['DefaultLang'] = 'en-utf-8';$cfg['ServerDefault'] = 1;$cfg['UploadDir'] = '';$cfg['SaveDir'] = '';/* rajk - for blobstreaming */$cfg['Servers'][$i]['bs_garbage_threshold'] = 50;$cfg['Servers'][$i]['bs_repository_threshold'] = '32M';$cfg['Servers'][$i]['bs_temp_blob_timeout'] = 600;$cfg['Servers'][$i]['bs_temp_log_threshold'] = '32M';?>اما بازم مشکلم حل نشوده هنوزم همون Errore میده کمکم کنید چه کارش کنم ممنون