From: Jeff M. <jef...@vi...> - 2003-05-25 00:26:48
|
On Mon, 2003-05-19 at 22:06, Jeff Macdonald wrote: > On Mon, 2003-05-19 at 21:22, Douglas E. Morris wrote: > <snip> > > > > Software error: > > > > Sorry, invalid mode. Mode "editimage!=/Stuff/101MSDCF/DSC00017.JPG" does > > not exist. at /home/web/kenohki/pictures/admin/index.cgi line 154. > > > I've traced this error to the following change: print "Location: $idscgi?mode=editimage&image=".&encodeSpecialChars($imagetoedit)."\n\n"; TO print "Location: $idscgi?mode=editimage!=".&encodeSpecialChars($imagetoedit)."\n\n"; This happens in several places. Ashley, any idea what happened here? A global search and replace gone bad? I'll try to come up with a patch this weekend. -- Jeff Macdonald <jef...@vi...> My birding blog: http://www.virtualbuilder.com/archives/cat_birding.html Into birding? Visit http://www.migratus.com |