Hi!
I did a debugging to find out what was causing this.
And i found an incompatibility on tables collation.
I changed this tables to utf8_unicode_ci:
wp_mf_post_meta
wp_mf_panel_custom_field
And this field:
field_name from table wp_mf_post_meta.
I tested the functions get and get_image and now works fine.
Tested on:
Mysql = 5.5.8
WP = 3.3.1
MF = 1.5.8.3
Best regards!
Doug