sosmed96 Posted July 15, 2017 Posted July 15, 2017 I tried to access my own website, but it shows error "Fatal error: Call to undefined function mb_strlen()" is this the effect of the maintenance being done now? My website: www.sosiaku.gq
Krydos Posted July 15, 2017 Posted July 15, 2017 Apparently mbstring is not enabled by default. This will take a apache/php recompile on Johnny to add. Since Johnny's sitting at ~80% uptime for the last week, and we've already recompiled apache/php twice in the last week it's going to be a while before we compile it again. So one option is to change all the references of mb_strlen() to strlen() until the next Johnny apache recompile. The other option is I checked Tommy and PHP 5.4, 5.5, 5.6, 7.0, and 7.1 all have mbstring enabled.
sosmed96 Posted July 15, 2017 Author Posted July 15, 2017 So, if after maintenance later, function mb_strlen active again?
Krydos Posted July 15, 2017 Posted July 15, 2017 Yeah, we can add it, but like I said we're not going to recompile apache again right now.
Krydos Posted November 2, 2017 Posted November 2, 2017 See https://www.helionet.org/index/topic/29134-mbstring-enabled/
Recommended Posts