Tudor Girba wrote:
Hi Lukas,
>> I am trying to make ImagePersistency with seasidehosting, but it
>> does not work, because the code seems to try to access '/' instead
>> of the directory of the image. I know that at least seaside.st is on
>> seasidehosting, and I was wondering how did you solve this issue.
>>
> I think this has come up before. Also in the context of using the
> Magma object database. The problem is that saving the image tries to
> iterate over the directory tree, what is restricted on
> seasidehosting.st. I thought this issue was resolved? Or is there a
> patch that needs to be loaded? I don't remember.
>
Magma should be happy being given a relative path.
The problem reported seems to be when using Image Persistency
Keith