Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
cd \path\to\civicrmgit pullcd binsetup.sh
I've filed an issue for #1: https://issues.civicrm.org/jira/browse/CRM-15089
Ahhh. Maybe this will fix it then: https://github.com/civicrm/civicrm-core/pull/3811
$path = self::addTrailingSlash(str_replace(array('/persist/contribute', '\persist\contribute'), '', $config->imageUploadDir)) . 'dynamic';
$path = self::addTrailingSlash(str_replace('/persist/contribute', '', $imageUploadDir)) . 'dynamic';