VBulletin upgradation
=====================
1) Unzip the update file after that you will found the two newly created
folders "upload" and "do not upload", From this delete the folder "do
not upload" and need to rename(move) the folder "upload" to forum after
that change the appropriate ownership for this folder.
.2) Edit the file vi /home/username/public_html/forum/includes/config.php
and mention the below steps
(i) Mention the database name.
['Database']['dbname'] = 'DBNAME';
(ii) Mention the technical e-mail address.
['Database']['technicalemail'] = 'customer e-mail ID';
(iii) Mention the DATABASE USERNAME & PASSWORD.
['MasterServer']['username'] = 'DB Username';
['MasterServer']['password'] = 'Passwd';
3 Go to /home/username/public_html/forums/install/ then you will find the
file name like upgrade.php
4 Access upgrade.php file in the web browser to install VBulletin ex://
http://domainname.com/forums/install/upgrade.php
(You need to mention the customer number and its password to continue the
installation, You need to click many "Next".... buttons to complete the
installation.
5.While this upgradation is going on the user name and password prompt
will occur to create the admincp login detail. So, mention the admincp
username as "admin" and password as anything that what you want.
No comments:
Post a Comment