So
Hab mich mal durch den Quelltext gewühlt und eine Lösung gefunden:
CFSAbstraction.php öffnen.
Bei
global $JPConfiguration;
$handle = @opendir( $dirName );
// If directory is not accessible, just return FALSE
durch
global $JPConfiguration;
$handle = @opendir( $dirName ."/");
// If directory is not accessible, just return FALSE
Man beachte das ."/"
Sollte bei Joomlapack 1.1.0 und der
neuen Beta funktionieren.
Exclude Directories läuft damit auch.