MyBB.de Forum
News-Section - ö ä und ü falsch angezeigt - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: News-Section - ö ä und ü falsch angezeigt (/thread-9782.html)

Seiten: Seiten: 1 2


RE: News-Section - ö ä und ü falsch angezeigt - toby01 - 23.06.2008

da bekomme ich das:
Code:
Warning: include(/content/forum/news.php) [function.include]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/toby01/main.php on line 1

Warning: include() [function.include]: Failed opening '/content/forum/news.php' for inclusion (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/toby01/main.php on line 1



RE: News-Section - ö ä und ü falsch angezeigt - Michael - 23.06.2008

Lass den ersten Backslash aus dem Pfad raus.
PHP-Code:
include("content/forum/news.php"); 



RE: News-Section - ö ä und ü falsch angezeigt - toby01 - 23.06.2008

dann kommt die gleiche meldung, und mein footer is weg Sad


RE: News-Section - ö ä und ü falsch angezeigt - Michael - 23.06.2008

Stimmt der angegebene Pfad denn mit deiner Ordnerstruktur auf dem Server überein?


RE: News-Section - ö ä und ü falsch angezeigt - toby01 - 23.06.2008

ja, die news.php liegen in
http://toby01.to.funpic.de/content/forum/news.php
die seite heist main.php und liegt im
http://toby01.to.funpic.de/main.php


RE: News-Section - ö ä und ü falsch angezeigt - StefanT - 23.06.2008

Der Code der news.php muss eigentlich in deine Datei eingefügt werden. Die Pfad-Einstellung musst du dabei anpassen.


RE: News-Section - ö ä und ü falsch angezeigt - toby01 - 23.06.2008

und wie geht das?


RE: News-Section - ö ä und ü falsch angezeigt - StefanT - 23.06.2008

https://www.mybb.de/forum/showthread.php?tid=19452&pid=4336#pid4336


RE: News-Section - ö ä und ü falsch angezeigt - toby01 - 23.06.2008

ok nun gibts ein neues problem:
Zitat:Warning: require_once(./inc/init.php) [function.require-once]: failed to open stream: No such file or directory in /usr/export/www/vhosts/funnetwork/hosting/toby01/content/forum/global.php on line 13

Fatal error: require_once() [function.require]: Failed opening required './inc/init.php' (include_path='.:') in /usr/export/www/vhosts/funnetwork/hosting/toby01/content/forum/global.php on line 13