whm / cpanel Internal Server Error 500

rashidkh

Member
Apr 29, 2016
5
0
51
sudan
cPanel Access Level
Root Administrator
Hi,,,
i have VPS ,, os centos 6.7 my cpanel not work for all account error

Code:
(
Internal Server Error
500

The system failed to open the session file “/var/cpanel/sessions/raw/:juG9tjq4QVf05HMP” because of an error: at /usr/local/cpanel/Cpanel/Session.pm line 277, <GEN205> line 2. cpsrvd/11.54.0.22 Server at)
and WHM Error Massage

Code:
 (
Reasons for blocked updates.
Please correct these issues and rerun updates.
[LIST]
[*]info: Upgrade to the next LTS is blocked until Tuesday May 3, 2016 in order to distribute upgrades over a five day period. If you wish to upgrade now, you can do so now with the force option.
[/LIST]
)
thanks
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello :)

The system failed to open the session file “/var/cpanel/sessions/raw/:juG9tjq4QVf05HMP” because of an error: at /usr/local/cpanel/Cpanel/Session.pm line 277, <GEN205> line 2. cpsrvd/11.54.0.22 Server at)
You can verify the disk space and inode usage on this system with the following commands:

Code:
df -h
df -i
This document will help if the system has reached 100% disk space usage:

How to Manage your Hard Drive Space - cPanel Knowledge Base - cPanel Documentation

Upgrade to the next LTS is blocked until Tuesday May 3, 2016 in order to distribute upgrades over a five day period. If you wish to upgrade now, you can do so now with the force option.
This is by design. You can force an update to override the distribution waiting period via:

Code:
/scripts/upcp --force
Thank you.