I have the same problem with types 1.2 wp3.5.1 and php 5.4!!
and one more:
Warning: Invalid argument supplied for foreach() in /path/wp-content/plugins/types/embedded/admin.php on line 423
this is the line in question
foreach ( $messages_for_user as $message_id => $message ) {
i added
if ( is_array($messages_for_user) )
above the foreach, and all works.
Thanks, flynsarmy for fix and help.