[imp] Fatal error: Call to unsupported or undefined function display() in ./lib/mimetypes.lib on line 375

Mike Coughlan mcoughlan@gothambroadband.com
Fri, 1 Dec 2000 09:23:25 -0500


Thanks for the reply, Chuck.  We tried your suggestion, and no luck.

In addition, I tried to send myself another mail from IMP with attachments
as a test. I received the error below. I cannot duplicate it on demand. It
occurs after I hit the [attach] button, but not always on the same file, or
in the same order.

If you think this is all due to the RPM being out of date, please let me
know. Perhaps we'll try a CVS checkout in the meantime because we really
need it up and running.

Thanks again,

MC and CK


Warning: File Upload Error - No Mime boundary found after start of file
header in /home/httpd/html/horde/imp/compose.php3 on line 1

Warning: Cannot add more header information - the header was already sent
(header information may be added only before any output is generated from
the script - check for text or whitespace outside PHP tags, or calls to
functions that output text) in session.inc on line 448

Warning: Cannot add more header information - the header was already sent
(header information may be added only before any output is generated from
the script - check for text or whitespace outside PHP tags, or calls to
functions that output text) in session.inc on line 449

Warning: Cannot add more header information - the header was already sent
(header information may be added only before any output is generated from
the script - check for text or whitespace outside PHP tags, or calls to
functions that output text) in session.inc on line 450

Warning: Cannot add more header information - the header was already sent
(header information may be added only before any output is generated from
the script - check for text or whitespace outside PHP tags, or calls to
functions that output text) in ./templates/doctype.inc on line 8




-----Original Message-----
From: Chuck Hagenbuch [mailto:chuck@horde.org]
Sent: Thursday, November 30, 2000 10:24 PM
To: imp@lists.horde.org
Subject: RE: [imp] Fatal error: Call to unsupported or undefined
function display() in ./lib/mimetypes.lib on line 375


Quoting Christopher Kalos <ckalos@gothambroadband.com>:

> The MIME problems still exist, though, and I'll assume that the config is
> the default from the RPMs that were installed, since I haven't seen a need
> to change them.

The problem is that we deprecate mime_action_images() ages ago, and then
updated
all of the mime stuff, such that it became broken. I've just fixed it up in
cvs;
the quick fix for you will be to set 'action' => 'default' for the image/
setting in config/mime.php3. I'm not sure why the rpms still set the default
to
'function'.

g