Risultati da 1 a 3 di 3
-
03-05-2006, 22:05 #1
- Data Registrazione
- Feb 2006
- Messaggi
- 31
Come si setta il config.php?
Salve,
dopo aver risolto il problema iniziale torno a chiedere aiuto in quanto durante il setup il mio forum non riesce a connettersi al database
Premetto che ho cercato ma non ho trovato un post che mi aiutasse (o versioni vecchie o settaggi su altervista, io ho la versione 3.5.4)
In parole povere durante l'installazione allo step 3 non si riesce a connettere al database, vi riporto i miei settaggi (premesso che il sito è su un server dedicato e che nome db, nome utente e password sono esatti):
// ****** DATABASE TYPE ******
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
$config['Database']['dbname'] = 'nome del database';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'ch';
// ****** TECHNICAL EMAIL ADDRESS ******
$config['Database']['technicalemail'] = 'info@chorse.it';
// ****** FORCE EMPTY SQL MODE ******
$config['Database']['force_sql_mode'] = false;
// ****** MASTER DATABASE SERVER NAME AND PORT ******
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = '';
// ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
$config['MasterServer']['usepconnect'] = 0;
// ****** SLAVE DATABASE CONFIGURATION ******
$config['SlaveServer']['servername'] = '';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = 'nome dell'utente del database';
$config['SlaveServer']['password'] = 'password del database';
$config['SlaveServer']['usepconnect'] = 0;
// ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
$config['Misc']['admincpdir'] = 'admincp';
$config['Misc']['modcpdir'] = 'modcp';
$config['Misc']['cookieprefix'] = 'bb';
// ******** FULL PATH TO FORUMS DIRECTORY ******
$config['Misc']['forumpath'] = 'D:\Inetpub\vhosts\chorse.it\subdomains/forum/httpdocs/forum/';
// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
$config['SpecialUsers']['canviewadminlog'] = '1';
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
$config['SpecialUsers']['canpruneadminlog'] = '1';
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
$config['SpecialUsers']['canrunqueries'] = '';
// ****** UNDELETABLE / UNALTERABLE USERS ******
$config['SpecialUsers']['undeletableusers'] = '';
// ****** SUPER ADMINISTRATORS ******
$config['SpecialUsers']['superadministrators'] = '1';
// ****** MySQLI OPTIONS *****
// $config['Mysqli']['charset'] = 'utf8';
$config['Mysqli']['ini_file'] = '';
grazie per l'attenzione
-
03-05-2006, 22:44 #2
// ****** DATABASE TYPE ******
$config['Database']['dbtype'] = 'mysql';
// ****** DATABASE NAME ******
$config['Database']['dbname'] = 'nome del database';
// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'ch';
// ****** TECHNICAL EMAIL ADDRESS ******
$config['Database']['technicalemail'] = 'info@chorse.it';
// ****** FORCE EMPTY SQL MODE ******
$config['Database']['force_sql_mode'] = false;
// ****** MASTER DATABASE SERVER NAME AND PORT ******
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;
// ****** MASTER DATABASE USERNAME & PASSWORD ******
$config['MasterServer']['username'] = 'nome dell'utente del database';
$config['MasterServer']['password'] = 'password del database';
// ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
$config['MasterServer']['usepconnect'] = 0;
// ****** SLAVE DATABASE CONFIGURATION ******
$config['SlaveServer']['servername'] = '';
$config['SlaveServer']['port'] = 3306;
$config['SlaveServer']['username'] = '';
$config['SlaveServer']['password'] = '';
$config['SlaveServer']['usepconnect'] = 0;
jancarloUltima modifica di jancarlo; 03-05-2006 alle 22:50
-
03-05-2006, 23:23 #3
- Data Registrazione
- Feb 2006
- Messaggi
- 31
Perfetto funziona, grazie per l'aiuto
Discussioni Simili
-
vBulletin 3.6.x config
Di -ZioGianni- nel forum VBulletin 3Risposte: 16Ultimo Messaggio: 04-11-2008, 01:02 -
vBulletin 3.7.x aiuto con il config.php
Di napulitano nel forum VBulletin 3Risposte: 12Ultimo Messaggio: 09-05-2008, 20:29 -
vBulletin 3.6.x vBulletin 3.6.8 + config.php
Di dimitri136 nel forum VBulletin 3Risposte: 2Ultimo Messaggio: 23-03-2008, 00:54 -
vBulletin 3.6.x Config.php??
Di Dark_Peppe nel forum VBulletin 3Risposte: 12Ultimo Messaggio: 02-02-2008, 18:59 -
vBulletin 3.6.x Errore config.php
Di 1kronos1 nel forum VBulletin 3Risposte: 1Ultimo Messaggio: 10-10-2007, 21:19
Segnalibri