Yorum yazan arkadaşlar daha önce hiç phpmelody kurdunuz mu?
veritabanını boşaltıp instal.php yi baştan çalıştırın
herseferinde sql i yüklemeye çalışıyor ama alanlar daha önce dolu olduğundan yüklenmiş hatası vermektedir.
$sql = "SELECT id FROM pm_config WHERE id = '1'";
$result = @mysql_query($sql);
if( $result ) {
$error = 1;
echo "<p class=\"warning\">It seems that PHP Melody is already installed!<br />To reinstall it, please empty the database first then click '<strong>Retry</strong>'.</p>";
}