On Wed, 2002-01-16 at 13:49, Mike Noyes wrote:
> Alessandro,
> You may want to add information on the session.save_path, and creating a
> phpinfo file. The phpinfo file information will let people know how to
> query their current php.ini settings. The session.save_path seems to be
> another common problem people run into with phpWS setup. I know it has to
> be changed for projects hosting their web site on SourceForge.
>
> phpinfo.php
> <?php
> phpinfo();
> ?>
>
> .htaccess
> # php.ini configuration
> # Warning: make sure you create the sessions
> # directory with the proper permissions.
> <IFModule mod_php4.c>
> php_value session.save_path "./sessions"
> </IFModule>
>
> Note: the syntax above may be incorrect.
>
Yes, this is a very common problem.
I'll add it to docs/INSTALL asap.
Bye,
Alessandro
--
Alessandro "TXM" Pisani - al...@ti... - ICQ #2209087
phpWebSite Development Team http://phpwebsite.appstate.edu
INWO Project coordinator http://inwoproject.sourceforge.net
"I will carry you through, hicking and screaming,
and in the end you will thank me"
- Tyler Durden [from "Fight Club"]
|