PDA

View Full Version : imprex is not imprexxive


bluenassarius
Fri 2nd May '08, 11:27pm
i purchased vbulletin today. got everything in order. tried to migrate from SMF 1.1.4 to Vbulletin. guess what?? it only migrates from 1.1.2 and 2.0 only!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!! what the fizzle? i can't believe there isn't support for 1.1.4. i downloaded imprex from the members area also- what can i do? i'm frustrated now-

Steve Machol
Fri 2nd May '08, 11:28pm
Use the 1.1.2 importer. It will work.

bluenassarius
Fri 2nd May '08, 11:28pm
Altering tables

ImpEx will now Alter the tables in the vB database to include import id numbers.This is needed during the import process for maintaining refrences between the tables during an import.If you have large tables (i.e. lots of posts) this can take some time.They will also be left after the import if you need to link back to the origional vB userid.
moderator - importmoderatorid Completed
usergroup - importusergroupid Completed
ranks - importrankid Completed
poll - importpollid Completed
forum - importforumid Completed
forum - importcategoryid Completed
user - importuserid Completed
style - importstyleid Completed
thread - importthreadid Completed
post - importthreadid Completed
thread - importforumid Completed
smilie - importsmilieid Completed
pmtext - importpmid Completed
avatar - importavatarid Completed
customavatar - importcustomavatarid Completed
customprofilepic - importcustomprofilepicid Completed
post - importpostid Completed
attachment - importattachmentid Completed
pm - importpmid Completed
usernote - importusernoteid Completed
phrase - importphraseid Completed
subscription - importsubscriptionid Completed
subscriptionlog - importsubscriptionlogid Completed

Valid found tables :


Possibly custom tables or incorrect prefix :

attachments NOT found.
board_permissions NOT found.
boards NOT found.
calendar NOT found.
calendar_holidays NOT found.
categories NOT found.
collapsed_categories NOT found.
log_actions NOT found.
log_activity NOT found.
log_banned NOT found.
log_boards NOT found.
log_errors NOT found.
log_floodcontrol NOT found.
log_karma NOT found.
log_mark_read NOT found.
log_notify NOT found.
log_online NOT found.
log_polls NOT found.
log_topics NOT found.
membergroups NOT found.
members NOT found.
messages NOT found.
moderators NOT found.
permissions NOT found.
poll_choices NOT found.
polls NOT found.
settings NOT found.
smileys NOT found.
themes NOT found.
topics NOT found.
sessions NOT found.

If you have all red tables, i.e. none correct this could possible be your table prefix :

mflora_ads_
Failed Check database permissions and connection, or table prefix to ensure its correct

bluenassarius
Fri 2nd May '08, 11:29pm
this is what i tried and it isn't working. i went ahead and tried to do the 2.0 upgrade for smf and it has caused my old forum not even to load up! extremely frustrated

bluenassarius
Fri 2nd May '08, 11:30pm
i can't move on to the second part w/o completing this part.

Steve Machol
Fri 2nd May '08, 11:31pm
Your SMF database almost certainly has a table prefix, possibly: smf_

You need to use the correct source table prefix in the ImpExConfig.php file.

bluenassarius
Fri 2nd May '08, 11:35pm
what do i need to change or do?

Steve Machol
Fri 2nd May '08, 11:39pm
I don't know any more than what I posted in post #6. You need to check your database.

bluenassarius
Fri 2nd May '08, 11:46pm
what do i enter in table prefix??

Steve Machol
Fri 2nd May '08, 11:48pm
As per post #6: ImpExConfig.php

bluenassarius
Fri 2nd May '08, 11:56pm
# TARGET - The target is the vBulletin database (where the data is going to)
#
####

$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'xxxxxx';
$impexconfig['target']['password'] = 'xxxxx';
$impexconfig['target']['database'] = 'xxxx';
$impexconfig['target']['tableprefix'] = '';


####
#
# SOURCE - The source is the old forum database (where the data is coming from)
#
####

# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql'; // mysql OR mssql
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'xxxx';
$impexconfig['source']['password'] = 'xxxxx';
$impexconfig['source']['database'] = 'xxxxxx';
$impexconfig['source']['tableprefix'] = '';


ok so what do i enter in the table prefix?

bluenassarius
Fri 2nd May '08, 11:58pm
is there the person who designed imprex to help out? i can't believe it's only support for 1.1.2 and not any of the newer ones. i installed 2.0 in hopes of migrating it easier and now i screwed myself. gay

Steve Machol
Sat 3rd May '08, 12:00am
This is the line you need to edit with your specific table prefix:

$impexconfig['source']['tableprefix'] = '';

bboy
Sat 3rd May '08, 12:02am
is there the person who designed imprex to help out? i can't believe it's only support for 1.1.2 and not any of the newer ones. i installed 2.0 in hopes of migrating it easier and now i screwed myself. gay

This is why it is always best practice to backup your database (and any other data) when making changes as you are.

bluenassarius
Sat 3rd May '08, 12:09am
my mistake. is there anyway i can find that so i can move on?

bluenassarius
Sat 3rd May '08, 3:42am
steve,

i owe you an apology. i'm sorry for reacting like that. you were trying to help and i was blind as a bat. you did point out the right thing and i finally corrected it (after stepping away from it for a hr). however, i did tooo much damage and lost the forum. it's time to rebuild w/ vbulletin! thank you again, for the help steve.

arco
Mon 5th May '08, 7:57pm
Don't rush into things before you're sure you know what you're doing. And make backups! SMF 2.0 isn't even released yet, so how can you expect vB to support it? You might get lucky though by using the 1.1.2 importer, if they haven't changed the database structure too much in SMF 2.0. There hasn't been any db changes between SMF 1.1.2 and 1.1.4, so even though the importer is still saying 1.1.2, it WILL work with SMF 1.1.4. As Steve has been trying to say, you need to enter your table prefix.

It's a good idea to read the ImpEx documentation before you start the job.
http://www.vbulletin.com/docs/html/main/impex