> This is example from midgard1.4 manual:
> 
>  7 Query       SELECT domain,name,value FROM record_extension WHERE
>  tablename='article' AND oid=26377 7 Query       SELECT id FROM blobs
>  WHERE (ptable='article' AND pid=26377 AND name='test') AND (sitegroup
>  IN (0,0) OR 1<>0)
> 
> I do not get it. Why createattachment function 
> calls to mysql Select ??

To make sure you're not creating an attachment with a duplicae name.

> All in all it ends with internal error in midgard.

Possible causes:

1. You ran out of memory.
2. Midgard cannot write to the target directory.

Either instance should be logged. I don't know specifically where
php_log_err logs to, but that's what it uses. Armands' explanation
about a misset or uninitialized blobdir could indeed cause the
internal error.

Emile



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

Reply via email to