473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Intermittent Session Errors

I have written a series of php scripts which access a mySQL database and
makes use of session variables. Just in the past two days I have
intermittently been receiving the following error messages:

Warning: Unknown(): write failed: No space left on device (28) in Unknown
on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that
the current setting of session.save_path is correct (/tmp) in Unknown on
line 0

I have not changed the code relating to the session variables in several
days.

This is on a shared server. The server is a linux server running php 4.3.9
and Apache 1.3.31.

Any suggestions anyone can give would be greatly appreciated.

Keith Tellinghuisen
Jul 17 '05 #1
1 2661
On Sat, 20 Nov 2004 08:14:50 -0800, "Keith Tellinghuisen"
<ke*******@adelphia.net> wrote:
I have written a series of php scripts which access a mySQL database and
makes use of session variables. Just in the past two days I have
intermittently been receiving the following error messages:

Warning: Unknown(): write failed: No space left on device (28) in Unknown
on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that
the current setting of session.save_path is correct (/tmp) in Unknown on
line 0
The filesystem containing /tmp is full. Your system administrator should fix
this immediately - and if they haven't noticed you ought to question what level
of support you're getting, since a lot of things will go horribly wrong if /tmp
is full.
I have not changed the code relating to the session variables in several
days.

This is on a shared server. The server is a linux server running php 4.3.9
and Apache 1.3.31.


It's (probably) not your fault - but check how much data you're trying to
store in session variables. If it's a lot of data, all of this is written to
/tmp, and would contribute to it filling up. Since it's a shared server, it
could well be another user doing this.

--
Andy Hassall / <an**@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Jul 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Anthony | last post by:
I have a php app that is in the final stages of testing and has been tested by over 30 separate users. One of the testers is having an intermittent problem which seems to be caused by a session...
0
by: Philip | last post by:
Hi, I have a problem with a win 2003 server Standard edition. Sometimes when I'm working in my web application the session hangs (but not the ASP-application). In the application log I find the...
0
by: deevoy | last post by:
Hi- I'm developing a asp.net web application and everything has proven fine on the dev and acceptance environment. We've moved the code up to our windows server 2003 prod environment and get the...
2
by: Steve Remer | last post by:
OK, I think I understand session state pretty well. I've done additional research on Google over the last few days to fill in any holes. To begin with, I'm using StateServer and not InProc for...
1
by: Steve Remer | last post by:
My application (relevant code snippets below) originally used Session variables in order to maintain state from page to page. After being unable to solve the mystery of why those variables were...
1
by: deevoy | last post by:
Hi- I'm developing a asp.net web application and everything has proven fine on the dev and acceptance environment. We've moved the code up to our windows server 2003 prod environment and get...
0
by: bobgateaux | last post by:
I have an APS.Net web service which calls another ASP.NET web service on another (local) machine. Every now any again I get the ThreadAbortException "Thread was being aborted" reported on the...
2
by: tke395 | last post by:
The following code is running in an asp.net application: bool bLogin; try { bLogin = Convert.ToBoolean(Session.ToString()); } catch { bLogin = false;
2
by: =?Utf-8?B?RGFycmVs?= | last post by:
I don't know if this is an ASP.NET issue, an IIS issue, or a user browser issue, but on one of our web applications we have been getting an increasing amount of 400 'Bad Request' errors. The...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.