Kompatibilitätsprobleme zu PHP 7.2 einiger Module
am 14.11.2018 - 13:45 Uhr in
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:
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:
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?
- Anmelden oder Registrieren um Kommentare zu schreiben
Finde eher erstaunlich, dass
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.
LG Regina Oswald
-------------------------
Montviso - Internetdienstleistungen
http://www.montviso.de