emrec76 Posted January 5, 2017 Share Posted January 5, 2017 (edited) Veritabanı oluştururken %12 de bu hatayı veriyor. MySQL girip baktığımda 219 tane tablo oluşturmuş oluyor ve orda kalıyor. Hatalara baktığımda 1071 byte çok uzun maksimum 1000 byte yazıyor bunu düzeltme şansım varmı Yükleme sırasında bir hata oluştu... Önceki adımlara geri dönmek için sol sütunda bulunan bağlantıları kullanabilirsiniz veya buraya tıklayarak yüklemeyi baştan başlatabilirsiniz. 1: Updating database schema... 2: 3: 4: [Doctrine\DBAL\Exception\DriverException] 5: An exception occurred while executing 'CREATE TABLE astranslation (id_translation INT AUTO_INCREMENT NOT NULL, id_lang INT NOT NULL, `key` VARCHAR(255) NOT NULL, translation LONGTEXT NOT NULL, domain VARCHAR(255) NOT NULL, theme VARCHAR(255) DEFAULT NULL, INDEX IDX_502BE2DEBA299860 (id_lang), INDEX `key` (domain), UNIQUE INDEX theme (`key`, theme, id_lang, domain), PRIMARY KEY(id_translation)) DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB': 6: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes 7: 8: 9: 10: [Doctrine\DBAL\Driver\PDOException] 11: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes 12: 13: 14: 15: [PDOException] 16: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes 17: 18: 19: doctrine:schema:update [--complete] [--dump-sql] [-f|--force] [--em [EM]] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-s|--shell] [--process-isolation] [-e|--env ENV] [--no-debug] [--] 20: 21: Edited January 5, 2017 by emrec76 (see edit history) Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted January 5, 2017 Share Posted January 5, 2017 Hosting firmanız ile sorununuzu çözebilirsiniz, Link to comment Share on other sites More sharing options...
MahmutGulerce Posted January 5, 2017 Share Posted January 5, 2017 Veri tabanını oluştururken default charset bölümünden bir seçim yapmış olabilir misiniz ? Link to comment Share on other sites More sharing options...
emrec76 Posted January 5, 2017 Author Share Posted January 5, 2017 Başka bir hosting üzerine kurdum bu sorunu halletim kurulumda sona geldim mağazaya bastım HTTP ERROR 500 hatası alıyorum herhangi bişey yapmadım sadece kurulumu yaptım Link to comment Share on other sites More sharing options...
SahinSOLMAZ Posted January 6, 2017 Share Posted January 6, 2017 Başka bir hosting üzerine kurdum bu sorunu halletim kurulumda sona geldim mağazaya bastım HTTP ERROR 500 hatası alıyorum herhangi bişey yapmadım sadece kurulumu yaptım Merhabalar, Hata gösterim modunu açıp tekrar bakar mısınız? Anadizin/config/defines.inc.php dosyasından aşağıdaki satırı bulun ve off değerini on yapın. @ini_set('display_errors', 'off'); Link to comment Share on other sites More sharing options...
emrec76 Posted January 7, 2017 Author Share Posted January 7, 2017 Merhabalar, Hata gösterim modunu açıp tekrar bakar mısınız? Anadizin/config/defines.inc.php dosyasından aşağıdaki satırı bulun ve off değerini on yapın. @ini_set('display_errors', 'off'); şuan on durumda fakat hala aynı hata drdonanim.tk sayfası çalışmıyordrdonanim.tk şu anda bu isteği işleme alamıyor. HTTP ERROR 500 Link to comment Share on other sites More sharing options...
emrec76 Posted January 8, 2017 Author Share Posted January 8, 2017 Merhaba arkadaşlar sorunu çözdüm /config/config.inc.php dosyasının içinde '' setlocale '' kelimesini aratın alt alta 2-3 tane çıkabilir bunların başına // ekleyin sorun çözülüyor Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now