The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
database problem during installation
Hello,
I send the files to install my forum, but I got a message that crashes, it relates to my database, I am hosting at enfaite OVH.COM, I have a single database and I must use for the whole site, on the home page I have a script so I already Jommla CMS used the base, now I used the same words with the same password, this message asks me what I deleted in the database, PHP Code:
you have a solution |
#2
|
||||
|
||||
try using a table prefix for the vb install... vb_
|
#3
|
|||
|
|||
here is a picture of the message is that these are the bases vbulletin or joomla
|
#4
|
||||
|
||||
As was said, setup vBulletin to use a table prefix, you do this by editing the config.php file before running the install script. A common prefix is "vb_" but you could use anything. That will make sure all vBulletin tables have unique names.
|
#5
|
|||
|
|||
here is the file I think I have to change the settings, do the rest for me please
PHP Code:
|
#6
|
||||
|
||||
I hope those aren't your real usernames or passwords... but all you need to do is edit the line:
Code:
$config['Database']['tableprefix'] = ''; Code:
$config['Database']['tableprefix'] = 'vb_'; |
#7
|
|||
|
|||
Thank's for your help (y)
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|