Hi, im getting some problems when i try import my phpBB2 DB to FUD, everything goes well till i get to the user imports.. it fails on a certain id which i can't figure out why.. the SQL error i get is:
Importing Users 3502
(C:\webserver\FUDforum\include\theme\default\db.inc:72
C:\webserver\www\forum\phpBB2.php:355
) 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' users_opt=(users_opt & ~ 4194304)|8388608, avatar_loc='
Query: UPDATE fud_users SET avatar=, users_opt=(users_opt & ~ 4194304)|8388608, avatar_loc='<img src="http://localhost/forum/images/custom_avatars/47.gif" width="130" height="130">' WHERE id=49
Server Version: 5.0.27-community-nt
Any help i can get is appreciated!