Closed tschuettenberg closed 2 years ago
This is because your installation does not have the mbstring
extension loaded. This is mandatory for any international application (dokuwiki included)
In your php.ini, you should have at minimum this extension.
[PHP]
; for image
extension=gd2
extension=fileinfo
extension=mbstring
extension=pdo_sqlite
extension=openssl
; for locale
extension=intl
Oh yes, that's the issue. Thanks for pointing me at it!
BTW, your ComboStrap is awesome, the Docs in particular, all the best!
Thanks. We can always improved.
I have just updated the installation server requirment to show up the extension page prominently.
Hi, there is an issue in DokuPath.php resulting in a blank page and unusable dokuwiki.
Did a fresh install of 2020-07-29 "Hogfather" with PHP 7.4.3 and following https://combostrap.com/docs/how-to-configure-and-get-started-with-a-combostrap-website-m3i8vga8
From my log: