Code: Alles auswählen
$datei=fopen("../../news.txt","r");
$news=fgets($datei,1024);
fclose($datei);
Code: Alles auswählen
$template->assign_vars(array(
'FROSTI_NEWSTICKER' => $news,
(...)
root/news.txt
root/board/includes/page_header.php
Es funktioniert auch nicht, wenn ich die Datei direkt in den Includesordner verschiebe und den Code dementsprechend abändere.
Die Datei hat Chmod: 646. Ich habe es aber auch schon mit 777 getestet. Gleiches Ergebnis. Hier mal die Fehlermeldungen.
Ich hoffe es kann mir jemand bei diesem Problem helfen.Warning: fopen() [function.fopen]: Unable to access news.txt in /home/www/web300/html/frosti/board/includes/page_header.php on line 33
Warning: fopen(news.txt) [function.fopen]: failed to open stream: No such file or directory in /home/www/web300/html/frosti/board/includes/page_header.php on line 33
Warning: fgets(): supplied argument is not a valid stream resource in /home/www/web300/html/frosti/board/includes/page_header.php on line 34
Warning: fclose(): supplied argument is not a valid stream resource in /home/www/web300/html/frosti/board/includes/page_header.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web300/html/frosti/board/includes/page_header.php:33) in /home/www/web300/html/frosti/board/includes/page_header.php on line 492
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web300/html/frosti/board/includes/page_header.php:33) in /home/www/web300/html/frosti/board/includes/page_header.php on line 498
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web300/html/frosti/board/includes/page_header.php:33) in /home/www/web300/html/frosti/board/includes/page_header.php on line 499
MfG, TomS