Dan Hammer wrote:
> I am uploading an attachment and I get this error...
>
> Warning: fopen("none","r") - No such file or directory in page-init on line 25
> (yes I did name the files)
Looks like you're trying to open the file uploaded and PHP is refusing
it. Unless the file uploaded is name "none", but that doesn't sound
likely. PHP picks temporary filenames for uploads if I'm not mistaken.
Try a regular PHP page to test the upload, at least that will tell us if
midgard is involved in the problem at all.
> and
>
> Cannot create attachment: MGD_ERR_OK
My guess: the code (correctly) skipped over the mgd_create_attachment
when it couldn't open the source file. MGD_ERR_OK is simply the report
of the last midgard call (or OK by default if you made none yet).
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]