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 - 13: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 (2188)
am 15.11.2018 - 08: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

  • für drupal11 ein Slider Modul
  • [gelöst] W3CSS Paragraphs Views
  • Drupal 11 neu aufsetzen und Bereiche aus 10 importieren
  • Wie erlaubt man neuen Benutzern auf die Resetseite zugreifen zu dürfen.
  • [gelöst] Anzeigeformat Text mit Bild in einem Artikel, Drupal 11
  • Social Media Buttons um Insteragram erweitern
  • Nach Installation der neuesten D10-Version kein Zugriff auf Website
  • Composer nach Umzug
  • [gelöst] Taxonomie Begriffe zeigt nicht alle Nodes an
  • Drupal 11 + Experience Builder (Canvas) + Layout Builder
  • Welche KI verwendet ihr?
  • Update Manger läst sich nicht Installieren
Weiter

Neue Kommentare

  • melde mich mal wieder, da ich
    vor 1 Tag 4 Stunden
  • Hey danke
    vor 1 Tag 22 Stunden
  • Update: jetzt gibt's ein
    vor 2 Tagen 17 Stunden
  • Hallo, im Prinzip habe ich
    vor 1 Woche 2 Stunden
  • Da scheint die Terminologie
    vor 1 Woche 5 Stunden
  • Kannst doch auch alles direkt
    vor 1 Woche 4 Tagen
  • In der entsprechenden View
    vor 1 Woche 4 Tagen
  • Dazu müsstest Du vermutlich
    vor 1 Woche 4 Tagen
  • gelöst
    vor 4 Wochen 1 Tag
  • Ja natürlich. Dass ist etwas,
    vor 4 Wochen 1 Tag

Statistik

Beiträge im Forum: 250233
Registrierte User: 20449

Neue User:

  • Mroppoofpaync
  • 4aficiona2
  • AppBuilder

» Alle User anzeigen

User nach Punkten sortiert:
wla9461
stBorchert6003
quiptime4972
Tobias Bähr4019
bv3924
ronald3857
md3717
Thoor3678
Alexander Langer3416
Exterior2903
» User nach Punkten
Zur Zeit sind 0 User und 18 Gäste online.

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