gajus / xhprof.io

GUI to analyze the profiling data collected using XHProf – A Hierarchical Profiler for PHP.
http://xhprof.io/
Other
429 stars 103 forks source link

White screen of death due to PHP namespace type error #67

Open danielrhodeswarp opened 9 years ago

danielrhodeswarp commented 9 years ago

Got everything up and running, but when accessing the frontend I get: "PHP message: PHP Fatal error: Call to undefined function ay\mb_substr() in /var/www/html/xhprof.io-master/xhprof/includes/helpers.ay.inc.php on line 173"

danielrhodeswarp commented 9 years ago

Ah, oops, I didn't have php-mbstring installed. Though I note that php-mbstring isn't listed as a dependency in composer.json or anywhere??