Closed binooetomo closed 6 years ago
@binooetomo Your PHP interpreter was compiled without iconv
support (which is normally provided by default: http://php.net/manual/en/iconv.installation.php
There's two possible ways of fixing this:
Change your PHP interpreter (or install an extension) so that iconv
support is enabled. The following command let's you verify support:
$ php -i | grep "iconv support"
iconv support => enabled
If you're using Composer, add the symfony/polyfill-iconv
package to your project:
composer require symfony/polyfill-iconv
Note that GitHub issues are meant for enhancement requests and specific, reproducible bugs, not for general support questions. For support options, please review http://wp-cli.org/#support
If you have further questions, the easiest way to get support is to join us in the #cli channel on the Make WordPress Slack Team.
Dear All.
I try to import demo data of 'gaze' theme.
Here is my result
and here is my wp-cli version info