Sie sind nicht angemeldet.

[3.0.0.4] Include @ 4images

Lieber Besucher, herzlich willkommen bei: 01-Scripts.de - Supportforum. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.

1

Donnerstag, 24. Juni 2010, 17:15

Include @ 4images

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-Quelltext

1
2
3
<?PHP
include("news/iframe.php");
?>


dann bekomme ich diese Fehler:

Zitat

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-Quelltext

1
2
3
4
5
6
7
8
<?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:

Zitat

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

2

Freitag, 25. Juni 2010, 12:06

Der 2. Include-Code:

PHP-Quelltext

1
2
3
4
5
6
7
8
<?PHP
$subfolder "news/"// Unterverzeichnis
$modul "01article";      // Modul- und Verzeichnisname (ID-Name), ggf. ändern

// Weitere mögliche Parameter...

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

muss funktionieren.
Die Fehlermeldungen deuten für mich viel mehr auf ein Problem bei der PHP-Code-Verarbeitung in 4images hin.
Jesus lebt

Sie waren mit dem Support zufrieden? Dann unterstützen Sie diese Seite - Spenden per PayPal
Oder beschenken über die Amazon Wunschliste

Öffentlicher PGP-Schlüssel zur sicheren E-Mail-Kommunikation.

3

Samstag, 26. Juni 2010, 12:07

Hat es jetzt geklappt / wo lag das Problem?
Jesus lebt

Sie waren mit dem Support zufrieden? Dann unterstützen Sie diese Seite - Spenden per PayPal
Oder beschenken über die Amazon Wunschliste

Öffentlicher PGP-Schlüssel zur sicheren E-Mail-Kommunikation.

4

Samstag, 26. Juni 2010, 12:36

Hallo,

nein es hat nicht funktioniert. Von Seitens 4images kommt mal wieder kein Support, ist ja nichts neues da.
Was ich aber denke ist, dass es daran liegt, dass die html seiten über die php Dateien aufgerufen werden.
Wenn ich nun etwas includiere, welches eigene DB Verbindungen benutzt kommen halt solche Fehler. Ich musste nun improvisieren und eine extra html Seite erstellen wo die News zu sehen sind. Das ist sehr schade, aber anders ging es nun nicht.

Thema bewerten