HTTP request status
am 30.04.2018 - 23:32 Uhr in
Hi @ all
ich habe Drupal 7.59 auf meinen neuen Server installiert bit dem Theme Blue Master
jetzt bekomme im Status Report immer eine Meldung
:
HTTP request status Fails
Your system or network configuration does not allow Drupal to access web pages, resulting in reduced functionality. This could be due to your webserver configuration or PHP settings, and should be resolved in order to download information about available updates, fetch aggregator feeds, sign in via OpenID, or use other network-dependent services. If you are certain that Drupal can access web pages but you are still seeing this message, you may add $conf['drupal_http_request_fails'] = FALSE; to the bottom of your settings.php file.
ich habe auch in der settings.php die erwünsche Zeile eingefügz
nix passiert
ich habe einen Strato virtuelle Server mit Ubuntu 16. PHP 7.0.28
ich bin jetzt völlig ratlos wie ich diese Meldung weg bekomme
kann jemand dabei helfen was ich tun soll?
Grüße aus Mannheim Mike
- Anmelden oder Registrieren um Kommentare zu schreiben
In der php.ini gibt es die
am 01.05.2018 - 09:20 Uhr
In der php.ini gibt es die Variable "allow_url_fopen". Die solltest Du auf "On" setzen.
allow_url_fopen = On
.
Werner
drupal-training.de
Moderator und Drupal Trainer
* - - - - - - - - - - - - - - - - - - - - - - - - - - - *
wla schriebIn der php.ini
am 01.05.2018 - 23:37 Uhr
In der php.ini gibt es die Variable "allow_url_fopen". Die solltest Du auf "On" setzen.
allow_url_fopen = On
Hi Werner
das steht auf "on" habe da nix ändern müssen.
Kopie der php.ini
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-fopen
allow_url_fopen = On
; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
; http://php.net/allow-url-include
allow_url_include = Off
Gruß Mike
Lösungen gibt's
am 02.05.2018 - 08:25 Uhr
Lösungen gibt's hier
https://www.drupal.org/node/588186
https://drupal-tv.de
Drupal sehen und lernen
dinmikkith schrieb Lösungen
am 02.05.2018 - 08:53 Uhr
Lösungen gibt's hier
https://www.drupal.org/node/588186
habe das auch schon im Vorfeld gelesen bevor ich hier poste
und habe alles gemacht selbst das include auf "on" gestellt
habe nur die php.ini wieder ins original zurück gesetzt, weil es nix gebracht hatte