Closed (fixed)
Project:
IMCE
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2006 at 21:19 UTC
Updated:
15 Oct 2006 at 15:17 UTC
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
Comment #1
sender commentedI 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.
Comment #2
(not verified) commented