diff --git a/ChangeLog b/ChangeLog index ebef7c415..3b135ba4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ $HeadURL$ - bug #1718787 Multi-server setup breaks Designer - bug #1724401 Column truncation in repair table output - patch #1726500 Wrong position of , thanks to Jürgen Wind +- bug #1728590 Detected failing session_start fails, thanks to Jürgen Wind 2.10.1.0 (2007-04-23) ===================== diff --git a/lang/afrikaans-iso-8859-1.inc.php b/lang/afrikaans-iso-8859-1.inc.php index 17629dbbc..1558903e2 100644 --- a/lang/afrikaans-iso-8859-1.inc.php +++ b/lang/afrikaans-iso-8859-1.inc.php @@ -1051,4 +1051,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 9bf8cda65..d4eeae3d0 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1052,4 +1052,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/albanian-iso-8859-1.inc.php b/lang/albanian-iso-8859-1.inc.php index 625e4e5c3..62a6b23d5 100644 --- a/lang/albanian-iso-8859-1.inc.php +++ b/lang/albanian-iso-8859-1.inc.php @@ -1050,4 +1050,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index 0e3fe507b..e9ae27b95 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1051,4 +1051,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index f7d0f6ed8..587d3ebdb 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/arabic-windows-1256.inc.php b/lang/arabic-windows-1256.inc.php index 30709f707..8c258086e 100644 --- a/lang/arabic-windows-1256.inc.php +++ b/lang/arabic-windows-1256.inc.php @@ -1052,4 +1052,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/azerbaijani-iso-8859-9.inc.php b/lang/azerbaijani-iso-8859-9.inc.php index 02da6f37b..dd0b6c0e7 100644 --- a/lang/azerbaijani-iso-8859-9.inc.php +++ b/lang/azerbaijani-iso-8859-9.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index c1d553b78..1f982c5e6 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/basque-iso-8859-1.inc.php b/lang/basque-iso-8859-1.inc.php index 111faea6d..5435da410 100644 --- a/lang/basque-iso-8859-1.inc.php +++ b/lang/basque-iso-8859-1.inc.php @@ -1044,4 +1044,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index c8b6dd491..dde33f138 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1045,4 +1045,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index c386d6eca..5f3491cd2 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1028,4 +1028,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/belarusian_cyrillic-windows-1251.inc.php b/lang/belarusian_cyrillic-windows-1251.inc.php index e894d8355..69212eb96 100644 --- a/lang/belarusian_cyrillic-windows-1251.inc.php +++ b/lang/belarusian_cyrillic-windows-1251.inc.php @@ -1027,4 +1027,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index be9a92d2d..23050baa2 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 629f5e617..079a52cdf 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1051,4 +1051,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/bosnian-windows-1250.inc.php b/lang/bosnian-windows-1250.inc.php index 7dbc4bd57..dd71f7c6a 100644 --- a/lang/bosnian-windows-1250.inc.php +++ b/lang/bosnian-windows-1250.inc.php @@ -1050,4 +1050,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/brazilian_portuguese-iso-8859-1.inc.php b/lang/brazilian_portuguese-iso-8859-1.inc.php index 8b636a23f..67fb50fb2 100644 --- a/lang/brazilian_portuguese-iso-8859-1.inc.php +++ b/lang/brazilian_portuguese-iso-8859-1.inc.php @@ -1030,4 +1030,5 @@ $strYes = 'Sim'; $strZeroRemovesTheLimit = 'Nota: Ajustar essa opo para 0 (zero) remove os limites.'; $strZip = '"compactado com zip"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index 431c4622d..068150459 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1031,4 +1031,5 @@ $strYes = 'Sim'; $strZeroRemovesTheLimit = 'Nota: Ajustar essa opção para 0 (zero) remove os limites.'; $strZip = '"compactado com zip"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/bulgarian-koi8-r.inc.php b/lang/bulgarian-koi8-r.inc.php index 3ba6e59f8..d5439c313 100644 --- a/lang/bulgarian-koi8-r.inc.php +++ b/lang/bulgarian-koi8-r.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index f0cb578a1..a69e8cfdf 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/bulgarian-windows-1251.inc.php b/lang/bulgarian-windows-1251.inc.php index 56a440bed..a4f705184 100644 --- a/lang/bulgarian-windows-1251.inc.php +++ b/lang/bulgarian-windows-1251.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/catalan-iso-8859-1.inc.php b/lang/catalan-iso-8859-1.inc.php index 6e26b1810..d3fb77afd 100644 --- a/lang/catalan-iso-8859-1.inc.php +++ b/lang/catalan-iso-8859-1.inc.php @@ -1020,4 +1020,5 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).'; $strZip = '"comprimit amb zip"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 4156c570d..999d41c3e 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strYes = 'Si'; $strZeroRemovesTheLimit = 'Nota: Es treu el limit establint aquestes opcions a 0 (zero).'; $strZip = '"comprimit amb zip"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/chinese_simplified-gb2312.inc.php b/lang/chinese_simplified-gb2312.inc.php index 2776cce6f..2c35beb13 100644 --- a/lang/chinese_simplified-gb2312.inc.php +++ b/lang/chinese_simplified-gb2312.inc.php @@ -1052,4 +1052,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index 07fd962fe..fbc0b44f9 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/chinese_traditional-big5.inc.php b/lang/chinese_traditional-big5.inc.php index 3fbd4c99a..f7a7199d0 100644 --- a/lang/chinese_traditional-big5.inc.php +++ b/lang/chinese_traditional-big5.inc.php @@ -1031,4 +1031,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index bf7b8425c..d077ac3c4 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1032,4 +1032,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/croatian-iso-8859-2.inc.php b/lang/croatian-iso-8859-2.inc.php index 8d44dd0ac..49d6dfbf3 100644 --- a/lang/croatian-iso-8859-2.inc.php +++ b/lang/croatian-iso-8859-2.inc.php @@ -1025,4 +1025,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index a4f7171d2..e51886f9e 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1026,4 +1026,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/croatian-windows-1250.inc.php b/lang/croatian-windows-1250.inc.php index d3f2c3843..456c9e2d0 100644 --- a/lang/croatian-windows-1250.inc.php +++ b/lang/croatian-windows-1250.inc.php @@ -1025,4 +1025,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/czech-iso-8859-2.inc.php b/lang/czech-iso-8859-2.inc.php index 98f7b1a88..ac19393de 100644 --- a/lang/czech-iso-8859-2.inc.php +++ b/lang/czech-iso-8859-2.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznmka: Nastaven tchto parametr na 0 (nulu) odstran omezen.'; $strZip = '„zazipovno“'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index d2af4997b..3f567293e 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu) odstraní omezení.'; $strZip = '„zazipováno“'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php b/lang/czech-windows-1250.inc.php index 0fbc943da..f6ba57be4 100644 --- a/lang/czech-windows-1250.inc.php +++ b/lang/czech-windows-1250.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Ano'; $strZeroRemovesTheLimit = 'Poznmka: Nastaven tchto parametr na 0 (nulu) odstran omezen.'; $strZip = '„zazipovno“'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/danish-iso-8859-1.inc.php b/lang/danish-iso-8859-1.inc.php index 14ef0bcc3..73c2f682a 100644 --- a/lang/danish-iso-8859-1.inc.php +++ b/lang/danish-iso-8859-1.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Bemrk: Indstilling af disse vrdier til 0 (nul) fjerner begrnsningen.'; $strZip = '"zippet"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 02bbf8861..1dc86c00e 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Bemærk: Indstilling af disse værdier til 0 (nul) fjerner begrænsningen.'; $strZip = '"zippet"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/dutch-iso-8859-1.inc.php b/lang/dutch-iso-8859-1.inc.php index 02c66a412..c8cb6adf6 100644 --- a/lang/dutch-iso-8859-1.inc.php +++ b/lang/dutch-iso-8859-1.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/dutch-iso-8859-15.inc.php b/lang/dutch-iso-8859-15.inc.php index f2a565d4e..527dfe582 100644 --- a/lang/dutch-iso-8859-15.inc.php +++ b/lang/dutch-iso-8859-15.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index a664bcc61..3da44a433 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1049,4 +1049,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/english-iso-8859-1.inc.php b/lang/english-iso-8859-1.inc.php index a02b7889d..1ad90c0d4 100644 --- a/lang/english-iso-8859-1.inc.php +++ b/lang/english-iso-8859-1.inc.php @@ -728,6 +728,7 @@ $strServerTabVariables = 'Variables'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; $strServerVars = 'Server variables and settings'; $strServerVersion = 'Server version'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; $strSessionValue = 'Session value'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; diff --git a/lang/english-iso-8859-15.inc.php b/lang/english-iso-8859-15.inc.php index 1e5c58ac1..a660d6798 100644 --- a/lang/english-iso-8859-15.inc.php +++ b/lang/english-iso-8859-15.inc.php @@ -728,6 +728,7 @@ $strServerTabVariables = 'Variables'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; $strServerVars = 'Server variables and settings'; $strServerVersion = 'Server version'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; $strSessionValue = 'Session value'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 21e41ecb4..28dd8f114 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -729,6 +729,7 @@ $strServerTabVariables = 'Variables'; $strServerTrafficNotes = 'Server traffic: These tables show the network traffic statistics of this MySQL server since its startup.'; $strServerVars = 'Server variables and settings'; $strServerVersion = 'Server version'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; $strSessionValue = 'Session value'; $strSetEnumVal = 'If field type is "enum" or "set", please enter the values using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; $strShowAll = 'Show all'; diff --git a/lang/estonian-iso-8859-1.inc.php b/lang/estonian-iso-8859-1.inc.php index eadc62e33..5ee82fc91 100644 --- a/lang/estonian-iso-8859-1.inc.php +++ b/lang/estonian-iso-8859-1.inc.php @@ -1032,4 +1032,5 @@ $strToggleSmallBig = 'Toggle small/big'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index fa95a3dff..beba8a0b6 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1033,4 +1033,5 @@ $strToggleSmallBig = 'Toggle small/big'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/finnish-iso-8859-1.inc.php b/lang/finnish-iso-8859-1.inc.php index 239724a2c..30c23a686 100644 --- a/lang/finnish-iso-8859-1.inc.php +++ b/lang/finnish-iso-8859-1.inc.php @@ -1029,4 +1029,5 @@ $strYes = 'Kyll $strZeroRemovesTheLimit = 'Huom: Niden valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/finnish-iso-8859-15.inc.php b/lang/finnish-iso-8859-15.inc.php index 1f7b40774..6b1734d3a 100644 --- a/lang/finnish-iso-8859-15.inc.php +++ b/lang/finnish-iso-8859-15.inc.php @@ -1029,4 +1029,5 @@ $strYes = 'Kyll $strZeroRemovesTheLimit = 'Huom: Niden valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 2dbed0270..ac04b775b 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1030,4 +1030,5 @@ $strYes = 'Kyllä'; $strZeroRemovesTheLimit = 'Huom: Näiden valintojen asettaminen nollaksi (0) poistaa rajoituksen.'; $strZip = '"zip-pakattu"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/french-iso-8859-1.inc.php b/lang/french-iso-8859-1.inc.php index c530f3b54..c5b0cae63 100644 --- a/lang/french-iso-8859-1.inc.php +++ b/lang/french-iso-8859-1.inc.php @@ -1023,4 +1023,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlve la limite.'; $strZip = '"zipp"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/french-iso-8859-15.inc.php b/lang/french-iso-8859-15.inc.php index 6d1aa5bb3..5633822c8 100644 --- a/lang/french-iso-8859-15.inc.php +++ b/lang/french-iso-8859-15.inc.php @@ -1023,4 +1023,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlve la limite.'; $strZip = '"zipp"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 643747d73..a9340d9b8 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1024,4 +1024,5 @@ $strYes = 'Oui'; $strZeroRemovesTheLimit = 'Note: Une valeur de 0 (zero) enlève la limite.'; $strZip = '"zippé"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/galician-iso-8859-1.inc.php b/lang/galician-iso-8859-1.inc.php index a2f38bfad..9dd008ad5 100644 --- a/lang/galician-iso-8859-1.inc.php +++ b/lang/galician-iso-8859-1.inc.php @@ -1029,4 +1029,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index c12432456..6490058c0 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1030,4 +1030,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index dadd67e2c..9c84e5d4c 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/german-iso-8859-1.inc.php b/lang/german-iso-8859-1.inc.php index 28fa8df54..0d62787fa 100644 --- a/lang/german-iso-8859-1.inc.php +++ b/lang/german-iso-8859-1.inc.php @@ -1029,4 +1029,5 @@ $strErrorRelationExists = 'Fehler: Verkn $strErrorSaveTable = 'Fehler beim speichern der Koordinaten fr den Designer.'; $strSnapToGrid = 'Am Gitter anordnen'; $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/german-iso-8859-15.inc.php b/lang/german-iso-8859-15.inc.php index dd32f0c71..776f1097d 100644 --- a/lang/german-iso-8859-15.inc.php +++ b/lang/german-iso-8859-15.inc.php @@ -1029,4 +1029,5 @@ $strErrorRelationExists = 'Fehler: Verkn $strErrorSaveTable = 'Fehler beim speichern der Koordinaten fr den Designer.'; $strSnapToGrid = 'Am Gitter anordnen'; $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 35ae1ff37..10312f0a5 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1030,4 +1030,5 @@ $strErrorRelationExists = 'Fehler: Verknüpfung existiert bereits.'; $strErrorSaveTable = 'Fehler beim speichern der Koordinaten für den Designer.'; $strSnapToGrid = 'Am Gitter anordnen'; $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/greek-iso-8859-7.inc.php b/lang/greek-iso-8859-7.inc.php index 50e36d6e4..7735c0f10 100644 --- a/lang/greek-iso-8859-7.inc.php +++ b/lang/greek-iso-8859-7.inc.php @@ -1049,4 +1049,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index d12260bb7..3a5b7ca04 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1050,4 +1050,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/hebrew-iso-8859-8-i.inc.php b/lang/hebrew-iso-8859-8-i.inc.php index 7eab2c983..503f324d8 100644 --- a/lang/hebrew-iso-8859-8-i.inc.php +++ b/lang/hebrew-iso-8859-8-i.inc.php @@ -1044,4 +1044,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index ad477f3f8..8efdc5df7 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1045,4 +1045,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index a5915de82..24315a8fc 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1053,4 +1053,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/hungarian-iso-8859-2.inc.php b/lang/hungarian-iso-8859-2.inc.php index f553797b5..688171004 100644 --- a/lang/hungarian-iso-8859-2.inc.php +++ b/lang/hungarian-iso-8859-2.inc.php @@ -1044,4 +1044,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 5155a1608..b7f64c407 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1045,4 +1045,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/indonesian-iso-8859-1.inc.php b/lang/indonesian-iso-8859-1.inc.php index 0800895d2..470091215 100644 --- a/lang/indonesian-iso-8859-1.inc.php +++ b/lang/indonesian-iso-8859-1.inc.php @@ -1042,4 +1042,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index 14dc3c829..3603c423c 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1043,4 +1043,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/italian-iso-8859-1.inc.php b/lang/italian-iso-8859-1.inc.php index ef062b818..ac343ab57 100644 --- a/lang/italian-iso-8859-1.inc.php +++ b/lang/italian-iso-8859-1.inc.php @@ -1026,4 +1026,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/italian-iso-8859-15.inc.php b/lang/italian-iso-8859-15.inc.php index 6a881fe26..7e8d94e0c 100644 --- a/lang/italian-iso-8859-15.inc.php +++ b/lang/italian-iso-8859-15.inc.php @@ -1026,4 +1026,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index 94b532e3d..c8a0086fe 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1027,4 +1027,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index 627a42d03..09a8492d9 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -1031,4 +1031,5 @@ $strYes = ' $strZeroRemovesTheLimit = ': ץ 0 ()ꤹ¤ޤ'; $strZip = '"zip "'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index c81e919f8..2750f590f 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -1031,4 +1031,5 @@ $strYes = ' $strZeroRemovesTheLimit = ': IvV 0 ([)ɐݒ肷Ɛ܂'; $strZip = '"zip `"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index 29607de03..35142340b 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1031,4 +1031,5 @@ $strYes = 'はい'; $strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します'; $strZip = '"zip 形式"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/korean-euc-kr.inc.php b/lang/korean-euc-kr.inc.php index bdfb9cd95..983886094 100644 --- a/lang/korean-euc-kr.inc.php +++ b/lang/korean-euc-kr.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 92a174275..1558b00ea 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index e2f721190..ea9bb214b 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1050,4 +1050,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/latvian-windows-1257.inc.php b/lang/latvian-windows-1257.inc.php index 134297ba4..0012c33ea 100644 --- a/lang/latvian-windows-1257.inc.php +++ b/lang/latvian-windows-1257.inc.php @@ -1049,4 +1049,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 66ead13b5..0e8ebaf7e 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1043,4 +1043,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/lithuanian-windows-1257.inc.php b/lang/lithuanian-windows-1257.inc.php index 38886d68f..2b2c7778f 100644 --- a/lang/lithuanian-windows-1257.inc.php +++ b/lang/lithuanian-windows-1257.inc.php @@ -1042,4 +1042,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/malay-iso-8859-1.inc.php b/lang/malay-iso-8859-1.inc.php index e3d2cc4aa..da65d4a2b 100644 --- a/lang/malay-iso-8859-1.inc.php +++ b/lang/malay-iso-8859-1.inc.php @@ -1064,4 +1064,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index a70c7922d..e307d9235 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1065,4 +1065,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 04a7d9d45..9faecbbf2 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/norwegian-iso-8859-1.inc.php b/lang/norwegian-iso-8859-1.inc.php index 981b6255c..262aaaea1 100644 --- a/lang/norwegian-iso-8859-1.inc.php +++ b/lang/norwegian-iso-8859-1.inc.php @@ -1024,4 +1024,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index 7567ebf6e..34c1f380f 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1025,4 +1025,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index aff7afa06..33c5b8c15 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1050,4 +1050,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/persian-windows-1256.inc.php b/lang/persian-windows-1256.inc.php index f90d6af37..7329a7a03 100644 --- a/lang/persian-windows-1256.inc.php +++ b/lang/persian-windows-1256.inc.php @@ -1049,4 +1049,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/polish-iso-8859-2.inc.php b/lang/polish-iso-8859-2.inc.php index 49a9c3f6e..74e0b66d4 100644 --- a/lang/polish-iso-8859-2.inc.php +++ b/lang/polish-iso-8859-2.inc.php @@ -1020,4 +1020,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index e3dbba630..5d908f5f8 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1021,4 +1021,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/polish-windows-1250.inc.php b/lang/polish-windows-1250.inc.php index 7a0ba7424..2ee2699f5 100644 --- a/lang/polish-windows-1250.inc.php +++ b/lang/polish-windows-1250.inc.php @@ -1020,4 +1020,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-1.inc.php b/lang/portuguese-iso-8859-1.inc.php index a85e14cdb..d79c831fb 100644 --- a/lang/portuguese-iso-8859-1.inc.php +++ b/lang/portuguese-iso-8859-1.inc.php @@ -1053,4 +1053,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/portuguese-iso-8859-15.inc.php b/lang/portuguese-iso-8859-15.inc.php index 9c1401b81..308bfabec 100644 --- a/lang/portuguese-iso-8859-15.inc.php +++ b/lang/portuguese-iso-8859-15.inc.php @@ -1053,4 +1053,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index 042610078..7f76f22b7 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1054,4 +1054,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/romanian-iso-8859-1.inc.php b/lang/romanian-iso-8859-1.inc.php index 0b568d6a6..0359138c8 100644 --- a/lang/romanian-iso-8859-1.inc.php +++ b/lang/romanian-iso-8859-1.inc.php @@ -1045,4 +1045,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index 0306f370f..3576010e0 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1046,4 +1046,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/russian-cp-866.inc.php b/lang/russian-cp-866.inc.php index 1be363c8f..18711785e 100644 --- a/lang/russian-cp-866.inc.php +++ b/lang/russian-cp-866.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/russian-koi8-r.inc.php b/lang/russian-koi8-r.inc.php index 8ca16f0cb..3554a8c6d 100644 --- a/lang/russian-koi8-r.inc.php +++ b/lang/russian-koi8-r.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index 42a4deb9a..fddae06c1 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/russian-windows-1251.inc.php b/lang/russian-windows-1251.inc.php index 23f5fa496..24b8d1e7b 100644 --- a/lang/russian-windows-1251.inc.php +++ b/lang/russian-windows-1251.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index ba55d2cfe..bf57f6bf9 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1049,4 +1049,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/serbian_cyrillic-windows-1251.inc.php b/lang/serbian_cyrillic-windows-1251.inc.php index 644525d09..9ae2f9ea9 100644 --- a/lang/serbian_cyrillic-windows-1251.inc.php +++ b/lang/serbian_cyrillic-windows-1251.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index ae5134f8f..01e71c60b 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1049,4 +1049,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/serbian_latin-windows-1250.inc.php b/lang/serbian_latin-windows-1250.inc.php index 87e9eb677..360bb7d06 100644 --- a/lang/serbian_latin-windows-1250.inc.php +++ b/lang/serbian_latin-windows-1250.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/slovak-iso-8859-2.inc.php b/lang/slovak-iso-8859-2.inc.php index 975c464e7..d484b47af 100644 --- a/lang/slovak-iso-8859-2.inc.php +++ b/lang/slovak-iso-8859-2.inc.php @@ -1027,4 +1027,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 020ae5097..20d21d51e 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1028,4 +1028,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/slovak-windows-1250.inc.php b/lang/slovak-windows-1250.inc.php index 7a0be8878..e21a9248e 100644 --- a/lang/slovak-windows-1250.inc.php +++ b/lang/slovak-windows-1250.inc.php @@ -1027,4 +1027,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/slovenian-iso-8859-2.inc.php b/lang/slovenian-iso-8859-2.inc.php index f1cbce57c..44dd6966f 100644 --- a/lang/slovenian-iso-8859-2.inc.php +++ b/lang/slovenian-iso-8859-2.inc.php @@ -1046,4 +1046,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 6e1aaed86..f164e231a 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/slovenian-windows-1250.inc.php b/lang/slovenian-windows-1250.inc.php index 3b6ff9d94..f1a89d024 100644 --- a/lang/slovenian-windows-1250.inc.php +++ b/lang/slovenian-windows-1250.inc.php @@ -1046,4 +1046,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/spanish-iso-8859-1.inc.php b/lang/spanish-iso-8859-1.inc.php index 8fe96e167..8652e3c80 100644 --- a/lang/spanish-iso-8859-1.inc.php +++ b/lang/spanish-iso-8859-1.inc.php @@ -1022,4 +1022,5 @@ $strYes = 'S $strZeroRemovesTheLimit = 'Nota: si cambia los parmetros de estas opciones a 0 (cero), remueve el lmite.'; $strZip = '"comprimido con zip"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/spanish-iso-8859-15.inc.php b/lang/spanish-iso-8859-15.inc.php index 9bccada65..6cb90edcb 100644 --- a/lang/spanish-iso-8859-15.inc.php +++ b/lang/spanish-iso-8859-15.inc.php @@ -1022,4 +1022,5 @@ $strYes = 'S $strZeroRemovesTheLimit = 'Nota: si cambia los parmetros de estas opciones a 0 (cero), remueve el lmite.'; $strZip = '"comprimido con zip"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index e63fe00e2..781bf9fd4 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1023,4 +1023,5 @@ $strYes = 'Sí'; $strZeroRemovesTheLimit = 'Nota: si cambia los parámetros de estas opciones a 0 (cero), remueve el límite.'; $strZip = '"comprimido con zip"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/swedish-iso-8859-1.inc.php b/lang/swedish-iso-8859-1.inc.php index 397c56a6a..153bea4f2 100644 --- a/lang/swedish-iso-8859-1.inc.php +++ b/lang/swedish-iso-8859-1.inc.php @@ -1025,4 +1025,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att stta dessa alternativ till 0 (noll) tas begrnsningarna bort.'; $strZip = '"zippad"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index f64b6f3ae..32a12debe 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1026,4 +1026,5 @@ $strYes = 'Ja'; $strZeroRemovesTheLimit = 'Anm: Genom att sätta dessa alternativ till 0 (noll) tas begränsningarna bort.'; $strZip = '"zippad"'; +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/tatarish-iso-8859-9.inc.php b/lang/tatarish-iso-8859-9.inc.php index c8ac0eb77..21f47bcd6 100644 --- a/lang/tatarish-iso-8859-9.inc.php +++ b/lang/tatarish-iso-8859-9.inc.php @@ -1038,4 +1038,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index e74bb5c2f..7b3ba3a84 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1039,4 +1039,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/thai-tis-620.inc.php b/lang/thai-tis-620.inc.php index a382d6769..ceab685c7 100644 --- a/lang/thai-tis-620.inc.php +++ b/lang/thai-tis-620.inc.php @@ -1048,4 +1048,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 0f60efd47..1d57badfd 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1049,4 +1049,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/turkish-iso-8859-9.inc.php b/lang/turkish-iso-8859-9.inc.php index 204825fe4..ed639a875 100644 --- a/lang/turkish-iso-8859-9.inc.php +++ b/lang/turkish-iso-8859-9.inc.php @@ -1032,4 +1032,5 @@ $strZeroRemovesTheLimit = 'Not: Bu se $strZip = '"zip olarak"'; $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index 1d63da63b..77be9e1bb 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1033,4 +1033,5 @@ $strZeroRemovesTheLimit = 'Not: Bu seçeneklerin 0 (sıfır)\'a ayarlanması sı $strZip = '"zip olarak"'; $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 4b35ca245..69759cee8 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1047,4 +1047,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/lang/ukrainian-windows-1251.inc.php b/lang/ukrainian-windows-1251.inc.php index 6120ab047..650365d6a 100644 --- a/lang/ukrainian-windows-1251.inc.php +++ b/lang/ukrainian-windows-1251.inc.php @@ -1046,4 +1046,5 @@ $strErrorRelationExists = 'Error: relation already exists.'; //to translate $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate $strSnapToGrid = 'Snap to grid'; //to translate $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate +$strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate ?> diff --git a/libraries/select_lang.lib.php b/libraries/select_lang.lib.php index d2cee41bd..01f04c1c7 100644 --- a/libraries/select_lang.lib.php +++ b/libraries/select_lang.lib.php @@ -403,7 +403,8 @@ if (empty($convcharset)) { if (isset($_COOKIE['pma_charset'])) { $convcharset = $_COOKIE['pma_charset']; } else { - $convcharset = $GLOBALS['cfg']['DefaultCharset']; + // session.save_path might point to a bad folder + $convcharset = isset($GLOBALS['cfg']['DefaultCharset']) ? $GLOBALS['cfg']['DefaultCharset'] : 'en-utf-8'; } } diff --git a/libraries/session.inc.php b/libraries/session.inc.php index ecc0f8745..00773cffb 100644 --- a/libraries/session.inc.php +++ b/libraries/session.inc.php @@ -23,7 +23,7 @@ if (!@function_exists('session_name')) { require_once('./libraries/select_lang.lib.php'); // Displays the error message // (do not use & for parameters sent by header) - header('Location: error.php' + header('Location: ' . (defined('PMA_SETUP') ? '../' : '') . 'error.php' . '?lang=' . urlencode($available_languages[$lang][2]) . '&dir=' . urlencode($text_dir) . '&type=' . urlencode($strError) @@ -110,7 +110,7 @@ if (! isset($_COOKIE[$session_name])) { require_once './libraries/select_lang.lib.php'; // Displays the error message // (do not use & for parameters sent by header) - header('Location: error.php' + header('Location: ' . (defined('PMA_SETUP') ? '../' : '') . 'error.php' . '?lang=' . urlencode($available_languages[$lang][2]) . '&dir=' . urlencode($text_dir) . '&type=' . urlencode($strError) diff --git a/scripts/setup.php b/scripts/setup.php index bea938662..42a2675a5 100644 --- a/scripts/setup.php +++ b/scripts/setup.php @@ -16,6 +16,7 @@ // Grab phpMyAdmin version and PMA_dl function define( 'PMA_MINIMUM_COMMON', TRUE ); +define( 'PMA_SETUP', TRUE ); chdir('..'); require_once('./libraries/common.lib.php');