PDA

View Full Version : Question, converting PHPBB2 to VBULLETIN



lakerszone
Wed 10th Aug '05, 2:19pm
Question, converting PHPBB2 to VBULLETIN

I have an existing PHPBB2 forum that I would to convert to VBulletin. I tried with no success.

Warning: build_module_list(./impex/systems/phpBB2/_vti_cnf): failed to open stream: Success in /impex/ImpExSession.php on line 112

Fatal error: build_module_list(): Failed opening required './impex/systems/phpBB2/_vti_cnf' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/supercla/public_html/forum/impex/ImpExSession.php on line 112

ImpExConfig.php

[ Target Database ]
; The following settings allow ImpEx to connect to the vBulletin 3
; database into which you will be importing data.
;
; If impex is installed in vBulletin you can ignore the target details
; as includes/config.php
targetdatabasetype = mysql
targetserver = localhost
targetuser = supercla_forum
targetpassword = *****
targetdatabase = supercla_forumdb
targettableprefix =
[ Source Database ]
; If the system that is being imported from uses a database,
; enter the details for it here and set 'sourceexists' to TRUE.
; If the source data is NOT stored in a database, set 'sourceexists' to FALSE
sourceexists = true
; mysql OR mssql
sourcedatabasetype = mysql
sourceserver = localhost
sourceuser = supercla_forums
sourcepassword = ******
sourcedatabase = supercla_forumsdb
sourcetableprefix = phpbb_

Jerry
Wed 10th Aug '05, 3:20pm
Your FTP client has created the folder

_vti_cnf

inside the phpBB2 folder, i.e. :

/impex/systems/phpBB2/_vti_cnf

Delete the _vti_cnf directory.

lakerszone
Wed 10th Aug '05, 5:38pm
Thanks.