View Full Version : ImpEx Crashing
betablue
Sat 10th Jul '04, 9:05pm
Just installed vb 3.03 on Apache/2.0.49 (Win32) PHP/4.3.6.
vbulletin INstalled and works OK, however afeter installing ImpEx when I go to Import/Export section of adminCP it causes errors on the sever such as:
Apache HTTP error
Apache keeps on running, but ImpEx index.php never loads properly - it just hangs there for long time and comes up with the "Action canceled" message.
Any sugetions what could cause it and how to fix it?
Zachery
Sat 10th Jul '04, 9:21pm
What version of mysql do you have?
You might want to upgrade to php 4.3.7 as php 4.3.6 has some bugs.
Did you configure the impex config.php file?
betablue
Sat 10th Jul '04, 9:54pm
MySQL 4.018 - Client 4.018
Everything else works pretty good - only ImpEx keeps on doing the same
;vBulletin:Impex Config File<?php /*
;| |;
;| # vBulletin 3.0.3 - Licence Number XXXXXXX
;| # ---------------------------------------------------------------- # |;
;| # Copyright ©2000–2004 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 = username
targetpassword = password
targetdatabase = mciblue
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
sourcedatabasetype = mysql
sourceserver = localhost
sourceuser = username
sourcepassword = password
sourcedatabase = mcidss
sourcetableprefix = phpbb_
;| ################################################## ################## |;
;| # File ends with closing PHP tag... # |;
;| ################################################## ################## |;
;*/ ?>
There is no prefix in the target table (on VB Side)
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights