dil dosyasına gelince hep english veriyor ben kodları tr klasörüne uyguladım
Sql Bu çalıştığı zaman
- Kod: Tümünü seç
ALTER TABLE phpbb3_users ADD user_gender TINYINT(1) UNSIGNED NOT NULL DEFAULT 0;
Bu hatayı alıyorum
- Kod: Tümünü seç
Hata
SQL sorgusu:
ALTER TABLE phpbb3_users ADD user_gender TINYINT( 1 ) UNSIGNED NOT NULL DEFAULT 0
MySQL çıktısı: Belgeler
#1060 - Duplicate column name 'user_gender'
üstelik forum üzerinde
- Kod: Tümünü seç
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /language/tr/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /language/tr/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /language/tr/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /language/tr/common.php:1)
bu hatada var sorun ne anlamadım





