Please remember to include the lists in replies.

>> This error can occur for a number of reasons... check your web logs, see
>> if there are any errors.  Make sure your browser is accepting cookies.
>> Make sure your PC and server clocks are correct (and both are set in the
>> right time zones).

> I try to find the error and i mean that problem is because i change
> session_save_path in php.ini to another directory.
> Default value isnt. When i change it to /var/www/.tmp for example, sqm
> will doesnt work.
> And when i have run php safe_mode of course.
> If any chance to change default tmp path for sqm ?

You can use open_basedir (I think that is it) and specify that
/var/www/tmp is unrestricted, or you can use a .htaccess file to specify
the session files to a different location, something like:

  php_value session.save_path "/other/path"

You might also be able to change the ownership of /var/www/tmp to the
webserver, that might also help.

As a side note, you didn't mention what errors you saw, so most of this
stuff is just suggestions on experience.

-- 
Jonathan Angliss
<[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
--
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to