Sorry, the database connection information used in the specified installation of SMF cannot access the installation of vBulletin 3.5. This may either mean that the installation doesn't exist, or that the MySQL account used does not have permissions to access it.
The error MySQL gave was: Incorrect table name 'user'
Merhabalar, 2 günden beri herşeyi denedim ama bir sonuç alamadım. Diğer arkadaşlar bir sonuç aldıgına göre benim bir yerde hatam var ama nerde onu bulamadım.
En son yaptıklarım:
Smf 1.rc2 yükledim. vbulettin 3.5.4 ile aynı database'deler. smf 'nin ön tablo eki smf_ vbulletin ise vb_
smf ve vbulletin olmak üzere ikitane klasör açtım. Vbulletin klasörünün içinde includes klasörü ve bunun içinde config.php dosyası mevcut.
<?php
$servername = 'localhost';
$dbusername = 'root';
$dbpassword = '1234';
$dbname = 'demo';
$tableprefix = 'vb_';
?>
Birçok versiyona ait convert.php dosyası ve vbulletin35_to_smf.sql dosyalarını denedim.
Bu dosyaları smf klasörünün içine atarak convert.php dosyasını çalıştırdım..
Vbulletin ve smf yollarını zaten kendi oto olarak buluyor.
Bana sadece SMF database password yazıp Continue 'ye basmak kalıyor ama bu işlem sonucunda yukarıdaki hatayı veriyor. Bu kadar basit bir dönüştürme işleminde nerde hata yapıyorum veya sorun nerde olabilir?