Session problems (New to PHP)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nickcronin
Forum Newbie
Posts: 3
Joined: Wed Feb 09, 2005 6:05 am

Session problems (New to PHP)

Post by nickcronin »

Hi all

Bare with me as i am new to PHP.

Have downloaded a few scripts to have a look. I am getting the following error on some pages.

Warning: open(/tmp\sess_5ab5f102d255b49e5a4a0cebba4278c0, O_RDWR) failed: m (2) in C:\apache\htdocs\cm\calendar\index.php on line 2

The line it refers to on any page that has this error is code relating to sessions.

eg. session_start()

Is this a config issue?

I have installed PHPTriad for Windows v2.11 which includes:
PHP - 4.0.5
MySQL - 3.23.32
Apache - 1.3.14
PHPMyAdmin - 2.1.0
Perl - nsPerl 5.005_03

(i dont know if that info is much help)

Any help much appreciated :D

Cheers
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

nickcronin
Forum Newbie
Posts: 3
Joined: Wed Feb 09, 2005 6:05 am

Post by nickcronin »

Thanks !!!

Very quick on the reply :D

Will use this site more often !!!

Thanks again
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

that's an ancient version of php & mysql
nickcronin
Forum Newbie
Posts: 3
Joined: Wed Feb 09, 2005 6:05 am

Post by nickcronin »

yeah ive had it for ages.... only getting around to playing with PHP now.

will update when i have to.

:D
Post Reply