Warning in "Media Librrary" and "Manage direc

Having trouble installing serendipity?
Post Reply
lyly
Posts: 1
Joined: Tue Jul 12, 2005 10:43 am

Warning in "Media Librrary" and "Manage direc

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply