Basically this happens when furniture is added that doesn't reference an actual furniture item in the database.
For example(a hypothetical example):
red_chair="Red Chair","redchair.png",200,"A redchair you can sit on"
But when it's actually added it does... addfurniture("redchair');
Notice the difference between red_chair and redchair. Basically you have furniture that isn't in the database.