Trying to run LSPHP Command gets stall on uninitialized $home

RevivalTech

Active Member
May 6, 2020
30
5
8
United States
cPanel Access Level
Root Administrator
Couldn't find anything on this, please point me in the direction if I missed it!

[root@alderaan ~]# /usr/local/bin/lsphp
Use of uninitialized value $home in quotemeta at /var/cpanel/ea4/ea_php_cli.pm line 264.
Use of uninitialized value $home in concatenation (.) or string at /var/cpanel/ea4/ea_php_cli.pm line
264.

??
 
Last edited by a moderator:

cPRex

Jurassic Moderator
Staff member
Oct 19, 2014
16,596
2,615
363
cPanel Access Level
Root Administrator
Hey there! When we've seen this issue in the past, it has been related to wrong permissions on a particular user's home directory. You can check the /home area of the machine and see if any user stands out, or you can try and strace the lsphp command and see where that specific error gets generated, but either method should lead you to more details.