in troubleshooting this for rgodinez, i fixed the issue by commenting the following line in the WA_DigitalFilePro/helper_PHP.php file:
$folderPath = rootRelativeToFullFileURL($folderPath);
find that line and change it to:
//$folderPath = rootRelativeToFullFileURL($folderPath);