Displaying 2 results from an estimated 2 matches for "03ae".
Did you mean:
03a
2008 Nov 25
1
warning: XXX: missing glyph for char YYY
During a compilation of Wine I always get lots of errors in a form of
warning: XXX: missing glyph for char YYY
i.e.
warning: Courier 13: missing glyph for char 009f
warning: Small Fonts 11: missing glyph for char 00e9
warning: MS Sans Serif 13: missing glyph for char 03ae
warning: System 16: missing glyph for char 0626
They flood the log, creating almost 1900 lines.
I've attached it here - http://pastebin.com/f63cc5d92
I've added a command I've used for compilation and the very end of its log (it ended with no errors).
Some of my fonts are displayed i...
2013 Oct 23
3
Rails 4 and HABTM Checkboxes: Unpermitted parameters error
I have a simple Rails 4 project with two scaffolded models: Practice and Practitioner. I have set these both as habtm and am in the process of adding checkboxes to the Practitioner form so that I can check off the practices that this practitioner belongs to. In the practitioners_controller, I added practice_ids to the practitioner_params permit list, but I am still getting the error:
Started