Startseite
  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche
Startseite › Forum › Drupalcenter.de › Allgemeines zu Drupal ›

Kompatibilitätsprobleme zu PHP 7.2 einiger Module

Eingetragen von pyretta (171)
am 14.11.2018 - 14:45 Uhr in
  • Allgemeines zu Drupal
  • Drupal 7.x oder neuer

Hallo,

für den Fall, dass noch jemand ähnliche Probleme hatte wie ich, nach der Umstellung von PHP 5.6 auf PHP 7.2 und ähnliche Fehlermeldungen errhält wie ich grade.

Konfiguration: Ich nutze aktuell Drupal 7.61 unter PHP 7.2.11 und MySQL 5.6.36-82.0.

Folgende Fehlermeldungen traten auf:

Zitat:

Warning: Invalid argument supplied for foreach() in views_theme() (Zeile 155 von /drupal/sites/all/modules/views/views.module).
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in admin_menu_merge_tree() (Zeile 207 von /drupal/sites/all/modules/admin_menu/admin_menu.inc).

Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load() (Zeile 1545 von /drupal/sites/all/modules/antispam/antispam.module).
Warning: syslog() has been disabled for security reasons in syslog_watchdog() (Zeile 118 von /drupal/modules/syslog/syslog.module).

Außerdem wurden plötzlich folgende Module vermisst, die aber installiert und aktiviert sind:

Zitat:

User warning: The following module is missing from the file system: ckeditor. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: coder. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: coder_review. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: dexp_layout. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: dexp_portfolio_masonry. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: shortcode_video. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: shortcode_wysiwyg. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
Warning: Invalid argument supplied for foreach() in views_theme() (Zeile 155 von /drupal/sites/all/modules/views/views.module).
User warning: The following module is missing from the file system: ckeditor. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: coder. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: coder_review. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: dexp_layout. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: dexp_portfolio_masonry. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: shortcode_video. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).
User warning: The following module is missing from the file system: shortcode_wysiwyg. For information about how to fix this, see the documentation page. in _drupal_trigger_error_with_delayed_logging() (Zeile 1143 von /drupal/includes/bootstrap.inc).

Meine Lösungen bis jetzt:

  • Das Problem der angeblich vermissten Module konnte ich mit "module_missing_message_fixer" lösen
  • Fehlermeldung "Warning: count(): Parameter must be an array or an object that implements Countable in antispam_user_load()": Folgender Patch löste das Problem: https://www.drupal.org/project/antispam/issues/2957097#comment-12549964
  • Fehlermeldung "Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in admin_menu_merge_tree() (Zeile 207 von /drupal/sites/all/modules/admin_menu/admin_menu.inc).": Folgender Patch hat geholfen: https://www.drupal.org/project/admin_menu/issues/2929025
  • Fehlermeldung "Warning: Invalid argument supplied for foreach() in views_theme() (Zeile 155 von /drupal/sites/all/modules/views/views.module)." - Modul "statspro" deaktiviert. (https://www.drupal.org/project/statspro/issues/2737881)
  • Fehlermeldung "Warning: syslog() has been disabled for security reasons in syslog_watchdog() (Zeile 118 von /drupal/modules/syslog/syslog.module)." - Modul "syslog" deaktiviert. (https://www.drupal.org/forum/support/post-installation/2008-10-03/openlo...)

Was immernoch schief läuft bzw. was ich noch nicht lösen konnte:

  • Wenn ich nach Aktualisierungen meiner Themes schauen möchte, erhalte ich folgende Fehlermeldung: "Fehler beim Prüfen von Daten über verfügbare Aktualisierungen für 2 Projekte."

Vielleicht habt ihr ja eine Idee, was noch helfen könnte?

‹ Aggregation Module sieht anders aus als in Tutorials Kompatibilitätsprobleme zu PHP 7.2 einiger Module ›
  • Anmelden oder Registrieren um Kommentare zu schreiben

Finde eher erstaunlich, dass

Eingetragen von montviso (2189)
am 15.11.2018 - 09:06 Uhr

Finde eher erstaunlich, dass Du alles unter 7.2 zum Laufen gebracht hast. ;-)

Diese Meldung kann diverse Ursachen haben.
Evt. nur temporär nicht möglich.
Oder Hoster hat allow_url_fopen auf Off.
Oder Du hast Module / Themes von Drittanbietern, bei denen das tatsächlich nicht überprüft werden kann.
Du kannst ja auch manuell überprüfen unter admin/reports/updates.
Also nicht so kritisch.

  • Anmelden oder Registrieren um Kommentare zu schreiben

Benutzeranmeldung

  • Registrieren
  • Neues Passwort anfordern

Aktive Forenthemen

  • Beim Aufruf einiger Inhalte erhalte ich folgende Fehlermeldung
  • Une plateforme sГ©rieuse qui mГ©rite l'attention!
  • Neuinstallation: vermutlich ein rewrite-Problem
  • Drupal CMS installieren
  • [erledigt]MP3 in Drupal 10 einbinden
  • (gelöst)Drupal 11 installieren
  • Titel ausblenden
  • Ich brauche dringen Hilfe zu Updates oder ggf. wwie geht Composer?
  • Dynamische Ansicht von Seiteninhalt (als Tabelle?)
  • Vergabe von Berechtigungen für bestimmte Rollen; mir fehlt der Haken bzw. das „Veröffentlicht“
  • Medien und andere Daten mit Feeds von Drupal 7 auf Drupal 10 migrieren
  • Rolle erstellen nicht zu finden
Weiter

Neue Kommentare

  • Gefunden
    vor 7 Minuten 59 Sekunden
  • Vielen Dank für die ausführlichen Hinweise...
    vor 3 Tagen 20 Stunden
  • Mögliche Ursachen und nächste Schritte
    vor 4 Tagen 1 Stunde
  • Was für einen Server benutzt
    vor 3 Wochen 1 Stunde
  • Wenn die Subdomain auf
    vor 3 Wochen 2 Tagen
  • ordnerstruktur
    vor 3 Wochen 2 Tagen
  • Die Subdomain muß auf den
    vor 3 Wochen 4 Tagen
  • Verwende doch das Tag dafür,
    vor 6 Wochen 6 Tagen
  • Guckst du hier: step by step
    vor 6 Wochen 6 Tagen
  • Guckst du hier: step by step
    vor 6 Wochen 6 Tagen

Statistik

Beiträge im Forum: 250294
Registrierte User: 20523

Neue User:

  • Cresus Casino
  • fsnet
  • Ramesh Naik Pat...

» Alle User anzeigen

User nach Punkten sortiert:
wla9466
stBorchert6003
quiptime4972
Tobias Bähr4019
bv3924
ronald3857
md3717
Thoor3678
Alexander Langer3416
Exterior2903
» User nach Punkten
Zur Zeit sind 1 Benutzer und 23 Gäste online.

Benutzer online

  • mikeeve

Hauptmenü

  • » Home
  • » Handbuch & FAQ
  • » Forum
  • » Übersetzungsserver
  • » Suche

Quicklinks I

  • Infos
  • Drupal Showcase
  • Installation
  • Update
  • Forum
  • Team
  • Verhaltensregeln

Quicklinks II

  • Drupal Jobs
  • FAQ
  • Drupal-Kochbuch
  • Best Practice - Drupal Sites - Guidelines
  • Drupal How To's

Quicklinks III

  • Tipps & Tricks
  • Drupal Theme System
  • Theme Handbuch
  • Leitfaden zur Entwicklung von Modulen

RSS & Twitter

  • Drupal Planet deutsch
  • RSS Feed News
  • RSS Feed Planet
  • Twitter Drupalcenter
Drupalcenter Team | Impressum & Datenschutz | Kontakt
Angetrieben von Drupal | Drupal is a registered trademark of Dries Buytaert.
Drupal Initiative - Drupal Association