Page 1 of 1

[gelößt] 1und1 file-access is disabled

Posted: Sat Sep 04, 2010 11:04 am
by owagott
Hallo zusammen,

Der Fehler ist, in phpinfo steht

allow_url_fopen Off

Code: Select all

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /homepages/41/d24356052/htdocs/modules/SimpleGoogleMap/lib/GoogleMapAPI-2.4/GoogleMapAPI.class.php on line 1380

Warning: file_get_contents(http://maps.google.com/maps/geo?&q=Nordring%2021%2C%2076829%20Landau%20in%20der%20Pfalz%3F&output=csv&key=ABQIAAAARAEW_DkcTs1G5jz1EHXwSRTdoMt3fwYnk1ca5UG5U2gRIFLeQBT0NRq9siTtcic9fXUZMMfcQvwI6g) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /homepages/41/d24356052/htdocs/modules/SimpleGoogleMap/lib/GoogleMapAPI-2.4/GoogleMapAPI.class.php on line 1380
gefunden habe ich die Lösung über Google
http://www.linkr.de/2009/02/09/typo3-auf-11-server-mit-php-5/

es muss in Hauptverzeichnis eine Datei mit dem Namen php.ini erstellt werden und mit dem Inhalt
allow_url_fopen = on


das war

Gruß

Re: [gelößt] 1und1 file-access is disabled

Posted: Sun Sep 05, 2010 4:26 pm
by cyberman
Danke für die Info!