Ticket #554 (fixed bug)
Call to undefined function utf8_bad_clean()
- Created: 2011-12-05 18:34:07
- Reported by: daris
- Assigned to: daris
- Milestone: 2.0-alpha1
- Component: code
- Priority: normal
Fatal error: Call to undefined function utf8_bad_clean() in C:\EWemp\nginx-0.8.52\html\fluxbb-2.0\include\functions.php on line 1830
when mbstring extension is not loaded
History
daris 2011-12-09 12:01:27

I didn't, because it looks like a FluxBB related issue. The utf8 module doesn't need utf8_bad_clean function when mbstring extension is disabled (according to the comments in core/utf8/mbstring.php), but FluxBB needs that function no matter when mbstring extension is enabled or disabled