Re: phpbb3 -> bbpress converter
bbpress 0.9.0.5 and phpbb 3.0.5 at localhost:
when i click on “converting users data”
i have:
SQL ERROR [ mysqli ]
Data too long for column ‘user_url’ at row 1 [1406]
to small? how to fix and convers users data properly?
updated: fixed!
ALTER TABLE bb_users
CHANGE user_url
user_url
VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL