It looks like the code can handle 16 char for the door, but DB.sql still has it set to just 10. Change the DB name field to be 16 char long and it should work.
Oh and here is the sql to change it
Code:
ALTER TABLE `doors` CHANGE `name` `name` VARCHAR(16) NOT NULL;
you will need to delete the doors and re source them.