Hello Michael,
The problem is in the trailing slash.
Please replace the contents of the /wp-content/plugins/unyson/framework/helpers/class-fw-wp-filesystem.php file
with this http://pastebin.com/UVwHfghs
Also replace the fw_fix_path function in /wp-content/plugins/unyson/framework/bootstrap-helpers.php with this
function fw_fix_path($path) {
return untrailingslashit( str_replace(array('//', '\\'), array('/', '/'), $path) );
}
And let us know if it helped.