kallaspriit/Cassandra-PHP-Client-Library

Fatal error: Call to undefined function mb_detect_encoding() in /app/web/lib/Cassandra.php on line 3238

skywaymsn opened this issue · 2 comments

$cassandra->cf($host_cf[$myhost])->set('ColAssetMetricGUID', Array($metric => $myhost.'::'.$metric));

Never mind. mbstring not installed.

Good :)