Otóż piszę spolszczenie w index.php dodałem linijkę
Cytat
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
Pliki Zapisuję i edytuje( w postaci UTF-8) NotePad++ .
Gdy wrzucam na serwer powstają nastepujące błędy
Kod
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 3
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 7
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 11
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 7
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/33/d349171117/htdocs/hosting/header.php:1) in /homepages/33/d349171117/htdocs/hosting/header.php on line 11
Myślę iz bład leży w tej linijce kodu:
Kod
<?php
header("ETag: PUB" . time());
header("Last-Modified: " . gmdate("D, d M Y H:i:s", time()-10) . " GMT");
header("Expires: " . gmdate("D, d M Y H:i:s", time() + 5) . " GMT");
header("Pragma: no-cache");
header("Cache-Control: max-age=1, s-maxage=1, no-cache, must-revalidate");
session_cache_limiter("nocache");
ob_start();
session_start();
header("ETag: PUB" . time());
header("Last-Modified: " . gmdate("D, d M Y H:i:s", time()-10) . " GMT");
header("Expires: " . gmdate("D, d M Y H:i:s", time() + 5) . " GMT");
header("Pragma: no-cache");
header("Cache-Control: max-age=1, s-maxage=1, no-cache, must-revalidate");
session_cache_limiter("nocache");
ob_start();
session_start();
Wie ktoś jak rozwiązać problem?
Ps. szukałem po googlach lecz nie znalazłem dosadnej odpowiedzi
Znalazłem jeszcze takie coś lecz gdzie to wstawic?
Kod
$LANGUAGE_PACK = array();
$LANGUAGE_PACK["site_charset"] = 'UTF-8';
$LANGUAGE_PACK["site_charset"] = 'UTF-8';