[imp] attachment problem
Jason Keltz
jas@cs.yorku.ca
Thu, 23 Nov 2000 12:01:44 -0500 (EST)
Hi Anil,
I figured it out!!
This is one of those errors that lets you know it is time for a coffee
break.
Configuration file path for the file php.ini should have been
/cs/local/lib/php
Including the "php.ini" on the end, caused the system to choke because it
wanted to find:
/cs/local/lib/php/php.ini/php.ini
To test this out, I created a php.ini directory, and copied php.ini to
that directory, and it worked.
This wasn't even in the PHP FAQ. I guess I'm the first person to make
this mistake. Do I win a prize?
This *still* doesn't explain why the default of /tmp does not work on
Sparc Solaris. swapfs shouldn't make a difference to the underlying
program.
Jason.
On Thu, 23 Nov 2000, Anil Madhavapeddy wrote:
> Jason Keltz wrote:
> >
> > I checked the phpinfo screen, and I see this:
> >
> > For Configuration File (php.ini) Path:
> > /cs/local/lib/php/php.ini
> >
> > For upload_tmp_dir, in both the Local and Master values, I get:
> > no value
> >
>
> Right, so it isn't being read properly. As a test,
> in the relevant portion of your Apache configuration, add in
> this line:
>
> php_value upload_tmp_dir /var/tmp
>
> And then restart Apache, and look at the phpinfo() screen again.
>
> --
> Anil Madhavapeddy / "Oi luv moi brick!"
> anil@recoil.org / - Father Jack
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>