Configured PHP version ea-php70 does not have a CLI binary installed
My default PHP version is 5.6 this specific account has inherit that version, now I just got this cronjob email: "Configured PHP version ea-php70 does not have a CLI binary installed, using default PHP version" My server has 5.6 and 7.1 installed.
-
Hi, Can you share with us the screenshot/output of below commands: # cat /home//public_html/.htaccess One thing you can do is reply the PHP via WHM >> PHP Manager >> select user account User account. 0 -
What do you mean with "reply the PHP"? Here's the .htaccess # BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress # php -- BEGIN cPanel-generated handler, do not edit # This domain inherits the "PHP" package. # php -- END cPanel-generated handler, do not edit0 -
Hi @PatrickVeenstra I think the following thread may be helpful for you More so the addtype portion is what is concerning - it would seem that you've added the php 7.0 addtype directive to an .htaccess or similar but don't have the binary installed. 0
Please sign in to leave a comment.
Comments
3 comments