Alan Humphrey wrote: > eval { > $site->update_from_form( $checked ); > $site->update(); > }; This may not fix your problem, but you don't need to call update if you are using update_from_form. Try removing the update call. -Andy