[Solved]Notice: Undefined index: se_SE in C:\wamp\www\include.php on line 270
Posted: Tue Apr 21, 2009 9:25 am
I currently have some issues with my newly installed MLE site. It works in admin menu but it won't work on my actual site. It gives the following error:
Notice: Undefined index: se_SE in C:\wamp\www\include.php on line 270
Notice: Undefined index: se_SE in C:\wamp\www\include.php on line 273
Not Found
The requested URL was not found on this server.
I have played around with config.lang.php to see if I can change the browser path. I have tried both se_SE and sv_SE. Is there any other place I need to change these variables?
define('DEFAULT_LANG', 'sv_SE');
$hls = array(
'en_US' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),
'sv_SE' => array(
'block'=>'se',
'flag'=>'',
'text'=>'Svenska',
'locale'=>'sv_SE',
),
);
Notice: Undefined index: se_SE in C:\wamp\www\include.php on line 270
Notice: Undefined index: se_SE in C:\wamp\www\include.php on line 273
Not Found
The requested URL was not found on this server.
I have played around with config.lang.php to see if I can change the browser path. I have tried both se_SE and sv_SE. Is there any other place I need to change these variables?
define('DEFAULT_LANG', 'sv_SE');
$hls = array(
'en_US' => array(
'block'=>'en',
'flag'=>'',
'text'=>'English',
),
'sv_SE' => array(
'block'=>'se',
'flag'=>'',
'text'=>'Svenska',
'locale'=>'sv_SE',
),
);