Hinweis: Eintrag wurde aus altem Forum importiert. Ggf. kann es dadurch zu Darstellungsproblemen kommen.
Nachrichtensymbol:
FileMaker Client Version: FM Client 6.0
Nachrichtensymbol:

FileMaker Client Version: FM Client 6.0
Ich habe folgende Situation:
MacOS 10.5.2, PHP 5.2.5, Filemaker 6
Folgende CDML Abfrage funktioniert:
http://localhost:591/FMPro?-DB=Fi_Meso. ... w&-Findany
Das gleiche PHP-include aber nicht:
<?php
include("http://localhost:591/FMPro?-DB=Fi_Meso.fp5&-Format=agb_inc.php&-Error=err_inc.php&-lay=www&-Findany");
?>
Es kommen folgende Fehlermeldungen:
Warning: include() [function.include]: URL file-access is disabled in the server configuration in /Users/.../agb1.php on line 79
Warning: include(http://localhost:591/2007/FMPro?-DB=Fi_ ... w&-Findany) [function.include]: failed to open stream: no suitable wrapper could be found in /Users/.../agb1.php on line 79
Warning: include() [function.include]: Failed opening 'http://localhost:591/2007/FMPro?-DB=Fi_Meso.fp5&-Format=agb_inc.php&-Error=err_inc.php&-lay=www&-Findany' for inclusion (include_path='.:') in /Users/.../agb1.php on line 79
Hinzufügen will ich noch, dass es unter MacOS 10.3.9 funktioniert.
Ich weiß dass CDML kaum noch Support bekommt, aber vielleicht kann mir doch wer helfen dass es auch unter Leopard funktioniert. Noch muss ich damit arbeiten.




