DB error: Data too long for column 'stopword' at row 1

Please report bugs here!

Moderator: Thorsten

Post Reply
cam
Posts: 1
Joined: Mon Mar 14, 2011 10:31 pm

DB error: Data too long for column 'stopword' at row 1

Post by cam »

phpMyFaq suggested I file this as a bug report after trying twice. The error message is: DB error: Data too long for column 'stopword' at row 1. The SQL query is: INSERT INTO faqstopwords (id, lang, stopword) VALUES (171, 'da', 'f��')

This occurs during installation. I'm using mysql version 5.0.12 with phpMyFaq version 2.6.15. The appropriate database and mysql user has been added in mysql at this point. Thanks!

-Cameron
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: DB error: Data too long for column 'stopword' at row 1

Post by Thorsten »

Hi,

which characterset do you use in your database. MySQL 5.0.12 is very old and buggy, you should consider an upgrade.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply