Posted by Jerry Stuckle on 07/07/06 22:53
lawrence k wrote:
> I've a site where I've just installed a new version of phpMyAdmin
> (version 2.8.1). I can't get it to work. I'm getting this error:
>
> Warning: session_write_close(): write failed: Disk quota exceeded
> Warning: session_write_close(): Failed to write session data (files).
> Please verify that the current setting of session.save_path is correct
> (/tmp)
>
>
>
> I've also, on this same site, another copy of phpMyAdmin (version
> 2.2.7-pl1) installed. I installed it many years ago. It is working
> without an error. So the problem is not with the site or the server or
> the database, but with the newer version of phpMyAdmin. Perhaps I
> configured it wrong? Does anyone here have experience debugging
> phpMyAdmin installations, and if so, could you offer advice?
>
Looks like you've used up all the space you're allocated on that disk.
You'll need to free up some disk space first or buy more disk space.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|