Dear Sir/Madam,
When I tried to install KonaKart, I got following error on wizard page "Initialise the KonaKart Database". Any ideas?
My PC OS: Windows Vista Home Premium, English version (But set non-Unicode default to other language)
MySQL 5.0.41-community-nt
Create table in mysql:
CREATE DATABASE `dbcart`
CHARACTER SET 'utf8'
COLLATE 'utf8_general_ci';
-----------------------------------------------
INSERT INTO categories_description VALUES ( '8', '2', 'Tastaturen');
INSERT INTO categories_description VALUES ( '9', '2', 'MÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂÃÂäuse');
Message: Data truncation: Data too long for column 'categories_name' at row 1
SQLState: 01004
ErrorCode: 0
Thanks in advance!
-Bruce