Page 1 of 1

[solved] cannot log into admin console and warnings (include

Posted: Thu Mar 01, 2012 5:34 am
by torata
After updating a news section, I got the following warnings (below), and am now unable to log back into the admin console.

Any advice on what might be causing it and how it can be resolved.

The version of cms is 1.7.1

The only activity on the site for the last year is me updating one or two pages, and adding news pages (always with expiration dates) or recycling expired news pages (adding new content, then changing the publication and expiration dates)

many thanks

torata

----
Warning: session_start() [function.session-start]: open(/var/tmp//sess_41b0e9d4ba1a67bd19555f4c7c9cfc0d, O_RDWR) failed: No space left on device (28) in /usr/home/jivemotion/www/include.php on line 34

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /usr/home/jivemotion/www/include.php:34) in /usr/home/jivemotion/www/include.php on line 34

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /usr/home/jivemotion/www/include.php:34) in /usr/home/jivemotion/www/include.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/jivemotion/www/include.php:34) in /usr/home/jivemotion/www/include.php on line 49

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/jivemotion/www/include.php:34) in /usr/home/jivemotion/www/admin/lang.php on line 110

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/jivemotion/www/include.php:34) in /usr/home/jivemotion/www/admin/login.php on line 313

Warning: Cannot modify header information - headers already sent by (output started at /usr/home/jivemotion/www/include.php:34) in /usr/home/jivemotion/www/admin/login.php on line 314

Re: cannot log into admin console and warnings (include/line

Posted: Thu Mar 01, 2012 7:14 am
by RonnyK
First, you are running an old non-supported version. CMSMS is currently on 1.10.3.

Second, the first line of the warnings describes your issue...
Warning: session_start() [function.session-start]: open(/var/tmp//sess_41b0e9d4ba1a67bd19555f4c7c9cfc0d, O_RDWR) failed: No space left on device (28) in /usr/home/jivemotion/www/include.php on line 34
It seems like you ran out of diskspace/diskquota...

Ronny

Re: cannot log into admin console and warnings (include/line

Posted: Thu Mar 01, 2012 8:57 am
by torata
Thank you for the reply RonnyK.
Yes, I appreciate the version is out of date, and this will prompt me to do something about it. However, I would like to be able to get into the admin panel to do a back up.

I doubt it is a diskspace issue as I am using only 10% of available space.

torata

Re: cannot log into admin console and warnings (include/line

Posted: Thu Mar 01, 2012 9:03 am
by Rolf
Try to clear Cache
Delete all content of the folders /tmp/templates_c and /tmp/cache

grtz. Rolf

Re: cannot log into admin console and warnings (include/line

Posted: Thu Mar 01, 2012 9:16 am
by mcDavid
You should probably contact your webhost. Shared hosts tend to overbook the disk-space on their server, so it ís possible the server is physically out of disk-space while you are nowhere near your quota. Although that would mean your webhost is doing something seriously wrong in their configuration.

Re: cannot log into admin console and warnings (include/line

Posted: Sat Mar 03, 2012 1:49 am
by torata
Thanks, guys, for the quick advice.
Yes, it was a webhost problem, which they have now solved, so back up and running...
and I will take time to do the staged upgrade that's necessary

Re: [solved] cannot log into admin console and warnings (inc

Posted: Sat Mar 03, 2012 1:25 pm
by RonnyK
Torata,

glad you solved it...

That is why I posted both diskspace and diskquota ;) Even when you dont use all your quota, the total space on the machine can still be filled.

Ronny