visio 0 Newbie Poster

On my new server when I click on the phpMyAdmin or my customers from their cpanels do the same we get:

Warning: session_write_close() [function.session-write-close]: SQLite: session write query failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42

Warning: session_write_close() [function.session-write-close]: Failed to write session data (sqlite). Please verify that the current setting of session.save_path is correct (/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php:42) in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 99


I'm completely baffled, does some one who why does this happen and how to solve the problem?

Thank you.

visio 0 Newbie Poster

it is an old thread, but it is quite active in google, I was searching the web for " disabling safe mode for a directory " and this post is the first in google, and I think the solution given by Gary King:
php_value safe_mode "1"
is wrong, I think that probably will enable and not disable safe mode, that is why I've added my two pence.

visio 0 Newbie Poster

or on the php.ini file which you upload to the directory enter this command:

safe_mode = Off

visio 0 Newbie Poster

My name is Paul, following a search on Google, I've ended here, I think I like!

Paul