french interface warning error

Forum for questions and support relating to the 1.24.x releases only.
Locked
Flav
Posts: 38
Joined: Tue Jan 12, 2010 2:26 pm

french interface warning error

Post by Flav »

hello
i have fresh install of zm 1.24.1 and all work good

but i want change for 1 user the language interface in fr_fr
i've made choise in user option but don't work

i've modifi the default language but on login i have warning

please help

Code: Select all

Warning: Cannot modify header information - headers already sent by (output started at /usr/share/zoneminder/lang/fr_fr.php:811) in /usr/share/zoneminder/includes/functions.php on line 97

Warning: Cannot modify header information - headers already sent by (output started at /usr/share/zoneminder/lang/fr_fr.php:811) in /usr/share/zoneminder/includes/functions.php on line 98

Warning: Cannot modify header information - headers already sent by (output started at /usr/share/zoneminder/lang/fr_fr.php:811) in /usr/share/zoneminder/includes/functions.php on line 99

Warning: Cannot modify header information - headers already sent by (output started at /usr/share/zoneminder/lang/fr_fr.php:811) in /usr/share/zoneminder/includes/functions.php on line 100

Warning: Cannot modify header information - headers already sent by (output started at /usr/share/zoneminder/lang/fr_fr.php:811) in /usr/share/zoneminder/includes/functions.php on line 101

the header function is

Code: Select all

function noCacheHeaders()
{
    header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");    // Date in the past
    header("Last-Modified: ".gmdate( "D, d M Y H:i:s" )." GMT"); // always modified
    header("Cache-Control: no-store, no-cache, must-revalidate");  // HTTP/1.1
    header("Cache-Control: post-check=0, pre-check=0", false);
    header("Pragma: no-cache");         // HTTP/1.0
}
i'm un Ubuntu Karmic
Locked