[imp] Empty message sent
Daren R. Sefcik
daren@partnersdata.com
Wed, 6 Dec 2000 08:14:26 -0800
IMP is the only PHP app I have on the server so there is no other
session variable. I also did not find anything related to a $message
in the php.ini file or include statement.
I have tracked down a couple of older machines here and found that
with NN 4.5 & NN 4.08 everything works fine.
With IE 5.5 or NN >= 4.7 it gives me the problems described.
Here is my setup:
Solaris 2.6
Apache 1.3.14
PGSQL 7.0.2
PHP CVS 200012041145
IMP 2.3.6-cvs
I have tested it on Win2K/IE 5.5, Win2K/NN 4.7 & 6, NT4/IE 5.5,
NT4/NN 4.7, Solaris/NN 4.7 and these have the problem.
I tested also with Win95/NN 4.5 and MacOS 8/NN 4.08 and these worked
just fine.
I would like to hear from anybody that has the same setup that has no
problems. Also, to possibly save me time, does anybody have any
suggestions to where I should start looking (which files) to figure
out where this is getting messed up??
On 4 Dec 2000, at 15:13, Chuck Hagenbuch wrote:
> Quoting "Daren R. Sefcik" <daren@partnersdata.com>:
>
> > If I hard code the $message in compose.php at line# 1 I get sent the
> > hard coded value just fine.Where is that variable being set to begin
> > with?
>
> Seems like your browser or php is buggy, or somehow you have $message being set
> by an include file or phplib somewhere - do you have any other apps that use
> $message as a session variable?