In admin controllers and user controllers an old method "calendar_colors" causes a problem.
This method is called when adding a new user
You can fix it by replacing the old method by the new one which is now based upon this four lines :
@calendar_color_arrival = "green"
@calendar_color_departure = "green"
@calendar_color_free = "green"
@calendar_color_blocked = "#c0c0c0"
Soory if it is not the place where to discuss and feedback, hope this will help you