[pmwiki-users] pmpwiki.php errors from host
Patrick R. Michaud
pmichaud at pobox.com
Tue Jun 20 07:26:15 CDT 2006
On Tue, Jun 20, 2006 at 05:51:47PM +1000, Chris Ellis wrote:
> Everything looks fine until I login to edit a page and I get these error
> messages:
>
> Warning: session_write_close():
> open(c:\temp/sess_bc9e28bfcfe2f582f61db3e87466868a, O_RDWR) failed: No
> such file or directory (2) in /home/lor6687/public_html/pmwiki.php on line
> 1568
It looks as though you prototyped this system under windows and
are transferring it to a unix system.
Did you have a value set for session_save_path() in the config.php?
If so, you need to remove it (or comment it out) when running on
the unix host -- the unix defaults will be correct.
If that's not the problem, let me know and we'll try some other
stuff.
Pm
More information about the pmwiki-users
mailing list