Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

Adding new Language error #41

Closed vanvanni closed 7 years ago

vanvanni commented 7 years ago

When attempted to add new language: SQLSTATE[HY000]: General error: 1364 Field 'app_name' doesn't have a default value (SQL: insert intolanguages(name,native,abbr,flag,active,default) values (Dutch, Dutch, nl, , 1, 1))

debock1984 commented 7 years ago

duplicate of https://github.com/Laravel-Backpack/LangFileManager/issues/36 ?

tabacitu commented 7 years ago

Yes. Please remove the app_name column from your DB manually. That should fix it.

lloy0076 commented 7 years ago

This is a duplicate - it should be closed :(