I installed and ran the beta 3 version of the gallery without issue for about a day or two, but am now getting the following error after attempting to upload an image:
Warning: session_start() [function.session-start]: open(H:\hshome\wilkyway\tmp\sess_1fad6d9121805aede0f025b0b190874b, O_RDWR) failed: No space left on device (28) in H:\hshome\wilkyway\wilkyway.co.uk\gallery\plog-globals.php on line 18
Full extent of the problem can be seen here: http://www.wilkyway.co.uk
Any idea what the issue is and how I go about resolving it?
I would assume that error means that your webserver has run out of space and can't save any more session information. I'll look into what is involved to clear out your old session variables.
ETA: Hmmm . . . I'd check with your webhost. Seems other people have had the same problems with different PHP scripts and it involved the server space running out of i-nodes for session variables.
Thanks for the reply. I will contact my host to check and see what they say.
Seems an odd one as there is loads of space left on the account and to fall over in one day would usually indicate to me a serious problem with the use of the session. I'm a C# developer, not a PHP man though, so no idea what I'm looking at here really :)