Armand Verstappen wrote:

> Emiliano, am I correct to think that the internal error could also be
> caused by:
> 
>   pool = mgd_alloc_pool();
>   if (!pool)
>     return 0;
> 
> (There are more instances of those in the code)

Err, yes. Correct. But the patch I sent should pinpoint the problem, I
think.

> > But if i go into the blobs directory where the file
> > should be uploaded there is a file created with the long name as stated
> in
> > the database however its filesize is zero. could there be any issue in
> the
> > file upload component of midgard-php....
> 
> Can you try a file upload with regular php?

The file size being zero is exactly correct, BTW. When a blob is created
it is first attempted to be opened for writing to make sure no
permission
problem exists. This yields a zero-sized file.

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to