Problem:
I get this error in the browse window:
warning: getimagesize(): Read error! in /var/www//modules/imce/imce.module on line 243.

Solution:
Change the code in imce.module on line 240 to:
if ($file == '.' || $file == '..' || $file == 'CVS' || $file == '.svn' ) continue;

Explanation:
I use Subversion for version control instead of CVS. So I get .svn directories instead of CVS directories/files which, just like the latter, shouldn't show up in the browser.

Comments

sender’s picture

Status: Active » Fixed

I guess this issue is fixed. Would be nice if one of the developers can take a look at it and implement the fix in the new release. Thanx.

Anonymous’s picture

Status: Fixed » Closed (fixed)