aynı hata bende oluştu bunun için
<?php
require_once(dirname(__FILE__) . '/Settings.php');
// Connect to the MySQL database.
if (empty($db_persist))
$db_connection = @mysql_connect($db_server, $db_user, $db_passwd);
else
$db_connection = @mysql_pconnect($db_server, $db_user, $db_passwd);
// Show an error if the connection couldn't be made.
if (!$db_connection || !@mysql_select_db($db_name, $db_connection))
db_fatal_error();
mysql_query("UPDATE smf_settings SET value = '' where variable = 'news' LIMIT 1;")
?>
bu kodları boş bir php oluşturun ve forum dizinine atın. sadece tarayıcııdan çalıştırın. news bölümü siliniyor. sorun çözülüyor :)
Nerden aldığını yazarsan sevinirim.
http://www.simplemachines.org/community/index.php?topic=259581.msg1692555#msg1692555