Update error message about files directory permission

This commit is contained in:
Kijin Sung 2018-09-20 23:09:12 +09:00
parent 6f1777ebfd
commit cfa43dbfea
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ $lang->install_checklist_title['session'] = 'session.auto_start setting';
$lang->install_checklist_title['db_support'] = 'DB support';
$lang->install_checklist_desc['php_version'] = '[Required] Rhymix supports only PHP Version %s or higher';
$lang->install_checklist_desc['php_version_warning'] = '[Recommend] Rhymix recommends only PHP Version %s or higher';
$lang->install_checklist_desc['permission'] = '[Required] Rhymix installation path or ./files directory\'s permission must be 777';
$lang->install_checklist_desc['permission'] = '[Required] Please create a \'files\' directory under the installation path and change its permissions to 777.';
$lang->install_checklist_desc['xml'] = '[Required] XML Library is needed for XML communication';
$lang->install_checklist_desc['session'] = '[Required] PHP setting file\'s (php.ini) \'Session.auto_start\' must equal to zero in order for Rhymix to use the session';
$lang->install_checklist_desc['iconv'] = 'Iconv should be installed in order to convert between UTF-8 and other language sets';