Sir_Yaro
Wed 13th Apr '05, 6:21pm
Hello
We got problems with converting
Invision Power Board(Trial) v2.0.0
to brand new vB 3.0.7.
this is that i already did:
- Im dump whole IPB base to database.sql file on serwer and d/l it on my personal computer
- Im created 'ipb' database (on my comp) and import database.sql using command:
[root][/home/yaro]# mysql -u USER -p PASS -D ipb<database.sql
- I got instaled and working forum (database 'mandrake')
- Im modified file ImpExConfig.php:
[root][/home/pic/public_html/forum/impex]# cat ImpExConfig.php
;vBulletin:Impex Config File<?php /*
;| ################################################## ################## |;
;| # vBulletin 3.0.7 - Licence Number L7044e64
;| # ---------------------------------------------------------------- # |;
;| # Copyright Š20002005 Jelsoft Enterprises Ltd. All Rights Reserved. |;
;| # This file may not be redistributed in whole or significant part. # |;
;| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
;| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
;| ################################################## ################## |;
[ Target Database ]
; The following settings allow ImpEx to connect to the vBulletin 3
; database into which you will be importing data.
targetdatabasetype = mysql
targetserver = localhost
targetuser = pic
targetpassword = pass
targetdatabase = mandrake
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 = pic
sourcepassword = pass
sourcedatabase = ipb
sourcetableprefix =
;| ################################################## ################## |;
;| # File ends with closing PHP tag... # |;
;| ################################################## ################## |;
;
*/ ?>
[root][/home/pic/public_html/forum/impex]#
Damn easy.... but now when i click
'Import & Maintenance'/'Import / Export' blank page appear and my browser (opera) tried to d/l (att.picture) index.php (firefox only display blank page)
I havent got any idea whats wrong...
We got problems with converting
Invision Power Board(Trial) v2.0.0
to brand new vB 3.0.7.
this is that i already did:
- Im dump whole IPB base to database.sql file on serwer and d/l it on my personal computer
- Im created 'ipb' database (on my comp) and import database.sql using command:
[root][/home/yaro]# mysql -u USER -p PASS -D ipb<database.sql
- I got instaled and working forum (database 'mandrake')
- Im modified file ImpExConfig.php:
[root][/home/pic/public_html/forum/impex]# cat ImpExConfig.php
;vBulletin:Impex Config File<?php /*
;| ################################################## ################## |;
;| # vBulletin 3.0.7 - Licence Number L7044e64
;| # ---------------------------------------------------------------- # |;
;| # Copyright Š20002005 Jelsoft Enterprises Ltd. All Rights Reserved. |;
;| # This file may not be redistributed in whole or significant part. # |;
;| # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # |;
;| # http://www.vbulletin.com | http://www.vbulletin.com/license.html # |;
;| ################################################## ################## |;
[ Target Database ]
; The following settings allow ImpEx to connect to the vBulletin 3
; database into which you will be importing data.
targetdatabasetype = mysql
targetserver = localhost
targetuser = pic
targetpassword = pass
targetdatabase = mandrake
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 = pic
sourcepassword = pass
sourcedatabase = ipb
sourcetableprefix =
;| ################################################## ################## |;
;| # File ends with closing PHP tag... # |;
;| ################################################## ################## |;
;
*/ ?>
[root][/home/pic/public_html/forum/impex]#
Damn easy.... but now when i click
'Import & Maintenance'/'Import / Export' blank page appear and my browser (opera) tried to d/l (att.picture) index.php (firefox only display blank page)
I havent got any idea whats wrong...