From 7f41344085d6bab6b602773f09c85534c9ad36cf Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sat, 24 May 2014 19:58:29 +0200 Subject: check mbstring function overloading in installer. closes #736 --- inc/lang/en/lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'inc/lang/en/lang.php') diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index 592289185..203c206a8 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -307,6 +307,7 @@ $lang['i_modified'] = 'For security reasons this script will only wor Dokuwiki installation instructions'; $lang['i_funcna'] = 'PHP function %s is not available. Maybe your hosting provider disabled it for some reason?'; $lang['i_phpver'] = 'Your PHP version %s is lower than the needed %s. You need to upgrade your PHP install.'; +$lang['i_mbfuncoverload'] = 'mbstring.func_overload must be disabled in php.ini to run DokuWiki.'; $lang['i_permfail'] = '%s is not writable by DokuWiki. You need to fix the permission settings of this directory!'; $lang['i_confexists'] = '%s already exists'; $lang['i_writeerr'] = 'Unable to create %s. You will need to check directory/file permissions and create the file manually.'; -- cgit v1.2.3