Search found 2 matches

by itsckl
30 Aug 2005, 17:53
Forum: Help
Topic: sporadic problems with sending email and/or adding attachmen
Replies: 1
Views: 4023

I have narrowed it down a bit... still help required

the problem is in core/file_api.php. the upload mode is DATABASE. I have put some debugs and the php.exe hangs while tries to add the file as an attachment to the database ("add file: inserting..." is the last thing I see).

This happens with very large attachments or with binary attachments.

Is ...
by itsckl
29 Aug 2005, 13:15
Forum: Help
Topic: sporadic problems with sending email and/or adding attachmen
Replies: 1
Views: 4023

sporadic problems with sending email and/or adding attachmen

I have added some functionality to Mantis (Mantis 0.18.3) running on IIS (5 on a w2k terminal server) and PHP (php-4.3.3-Win32) .

the added functionality
- uploads an attachment
- adds a bugnote
- send an extra email containing the attachment and the bugnote

my problem is, that mantis often ...