Drupal v4.7.3/MySQL
latest image/imce 4.7 modules

Produces:
-------------------------
warning: getimagesize() [function.getimagesize]: Read error! in /modules/imce/imce.module on line 223.

CommentFileSizeAuthor
#1 imce.getimagesize.patch.txt851 bytesufku

Comments

ufku’s picture

Title: Warning » getimagesize read error - IMCE
Status: Active » Needs review
StatusFileSize
new851 bytes

i realized that some php configurations ignore error control operator(@) that hides getimagesize() warnings. with this patch only the files having gif,jpg,jpeg,png extensions are sent to getimagesize.

the cvs id of the module file to patch is $Id: imce.module,v 1.6 2006/09/29 13:50:57 ufku Exp $. its the current pack in project page.

ufku’s picture

Status: Needs review » Fixed

commited

Anonymous’s picture

Status: Fixed » Closed (fixed)