PHP dosyası URL getirileri ile içeriği yetmezliği getaddrinfo olsun

0 Cevap php

Ben harici bir PHP dosyası (ön-işlenmiş) içerik almak için çalışıyorum:

file_get_contents('http://www.example.org/myfile.php');

Bunu yaparken, ben bir hata alıyorum:

Uyarı: file_get_contents () [function.file-get-içindekiler]: php_network_getaddresses: başarısız Getaddrinfo: nodename ne servname hat 13 / Applications / XAMPP / xamppfiles / htdocs / ...localfile.php bilinen sağlanan, ya da değil,

Ve:

Uyarı: file_get_contents (http://www.example.org/myfile.php) [function.file-get-içindekiler]: failed to open stream: php_network_getaddresses: başarısız getaddrinfo: nodename ne servname / Applications bilinen sağlanan, ya da değil / hat 13 üzerinde XAMPP / xamppfiles / htdocs / ... / localfile.php

Ne herhangi bir fikir yapabilirdi?

Şimdiden teşekkürler!

EDIT: Ben allow_url_fopen "On" olarak belirledik yok.

0 Cevap