Deutsches Support Forum
Hi,
i have this error :
Warning: file_get_contents(http://maps.google.com/maps/geo?&q=Victor%20Broizar%20118%2069720%20saint%20laurent%20de%20mure%20%20FR&output=csv&key=ABQIAAAAqJ8K98f3H_0sGnvNRm-bLRTaMUNWNtsbu5J8qGE99urR1ClkvxQkgFgQAfKRn0sIlDhxMWVRVbZYOg) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /homez.183/formatioz/www/components/com_misterestate/includes/GMapAPI.class.php on line 1345
line 1345 :
1342 function fetchURL($url)
1343 {
1344 if(ini_get('allow_url_fopen') || strtolower(ini_get('allow_url_fopen'))=="on")
1345 {
1346 $file_contents = file_get_contents($url);
1347 }
How can i resolve that?
Thanks.
i have this error :
Warning: file_get_contents(http://maps.google.com/maps/geo?&q=Victor%20Broizar%20118%2069720%20saint%20laurent%20de%20mure%20%20FR&output=csv&key=ABQIAAAAqJ8K98f3H_0sGnvNRm-bLRTaMUNWNtsbu5J8qGE99urR1ClkvxQkgFgQAfKRn0sIlDhxMWVRVbZYOg) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /homez.183/formatioz/www/components/com_misterestate/includes/GMapAPI.class.php on line 1345
line 1345 :
1342 function fetchURL($url)
1343 {
1344 if(ini_get('allow_url_fopen') || strtolower(ini_get('allow_url_fopen'))=="on")
1345 {
1346 $file_contents = file_get_contents($url);
1347 }
How can i resolve that?
Thanks.
08.01.2010 11:48
Hi,
please enable eighter "file_get_contents" at php.ini or CURL-support for your php-installtion.
best regards
please enable eighter "file_get_contents" at php.ini or CURL-support for your php-installtion.
best regards
11.01.2010 22:42



