The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
I just baught and downloaded vbulletin(owner license) today, and I am currently trying to edit the config.php.new(renamed to config.php) file.
I entered all the correct information and uploaded it to the includes directory and I cannot get it to go past step 3 in the install window. Here is the config.php file(password removed of course) PHP Code:
I use MySql 4.1.19 I use PHP 4.4.1 THe IP address is xx.xx.xx.xx Port 2082 I keep getting this message on step three Quote:
Any help would be much appreciated. Alex |
|
#2
|
||||
|
||||
|
you changed the wrong things....
example Code:
$config['Database']['alexkerhead@gmail.com'] = 'dbmaster@example.com'; Code:
$config['Database']['technicalemail'] = 'alexkerhead@gmail.com'; |
|
#3
|
|||
|
|||
|
Thank you so much, I will get right on unscrewing it up..
|
|
#4
|
||||
|
||||
|
no problem..yell if you need more help
|
|
#5
|
||||
|
||||
|
Also:
Code:
$config['MasterServer']['assigned_sqlDB_username'] = 'root'; $config['MasterServer']['-edited-'] = ''; Code:
$config['MasterServer']['username'] = 'ur database name'; $config['MasterServer']['password'] = 'ur database password'; Just edit what's after the Code:
='HERE'; On all of your lines ie: Code:
// ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
// The users specified here will be allowed to view the admin log in the control panel.
// Users must be specified by *ID number* here. To obtain a user's ID number,
// view their profile via the control panel. If this is a new installation, leave
// the first user created will have a user ID of 1. Seperate each userid with a comma.
$config['SpecialUsers']['1'] = '1';
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$config['SpecialUsers']['1'] = '1';
// ****** USERS WITH QUERY RUNNING PERMISSIONS ******
// The users specified here will be allowed to run queries from the control panel.
// See the above entries for more information on the format.
// Please note that the ability to run queries is quite powerful. You may wish
// to remove all user IDs from this list for security reasons.
$config['SpecialUsers']['1'] = '';
// ****** UNDELETABLE / UNALTERABLE USERS ******
// The users specified here will not be deletable or alterable from the control panel by any users.
// To specify more than one user, separate userids with commas.
$config['SpecialUsers']['1'] = '';
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['1'] = '1';
// ****** DATASTORE CACHE CONFIGURATION *****
// Here you can configure different methods for caching datastore items.
// vB_Datastore_Filecache - for using a cache file
// $config['Datastore']['vB_Datastore_Filecache'] = 'vB_Datastore_Filecache';
// vB_Datastore_Memcached - for using a Memcache server
// It is also necessary to specify the hostname or IP address and the port the server is listening on
// $config['Datastore']['vB_Datastore_Memcached'] = 'vB_Datastore_Memcached';
// $config['Misc']['72.29.75.95'] = '127.0.0.1';
// $config['Misc']['2082'] = '11211';
// ****** The following options are only needed in special cases ******
// ****** MySQLI OPTIONS *****
// When using MySQL 4.1+, MySQLi should be used to connect to the database.
// If you need to set the default connection charset because your database
// is using a charset other than latin1, you can set the charset here.
// If you don't set the charset to be the same as your database, you
// may receive collation errors. Ignore this setting unless you
// are sure you need to use it.
// $config['Mysqli'][''] = 'utf8';
// Optionally, PHP can be instructed to set connection parameters by reading from the
// file named in 'ini_file'. Please use a full path to the file.
// Example:
// $config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
$config['Mysqli']['ini_file'] = '';
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|