Sivu 1/1

pari ongelmaa

Lähetetty: 20 Tammi 2011, 16:55
Kirjoittaja Quiti
Moro kaikille, eli siis asennan tuota phpbb3 foorumia omalle palvelimelle ja iskee tällainen virhe aivan asennuksen lopussa

Koodi: Valitse kaikki

[phpBB Debug] PHP Notice: in file /includes/functions_messenger.php on line 403: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead
[phpBB Debug] PHP Notice: in file /install/index.php on line 444: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /install/index.php on line 445: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /install/index.php on line 446: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /install/index.php on line 447: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)

mutta, tuo ei ole suurin ongelma, tuon kierrän sillain että sammutan, ja tulen uusiksi foorumni etusivulle, toinen ongelma:

Kun olen foorumin etusivulla, niin ylös tulee valkoisella pohjalla tällainen ilmoitus:

Koodi: Valitse kaikki

[phpBB Debug] PHP Notice: in file /index.php on line 86: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead
[phpBB Debug] PHP Notice: in file /index.php on line 86: getdate() [function.getdate]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Helsinki' for '2.0/no DST' instead
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4505: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4507: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4508: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4509: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3706)
Mistä voi johtua nuo ongelmat

Re: pari ongelmaa

Lähetetty: 20 Tammi 2011, 21:15
Kirjoittaja Lurttinen
date.timezone:a ei ole määritelty php.ini tiedostossa.
Tää on palveluntarjoajan moka jättää huomiotta. :) Heille viestiä asiasta.

Re: pari ongelmaa

Lähetetty: 20 Tammi 2011, 23:11
Kirjoittaja Quiti
Pakkohan vielä sen verran kommentoida että olen asentanut tuon minun serverille :)

Tiedätkö yhtään mitä pitää tehdä jotta tuon voi ottaa pois?

Re: pari ongelmaa

Lähetetty: 20 Tammi 2011, 23:48
Kirjoittaja mrl586
Etsi php.ini-tiedostosta seuraava kohta ja laita siihen Europe/Helsinki.

Koodi: Valitse kaikki

; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone = 

Re: pari ongelmaa

Lähetetty: 22 Tammi 2011, 13:44
Kirjoittaja Quiti
Joo, tein ja nyt toimii. Kiitosta teille