[imp] Error on logout page

Dave Breiland superdave at dynamicis.com
Wed May 14 14:43:15 PDT 2003


I found that I needed to copy the new php.ini file from the source
build... even (FreeBSD 4.7) from
/usr/ports/www/mod_php4/work/php-4.3.1/php.ini-dist
to
/usr/local/etc/php.ini

It then included, by default:
session.bug_compat_42 = 0
session.bug_compat_warn = 1

It works fine for me now.

Dave

On Wed, 14 May 2003, Eric Rostetter wrote:

> Quoting Ian Miller <imiller at bsd.uchicago.edu>:
>
> > I changed the setting to
> > session.bug_compat_42 off
> > and session.bug_compat_warn off
>
> In that format?  Or in the correct format such as
>
> session.bug_compat_42 = 0
> session.bug_compat_warn = Off
>
> And then did you restart (full stop/start) your web server?  You need to restart
> the web server to restart php so it reads the new php.ini file.
>
> Also, sounds silly, but make sure you changed the correct php.ini file.
> The phpinfo() link off the test.php page should tell you the actual
> location of the php.ini it is using.
>
> --
> Eric Rostetter
> The Department of Physics
> The University of Texas at Austin
>
> Why get even? Get odd!
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>


More information about the imp mailing list