From: Randy M. <ra...@ac...> - 2001-02-27 20:44:21
|
Looks like both were my fault (*) Atleast I surely was tinkering with both things. >[23868] [2001/02/26 21:50:32] Variable "$logDir" is not imported at /var/www/photo/admin/index.cgi line 1524. I'm going to guess that John added the proper export for logDir to fix that. >creating path ../../image-cache/Work at ../idsShared.pm line 452 I don't have an up2date source tree next to me, but here is my guess. That looks like it got a double '../' prepended. The quick fix is probably to make sure that $imageCache or $albumData (I can't remember which defines the image-cache path at this moment) doesn't get a '../' prepended in the admin/index.cgi. A long term fix is to dump $ppath, but I'm not done with that patchball yet, and I think quite a few things still depende on $ppath. (*) Looks like my test didn't work. Randy |