19-08-2018, Saat:03:11
Sayfalar: 1 2
28-02-2019, Saat:14:16
Aktifleştir deyince hata veriyor yardım edermisiniz
23-02-2021, Saat:04:48
MyBB Internal: One or more warnings occurred. Please contact your administrator for assistance.
Bu hatayı verdi ve çalışmadı 1.8
Bu hatayı verdi ve çalışmadı 1.8
04-01-2025, Saat:01:55
MyBB, bir SQL hatası olduğunu tespit etti ve aşağıdaki nedenlerden dolayı devam edemiyor.
SQL Hatası:1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybb_settinggroups' at line 1Sorgu:SELECT COUNT(*) as rows FROM mybb_settinggroups
bu hatayı alıyorum nasıl yapa bilirim
SQL Hatası:1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybb_settinggroups' at line 1Sorgu:SELECT COUNT(*) as rows FROM mybb_settinggroups
bu hatayı alıyorum nasıl yapa bilirim
19-01-2025, Saat:04:09
(04-01-2025, Saat:01:55)destur Adlı Kullanıcıdan Alıntı: [ -> ]MyBB, bir SQL hatası olduğunu tespit etti ve aşağıdaki nedenlerden dolayı devam edemiyor.
SQL Hatası:1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'rows FROM mybb_settinggroups' at line 1Sorgu:SELECT COUNT(*) as rows FROM mybb_settinggroups
bu hatayı alıyorum nasıl yapa bilirim
eklentiyi açın ve aşağıdaki fonksiyonu bulun;
-> my_activity_activate
44 ve 54 arasındaki line (satırı) aşağıdaki kodla değiştirin.
PHP Kod:
$query = $db->simple_select("settinggroups", "COUNT(*)");
$rows = $db->fetch_field($query, 'gid');
$new_groupconfig = array(
'name' => 'my_activity',
'title' => '[Eklenti] Kullanıcı Seviyeleri',
'description' => 'Eklenti Ayarları',
'disporder' => $rows+1,
'isdefault' => 0
);
Sayfalar: 1 2