Page 1 of 1

Warning in "Media Librrary" and "Manage direc

Posted: Tue Jul 12, 2005 11:48 am
by lyly
in http://www.mysite.net/serendipity/seren ... ule]=media

Code: Select all

Warning: Supplied resource is not a valid File-Handle resource in /www/serendipity/include/functions_images.inc.php on line 1215
and in http://www.mysite.net/serendipity/seren ... torySelect

Code: Select all

Warning: Supplied resource is not a valid File-Handle resource in /www/serendipity/include/functions_images.inc.php on line 1215
Bug or configuration problem?

ImageMagik is not activated in configuration.

Re: Warning in "Media Librrary" and "Manage d

Posted: Tue Jul 12, 2005 12:54 pm
by garvinhicking
Hi! This was a bug indeed.

I fixed it in our code, and you should be able to fix it by editingline 1215 of that functions_images.inc.php file and replace "fclose" with "closedir". :)

Regards,
Garvin