You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have found a bug in adding a category. A new category cannot be added and the error says that data is too long for column category_description.
The solution: you have to define the field category_description in table category as LONGTEXT.
So you have to redefine it in the sql-file to create the database
The text was updated successfully, but these errors were encountered:
Hello. I have found a bug in adding a category. A new category cannot be added and the error says that data is too long for column category_description.
The solution: you have to define the field category_description in table category as LONGTEXT.
So you have to redefine it in the sql-file to create the database
The text was updated successfully, but these errors were encountered: