Hallo!
In der Hilfedatei steht:
das heisst, du musst
include("path/to/show_news.php"); mit dem pfad ersetzen, wohin du deine cutenews gespeichert hast auf deinem server
zB:
include("cutenews/show_news.php");
wenn du einen ordner namens "cutenews" angelegt hast und dort alles zu finden ist.
In der Hilfedatei steht:
Zitat:in all of the above examples you must replace path/to/... to with your path where you installed CuteNews
and not to use the URL but the path
WRONG: include("http://site.com/cutenews/show_news.php);
CORRECT: include("cutenews/show_news.php);
das heisst, du musst
include("path/to/show_news.php"); mit dem pfad ersetzen, wohin du deine cutenews gespeichert hast auf deinem server
zB:
include("cutenews/show_news.php");
wenn du einen ordner namens "cutenews" angelegt hast und dort alles zu finden ist.