From: Thierry B. <tb...@fr...> - 2002-10-27 17:37:17
|
Hi, Here is the fix for this error : Le sam 26/10/2002 =E0 00:00, David Smith a =E9crit : > Great! I'll start with issue#1: >=20 > [Fri Oct 25 14:57:57 2002] index.cgi: Exception 410: Reference is not my > type (Image::Magick) at ../idsShared.pm line 641. > [Fri Oct 25 14:57:57 2002] [error] [client 207.248.41.195] Premature end > of script headers: /home/dsmith/public_html/ids/admin/index.cgi in admin/index.cgi, row 65 $scaledOverlay->Read("../site-images/previewicon.png"); # read in the "scaled" icon to overlay on scaled images the ../ was missing ; therefore the $scaledOverlay was not loaded, the atributes retreived from it and used in row 641 of idsShared.pm are null and not the type required for ImageMagick. >=20 > I noticed that if I go to the normal page (/ids) and view the gallery, > the new image appears, and then I am able to access the admin interface > through problem url. That's because the path is correct for the non-admin section. While the thumbnails are generated once, this error doesn't occur any more. >=20 > Thanks, > Dave No problem, Thierry=20 >=20 >=20 >=20 > ------------------------------------------------------- > This sf.net email is sponsored by: Influence the future=20 > of Java(TM) technology. Join the Java Community=20 > Process(SM) (JCP(SM)) program now.=20 > http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en > _______________________________________________ > IDS-devel mailing list > IDS...@li... > https://lists.sourceforge.net/lists/listinfo/ids-devel >=20 |