Author Topic: 01-Artikel- & Newsscript 3.0.0.4 include  (Read 7800 times)

0 Members and 1 Guest are viewing this topic.

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
01-Artikel- & Newsscript 3.0.0.4 include
« on: June 24, 2010, 11:23:30 AM »
Hallo zusammen,

ich wollte ein Newsscript von 01-Script [http://www.01-scripts.de/01article.php] in 4images integrieren, aber das geht einfach nicht!
So wird das aufgerufen:
http://new.germannaruto.de/news/iframe.php

Wenn ich das in der home.html einfüge:
<?PHP
include("news/iframe.php");
?>


dann bekomme ich diese Fehler:
Quote
Warning: include_once(01_config.php) [function.include-once]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php  on line 42

Warning: include_once() [function.include]: Failed opening '01_config.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 42

Warning: include_once(01acp/system/headinclude.php) [function.include-once]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 43

Warning: include_once() [function.include]: Failed opening '01acp/system/headinclude.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 43

Warning: include_once(01acp/system/functions.php) [function.include-once]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 44

Warning: include_once() [function.include]: Failed opening '01acp/system/functions.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 44

Warning: include_once(01article/_headinclude.php) [function.include-once]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 48

Warning: include_once() [function.include]: Failed opening '01article/_headinclude.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 48

Warning: include_once(01article/_functions.php) [function.include-once]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 49

Warning: include_once() [function.include]: Failed opening '01article/_functions.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 49

Fatal error: Call to undefined function addparameter2link() in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 81

Es muss doch machbar sein, dass es klappt. Und auf Object oder iframe will ich nicht zurückgreifen, da die höhe und Breite nie richtig stimmen wird bei sowas!

Hat jemand eine Idee?

Und wenn ich das so mache: Wie vorgegeben
<?PHP
$subfolder 
"news/"// Unterverzeichnis
$modul "01article";      // Modul- und Verzeichnisname (ID-Name), ggf. ändern

// Weitere mögliche Parameter...

include($subfolder."01module/".$modul."/01article.php");
?>


Bekomme ich diese Fehler:
Quote
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b2576/gn/news/01acp/system/functions.php  on line 249

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b2576/gn/news/01acp/system/functions.php on line 250

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b2576/gn/news/01acp/system/functions.php on line 1804

Warning: include_once(news/01module/01acp/_headinclude.php) [function.include-once]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 48

Warning: include_once() [function.include]: Failed opening 'news/01module/01acp/_headinclude.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 48

Warning: include_once(news/01module/01acp/_functions.php) [function.include-once]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 49

Warning: include_once() [function.include]: Failed opening 'news/01module/01acp/_functions.php' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 49

Warning: include(news/01module/01acp/main_top.html) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 117

Warning: include(news/01module/01acp/main_top.html) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 117

Warning: include() [function.include]: Failed opening 'news/01module/01acp/main_top.html' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 117

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b2576/gn/news/01acp/system/functions.php on line 32

Warning: Division by zero in /www/htdocs/w00b2576/gn/news/01acp/system/functions.php on line 33

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 167

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 208

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 215

Warning: include(news/01module/01acp/pages.html) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 520

Warning: include(news/01module/01acp/pages.html) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 520

Warning: include() [function.include]: Failed opening 'news/01module/01acp/pages.html' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 520

Warning: include(news/01module/01acp/main_bottom.html) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 523

Warning: include(news/01module/01acp/main_bottom.html) [function.include]: failed to open stream: No such file or directory in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 523

Warning: include() [function.include]: Failed opening 'news/01module/01acp/main_bottom.html' for inclusion (include_path='.:/usr/share/php:..') in /www/htdocs/w00b2576/gn/news/01module/01article/01article.php on line 523

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: 01-Artikel- & Newsscript 3.0.0.4 include
« Reply #1 on: June 25, 2010, 09:19:27 PM »
Folgende Antwort bekomme ich dort:
http://board.01-scripts.de/index.php?page=Thread&postID=6228#post6228

Weis jemand mehr?

------

Die von 01Scripts haben gesagt das  es gehen muss, aber woran liegt es nun das es in 4images nicht funktioniert=??????
« Last Edit: June 26, 2010, 12:39:28 PM by Sumale.nin »

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: 01-Artikel- & Newsscript 3.0.0.4 include
« Reply #2 on: June 27, 2010, 11:35:59 PM »
Weis denn niemand was?

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: 01-Artikel- & Newsscript 3.0.0.4 include
« Reply #3 on: June 28, 2010, 12:13:31 AM »
habe es vorgestern auch versucht, gleicher Fehler
Danke Harald




Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: 01-Artikel- & Newsscript 3.0.0.4 include
« Reply #4 on: June 28, 2010, 10:19:16 AM »
Ja, dass ist komisch, ich denke mal es liegt daran, dass auch DB Daten vom Script geladen werden. Die Jungs dort sagen aber, dass es klappen müsste, wenn nicht dann hat 4image bearbitungsfehler. Steht ja in einem anderen Post von mir!