Hi after installation I got this message on dashboard
Notice: iconv_strlen() [function.iconv-strlen]: Wrong charset, conversion from
UTF-8' to
UCS-4LE’ is not allowed in /data/web/ubinflit/web/statistik/libs/Zend/Validate/Hostname.php on line 513
Backtrace →
#0 Piwik_ErrorHandler(8, iconv_strlen() [function.iconv-strlen]: Wrong charset, conversion from UTF-8' to
UCS-4LE’ is not allowed, /data/web/ubinflit/web/statistik/libs/Zend/Validate/Hostname.php, 513, Array ([value] => feeds.feedburner.com,[domainParts] => Array ([0] => feeds,[1] =>
[…]
Don’t know it has to do with this: While installation appears this hint
Client connection to the database server is not set to UTF8 by default. This
is not critical issue: Piwik should work correctly. However for
consistency, it is recommended that you do one of the following:
in your piwik config/config.ini.php, add charset = utf8 under the
[database] section of your Piwik configuration file
config/config.ini.php
recompile libmysql --with-charset=utf8
So I added “charset = utf8” in config.ini.php
[database]
host = “localhost”
username = “xxx”
password = “xxx”
dbname = “xxx”
tables_prefix = “piwik_”
adapter = “PDO_MYSQL”
port = 3306
charset = utf8
Any thoughts about that, Google was not to helpful. style_emoticons/<#EMO_DIR#>/blink.gif
P.S: Is the error message
Unable to Connect to tcp://feeds.feedburner.com:80. Error #0: php_network_getaddresses: getaddrinfo failed: node name or service name not known
I got also related to the iconv_strlen() error?