I have installed the foxserve program in my windows 98
machine php,MySQL,phpMyAdmin all running fine. But
session in php gives trouble as for example the error
statement as :
Warning: open
(/tmp\sess_0244f12b9437060e276b2bc46f2da1a4, O_RDWR)
failed: m (2) in c:/foxserv/www/registration/index.php
on line 2
please tell me what to do to fix it.
Logged In: NO
You most likely don't have a "tmp" directory on the root of
your C: drive. Open a MSDOS window, and type:
C:
CD \ MKDIR tmp
EXIT
And you should be set.
Logged In: NO
u can create a directory named "tmp" in the driver u
installed foxserv
welcome to http://zphp.com
Logged In: YES
user_id=246675
The followup submitted by login: NO... also solved my
initial session problem with FoxServ and phpshop. The error
I was receiving:
Warning: open(/tmp\sess_738585b4be5bfa57b0ea5f6fe8a4e9b8,
O_RDWR) failed: m (2) in c:\FoxServ\home\phpshop\phpshop-
core\modules\core\lib\ps_session.inc on line 41
I put the tmp directory on the C drive and it went away.
And I see that tmp directory gets populated with a session
file now too...cool... Now I have the phpshop welcome page
but it reports that gettext is not loaded. The suggestion
that follows says gettext is compiled into a version of PHP
boxed with Linux 7.0... I am win98, with the FoxServ,
phpshop .9 beta setup. Any suggestions to remedy this?
Thanks everybody.