-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Sander Smeenk, On Friday, July 29, 2005, you wrote:
>>> What I do notice is that on the [EMAIL PROTECTED], there's all these >>> sess_* files in /tmp, none of those appear on my own server. >> This here is likely to be your issue... for some reason, your >> session files aren't being created, and because they're not being >> created, we cannot store important information about your session. > That would be the logic explanation, right? :) > But then explain this. I also run Gallery, the popular photo-gallery > tool, which is also completely written in PHP. This tool *does* write > sess_* files to disk. So this rules out PHP from not storing it's > sessions to disk, right? Gallery might be overriding options in its own code. > Or maybe Gallery has it's own functions for storing sessions? >>> I copied the php.ini from [EMAIL PROTECTED] to [EMAIL PROTECTED], restarted >>> apache, nothing changed. >> Okay, that's a start. Have you checked the php.ini file? Find >> session.save_path make sure there is no ; in front, set it to, for >> example, /tmp. Make sure apache (wwwdata ?) has write permissions >> to that folder, restart apache again. > Now it is set. To /tmp, /tmp has the correct permissions. > (drwxrwxrwt 4 root root). > Still not working. :( Hrm, interesting. Do you have selinux enabled? If so, check the extended properties of the directories involved. >> You might want to check your error logs as well. If that doesn't >> help, try editing the php.ini file again, and changing >> error_reporting to E_ALL, and log_errors to on, and restart apache >> again, see if you get any errors in the log files. > Set that already, but nothing appears. Okay, so a start might be to ensure we're tweaking the right php.ini file, or it is expecting the files in the right places. Create a script called test.php in your SM directory, in it put: <?php phpinfo(); ?> Open that page in a browser, and find the configuration section which tells you where the php.ini file is being stored. Make sure you are editing/replacing that file, and not another one. Also while looking at that page, you can verify values of what you actually have set, and make sure they are matching what you are expecting. - -- Jonathan Angliss <[EMAIL PROTECTED]> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) iD8DBQFC7ENOK4PoFPj9H3MRAugIAKDemhEekdD7cKi5CcnE0hYDwBuFEwCgjqe2 vBM6Gc2aFCJExuQT+sKWrBM= =sY1S -----END PGP SIGNATURE----- ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
