PHP include Problem - Fehlermeldung

Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Post Reply
Ande
Posts: 46
Joined: Mon 1. Oct 2007, 18:21

PHP include Problem - Fehlermeldung

Post by Ande »

Hallo Leute,

ich möchte einen externen Kalender mit PHP includen

Code: Select all

[PHP]include("/kalender/index.php");[/PHP]
allerdings bekomme ich folgende Fehlermeldungen zurück:

Code: Select all

Warning: include() [function.include]: URL file-access is disabled in the server configuration in /usr/export/www/hosting/xxx/include/inc_front/front.func.inc.php(2198) : eval()'d code on line 1

Warning: include(http://www.beispiele.de/kalender/index.php) [function.include]: failed to open stream: no suitable wrapper could be found in /usr/export/www/hosting/xxx/include/inc_front/front.func.inc.php(2198) : eval()'d code on line 1

Warning: include() [function.include]: Failed opening 'http://www.beispiele.de/kalender/index.php' for inclusion (include_path='.:') in /usr/export/www/hosting/xxx/include/inc_front/front.func.inc.php(2198) : eval()'d code on line 1
Die config.inc.php hat folgende Einträge:

Code: Select all

$phpwcms['allow_cntPHP_rt']   = 1; //allow PHP replacement tags and includes in content parts

Code: Select all

$phpwcms['allow_ext_init']    = 1;        //allow including of custom external scripts at frontend initialization
$phpwcms['allow_ext_render']  = 1;        //allow including of custom external scripts at frontend rendering
Woran könnte das liegen?

Wie kann man das Problem beheben.......???

Bitte um Antworten, Danke!!!
User avatar
Cipolla
Posts: 451
Joined: Sat 16. Feb 2008, 20:39
Location: Muppet Show

Re: PHP include Problem - Fehlermeldung

Post by Cipolla »

Was steht denn in der php.ini?

Code: Select all

allow_url_fopen On
allow_url_include On
Das sollte nach möglichkeit beides On sein.
...
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: PHP include Problem - Fehlermeldung

Post by juergen »

und zuvor überlegen wieso das ausgeschaltet war und ... ob ein Kalender das einschalten wert ist...
Ande
Posts: 46
Joined: Mon 1. Oct 2007, 18:21

Re: PHP include Problem - Fehlermeldung

Post by Ande »

Aha da liegt das Problem

Code: Select all

allow_url_fopen Off
allow_url_include Off
Allerdings ich habe keinen Zugriff auf die PHP-Einstellungen.

Gibt es sonst noch eine Möglichkeit die PHP zu includen außer mit einen INLINE-FRAME???

Bitte um Antworten
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: PHP include Problem - Fehlermeldung

Post by update »

...eventuell geht's, wenn Du das Kalender-Script auf Deinem eigenen Account parkst?
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Ande
Posts: 46
Joined: Mon 1. Oct 2007, 18:21

Re: PHP include Problem - Fehlermeldung

Post by Ande »

Das Script ist auf meinem Account geht aber leider nicht!!!
User avatar
Cipolla
Posts: 451
Joined: Sat 16. Feb 2008, 20:39
Location: Muppet Show

Re: PHP include Problem - Fehlermeldung

Post by Cipolla »

Das die Einträge off sind ist aus Sicherheitsgründen prinzipiell ok.

Wie sieht denn die kalender/index.php aus? Scheint so als würde dieser auf Domainfremde Dateien zugreifen wollen. Also Pfade alla -> "http://www.irgendwas.." beinhalten.

Mein Vorschlag: Such dir einen anderen Kalender! Wer weiß wohin ds teil so "telefoniert" :!:
...
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: PHP include Problem - Fehlermeldung

Post by Jensensen »

klappt es mit CP externer content?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Ande
Posts: 46
Joined: Mon 1. Oct 2007, 18:21

Re: PHP include Problem - Fehlermeldung

Post by Ande »

da ist mein nächstes Problem PHPWCMS übernimmt den Eintrag der URL nicht beim Speichervorgang, somit kann ich es nicht ausprobieren, hat da jemand ne idee an was das liegen kann, würd ich gern mal ausprobieren!
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: PHP include Problem - Fehlermeldung

Post by Jensensen »

und jetzt die spannende frage: welche der stable 1.3.9 dev r_xyz hast du im einsatz?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: PHP include Problem - Fehlermeldung

Post by update »

was gehen müsste: Kalender in /content/kalender packen und mit CP Externer Content aufrufen (da hast Du dann nämlich gleich die fremde index.php am Haken, ohne http und so). Aber wenn da Links drin sind, geht das wohl nur über einen iframe (schauder...)
PS: obwohl ich sagen muss: ich habe so ein 200-seitiges Handbuch mit menü und Submenüs auf die Art eingebunden - es geht also zur Not ;)
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Ande
Posts: 46
Joined: Mon 1. Oct 2007, 18:21

Re: PHP include Problem - Fehlermeldung

Post by Ande »

Es ist eine Seite basierend auf 1.3.3.

Des mit dem Kalender in /content/kalender packen, klappt auch nicht ich hab es jetzt mit einen I-Frame lösen müssen, hilft nichts!

Gibt es da keine Möglichkeit, dass es die Url übernimmt?

Bin auf eure hilfreichen Tipps gespannt
User avatar
update
Moderator
Posts: 6455
Joined: Mon 10. Jan 2005, 17:29
Location: germany / outdoor

Re: PHP include Problem - Fehlermeldung

Post by update »

Ande wrote: Gibt es da keine Möglichkeit, dass es die Url übernimmt?
Warum denn eigentlich eine Url (sowas wie http://usw.de...?)?
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: PHP include Problem - Fehlermeldung

Post by Jensensen »

jetzt bin ich auch gespannt...
bei der 1.3.3(5) war doch noch alles i.o.
...
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Post Reply