PDA

View Full Version : 3.0.7 > 3.6.1 help me !!!



Ori
Mon 25th Sep '06, 9:33pm
I work such as all the steps in this manual :
http://www.vbulletin.com/docs/html/upgrade

but when i become to upgrade my board and entered to this file : http://www.example.com/forums/install/upgrade.php

i have an eror :



Database error in vBulletin :
Invalid SQL:
SELECT *
FROM datastore
WHERE title IN ('','options','bitfields','attachmentcache','forum cache','usergroupcache','stylecache','languagecach e','products','pluginlist','cron','profilefield');
MySQL Error : Table '-------.datastore' doesn't exist
Error Number : 1146
Date : Tuesday, September 26th 2006 @ 03:05:46 AM
Script : http://--------/forum/install/upgrade.php
Referrer :
IP Address : 83.130.191.43
Username :
Classname : vb_database



What should i do ?

Steve Machol
Tue 26th Sep '06, 1:34am
You need to add your table prefx to config.php.

bela-meaad
Sat 7th Oct '06, 5:24am
& whats the table prefx?
Example please

thanks

Marco van Herwaarden
Sat 7th Oct '06, 8:07am
The same as you had set in your old config.php.

Look in your old config.php for the following lines:

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'XXXXX';

XXXXX is your tableprefix and should be set the same in your new config.php file.

bela-meaad
Sat 7th Oct '06, 8:48am
The same as you had set in your old config.php.

Look in your old config.php for the following lines:

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = 'XXXXX';

XXXXX is your tableprefix and should be set the same in your new config.php file.

Thanks for your help

but if i lost the old config file
i mean i did overwritted the file

how should be the tableprefix?
i mean how can i know my tableprefix?
what should i do?:(

Marco van Herwaarden
Sun 8th Oct '06, 5:41am
You can look in your database with a tool like phpMyAdmin and see if there is a prefix used for the tables.

tahirbal
Fri 20th Oct '06, 7:24am
which word of before default name of table. for ex. the default table name is "bulletinaccess", look your phpmyadmin what you see for this table general vb_bulletinaccess. vb is prefix :)...

Sorry ENG is not better :)