I try to import from web wiz system to vbulletin.
I set all the seting in ImpExConfig.php but when i get in to import link in cpadmin i get the next error:
Fatal error: Call to undefined function: mssql_connect() in D:\hshome\dachoweb\dacho.co.il\VBULLETIN\impex\db_mysql.php on line 54
the vbulletin is not in the same server as the web wiz forum, but i set in ImpExConfig.php this:
targetdatabasetype = mysql
targetserver = mysql2.dacho.co.il
targetuser = forum_user
targetpassword = password
targetdatabase = forum_db
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 = mssql
sourceserver = mssql.dacho.co.il
sourceuser = dachowe_user
sourcepassword = password
sourcedatabase = dacho_db
sourcetableprefix =
anybody know why i get this problem?
Thn'x yarden.
Comment