以参照
http://forum.mamboserver.com/arc ... Cbr%20/t-19284.html解决了
dchelliahJune 2nd, 2005, 09:41
Hi. I think I may have found a solution. I'm trying it out now...what I did is change the installation/index.php file.
If you open this file then add
ini_set('session.save_path',"mambodirectory/yourtempdir"); at the beginning in the php section so the file looks like this:
--------------------------------------
<?php
/**
* @version $Id: index.php,v 1.5 2005/01/23 03:24:16 kochp Exp $
* @package Mambo
* @copyright (C) 2000 - 2005 Miro International Pty Ltd
* @license
http://www.gnu.org/copyleft/gpl.html GNU/GPL
* Mambo is Free Software
*/
/* Set the session path */
ini_set('session.save_path',"mambodirectory/yourtempdir");
if (file_exists( "../configuration.php" ) && filesize( "../configuration.php" ) > 10) {
----------------------------------------
Mambodirectory is the directory for your mambo installation.
You will need to find out from your hosting provider what the "mambodirectory" is. For my hosting provider which is Neureal it is "C:/hshome/youraccount/"
"yourtempdir" needs to be a new directory in your mambo folder. This also has to be a readable/writeable folder.
Fingers crossed :)
--------------------------------------------------------------------------------
dchelliahJune 2nd, 2005, 20:49
You will also need to add:
ini_set('session.save_path',"mambodirectory/yourtempdir");
to the configuration.php file.
-----------------------------
把smile禁用了,这样大家看得清楚些
[
本帖最后由 zijie 于 2006-11-11 18:05 编辑 ]