ich möchte einen externen Kalender mit PHP includen
Code: Select all
[PHP]include("/kalender/index.php");[/PHP]
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
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
Wie kann man das Problem beheben.......???
Bitte um Antworten, Danke!!!