Skip to main content

Easyapache 4 broke Drush

Comments

4 comments

  • JacobPerkins
    Hi, We made a change that brings EA3 compatibility back in EA4, but we haven't yet added '/usr/local/bin/php' to point to php-cli yet. Can you test to see if this works by calling the PHP binary directly, without the wrapper? /opt/cpanel/ea-php##/root/usr/bin/php -r "readfile(' drush Could you let me know if that works? We hope to have a fix in place early next week to add the missing binary. I hope this helps!
    0
  • jfall123
    Hi, We made a change that brings EA3 compatibility back in EA4, but we haven't yet added '/usr/local/bin/php' to point to php-cli yet. Can you test to see if this works by calling the PHP binary directly, without the wrapper? /opt/cpanel/ea-php##/root/usr/bin/php -r "readfile(' drush Could you let me know if that works? We hope to have a fix in place early next week to add the missing binary. I hope this helps!

    The command executes without errors but writes a 0 byte drush file. I do seem to be able to run the drush command however using: /opt/cpanel/ea-php56/root/usr/bin/php /usr/local/bin/drush Doing so does display the regular drush output as expected
    0
  • JacobPerkins
    Hi, Cool, that verifies the issue. We'll have this fixed ASAP. We're looking at case EA-5106. Thanks!
    0
  • jfall123
    Hi, Cool, that verifies the issue. We'll have this fixed ASAP. We're looking at case EA-5106. Thanks!

    Thank you for the quick reply. For now I believe it should work if I alias drush to use that php binary in bashrc alias drush='/opt/cpanel/ea-php56/root/usr/bin/php /usr/local/bin/drush'
    0

Please sign in to leave a comment.