file_get_contents fejler på nyt webhotel
Hejsa.Jeg har et system, som er installeret på nyt webhotel (www.clichehosting.com), og hvor jeg får denne fejl, når jeg kører et Cronjob-script.
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /home/
Warning: file_get_contents(http://www.laerkereden.org/booking/cronjob.php?kode=12ab98cd) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /home
Koden er bl.a.:
file_get_contents('http://'.$row['urlsti'].'/backups/autobackup.php?kode=1234');
Er det webhotellet, som ikke understøtter denne funktion?
phpinfo() findes her: http://php.cliche.dk
