I'm using Wordpress on Sonic web server and I'ts working well But in order to post by email using either the inbuild Wordpress module or Postie plug in - I'm getting character jumble in the output and a lot of 'iconv missing' error messages.
Phpinfo.php tells me this about the webserver
'./configure' '--with-zlib' '--disable-mbregex' '--enable-sockets' '--prefix=/opt/php7' '--enable-opcache=no' '--without-iconv'
From PHP install manual:
ICONV : This extension is enabled by default, although it may be disabled by compiling with --without-iconv. The optional --with-iconv[=DIR] directive is used to specify the location of iconv on the system that PHP is being compiled on, otherwise only the default locations are scanned.
Can Sonic enable iconv ?
Or is there a workaround to get these emailed posts onto the Wordpress site without character jumbling/error messages?
Thanks!
Phpinfo.php tells me this about the webserver
'./configure' '--with-zlib' '--disable-mbregex' '--enable-sockets' '--prefix=/opt/php7' '--enable-opcache=no' '--without-iconv'
From PHP install manual:
ICONV : This extension is enabled by default, although it may be disabled by compiling with --without-iconv. The optional --with-iconv[=DIR] directive is used to specify the location of iconv on the system that PHP is being compiled on, otherwise only the default locations are scanned.
Can Sonic enable iconv ?
Or is there a workaround to get these emailed posts onto the Wordpress site without character jumbling/error messages?
Thanks!