
start module dediğimde failed diyor.
Mysql bilgileride doğru. Daha önce uğraşan arkadaş varmı?
18
●5.212

<?php
#################################################################### |;
# vBulletin
# ---------------------------------------------------------------- # |;
# Copyright ©2000–2006 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 # |;
#################################################################### |;
# 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
if (!defined('IDIR')) { die; }
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['server'] = 'localhost';
$impexconfig['target']['user'] = 'root';
$impexconfig['target']['password'] = '';
$impexconfig['target']['database'] = 'forum';
$impexconfig['target']['tableprefix'] = '';
# 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
$impexconfig['sourceexists'] = true;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['server'] = 'localhost';
$impexconfig['source']['user'] = 'root';
$impexconfig['source']['password'] = '';
$impexconfig['source']['database'] = 'smf';
$impexconfig['source']['tableprefix'] = '';
# Error logging will log import errors to a database table impexerror
# for use with support.
# Language file is the file of phrases to be used, default is english.
# pagespeed is the second(s) wait before the page refreshes.
$impexconfig['system']['errorlogging'] = true;
$impexconfig['system']['language'] = '/impex_language.php';
$impexconfig['system']['pagespeed'] = 1;
define('impexdebug', false);
define('emailcasesensitive', false);
define('forcesqlmode', false);
define('skipparentids', false);
?> table prefix bilgisi doğru olmasına rahmen yinede bu hatayı veriyor.Using includes/config.php for target config.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 CompletedPlease set 'sourceexists = true' in ImpExConfig.php Failed Check database permissions and connection, or table prefix to ensure its correct.
...



sorna cute ftp ıle attım cıte ftp den dosya uzerınde Edit dedım ve bılgılerı gırdım, sorna işlemım sorunsuz olarak halloldu 
$impexconfig['sourceexists'] = false;yazıyor onu
$impexconfig['sourceexists'] = true;yapınız.