From: Michael M. <mi...@gn...> - 2007-07-03 18:32:57
|
I have noticed a weird bug where img_src... gets expanded to the path /uploads/sliceid/filename.jpg- note that it always appends a that weird hyphen. It only happens with mod-php5, reverting to php4 fixes the problem. I guess it could try to expand as if it was a list of items into something like url1-url2- etc I tried debugging but couldn't really track down where this actually gets expanded and since it's a live site I had to change to php4 and can't at the moment test it. Maybe if I knew where to start looking I could figure it out. Thanks mimo |