Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Could not evaluate: invalid byte sequence in UTF-8 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Could not evaluate: invalid byte sequence in UTF-8 #54

wants to merge 1 commit into from

Conversation

leopoiroux
Copy link

Bugfix for this error... Exec[pear-drush]: Could not evaluate: invalid byte sequence in UTF-8"

This problem appears when I try to install Drush:

php::pear::module { 'drush':
    repository  => 'pear.drush.org',
    alldeps => 'true',
    use_package => "false",
  }

because "pear info pear.drush.org/drush" as UTF-8 encoding errors :(

Bugfix for this error... Exec[pear-drush]: Could not evaluate: invalid byte sequence in UTF-8"

This problem appears when I try to install Drush:
php::pear::module { 'drush':
    repository  => 'pear.drush.org',
    alldeps => 'true',
    use_package => "false",
  }

because "pear info pear.drush.org/drush" as UTF-8 encoding errors :(
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant