Cat: /home/cyberpanel/9886: No such file or directory

Installing Wordpress under a website and I get 2 errors.

When installing Wordpress in the progress bar shows;

cat: /home/cyberpanel/9886: No such file or directory

Then it stops and I get this error;

Installation failed. Error message: [“/usr/bin/env: ‘php’: No such file or directory”," [404]"]


Almalinux 8.x - Fresh install with minimal server option. Updated
Lastest Cyberpanel
Shows MySQL is installed, however I was unable to access it via cyberpanel
mysql Ver 15.1 Distrib 10.3.35-MariaDB

Welcome @Derivation Happy you are here

Reinstate your default php like this cp /usr/local/lsws/lsphp74/bin/php /usr/bin/ and also run wp --info --skip-packages and post results here

cp: cannot stat ‘/usr/local/lsws/lsphp74/bin/php’: No such file or directory

I have the same issue. I get the following results:

[root@cp ~]# cp /usr/local/lsws/lsphp74/bin/php /usr/bin/
cp: cannot stat ‘/usr/local/lsws/lsphp74/bin/php’: No such file or directory
[root@cp ~]# wp --info --skip-packages
/usr/bin/env: ‘php’: No such file or directory

I’ve installed CyberPanel on several servers and have never encountered this.
Does anyone have a solution?

This worked for me @Derivation:

yum install lsphp74* --skip-broken

Got the idea here Php 8.1 - #5 by usmannasir

That worked

Good deal :+1:

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.