cron file_get_contents () hatası

0 Cevap php

I file_get_contents() kullanan bir php dosyası var

Bu tarayıcıda çalışıyor, ama bir cron işi olarak çalıştırdığınızda, aşağıdaki hata ile başarısız olur:

Warning: file_get_contents(): URL file-access is disabled in the server configuration in /path/to/the/phpfile.php on line 22

Bu ben kullanıyorum budur:

/usr/bin/php5 -q /path/to/the/phpfile.php

Iv'e zaten allow_url_fopen = true php.ini içinde ama bu herhangi bir etkisi görünmüyor.

Her şeyi ama tarayıcıda mükemmel çalışıyor. Bu nasıl tespit edilebilir?

0 Cevap