The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can't install vbulletin 4, config.php is blank
I want to install vbulletin 4, but why is there no configuration settings in the config.php file previously named config.php.new.
where can I get the configuration file? |
#2
|
|||
|
|||
1.) Were you upgrading?
2.) What text editor are you using to edit config,php? 3.) If it is indeed blank, you can copy "config.php.new" to "config.php" and fill back in the config settings. A little more history would help us understand. |
#3
|
||||
|
||||
Rename the file to config.php
Click on the Edit link to open the file for editing and the text editor will be loaded. Editing of the 'config.php' file is the most important part of the vBulletin's installation. First, you have to enter the name of the MySQL database that you have created: The line should be looking as follows: Code:
$config['Database']['dbname'] = 'forum'; Code:
$config['MasterServer']['username'] = 'root'; Code:
$config['MasterServer']['password'] = ''; Save the file named config.php by clicking on the Save button at the end of the editor's form. Please, note that it is not recommended to edit this file with a Windows text editor, such as Notepad or Wordpad since these editors are saving the files with .php extensions with the "^M" sign in the end of every row and sometimes this is causing problems when they are transferred on a Linux server. |
#4
|
|||
|
|||
i'm using cpanel editor
file config.php is blank nothing configuration |
#5
|
||||
|
||||
You have to rename the file called, config.php.new to config.php
|
#6
|
|||
|
|||
Use notepad ++ to edit the config
|
#7
|
||||
|
||||
Quote:
Also, consider what some above have recommended above and use an editor like notepad (already on your computer), or notepad++ (free download). More advanced editors tend to cause little problems just from opening the file in them and saving. (Or big ones, like blanking the page!) |
Благодарность от: | ||
tbworld |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|