You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the following PHP warning when I upgrade sites from Drupal 7:
Warning: Invalid argument supplied for foreach() in system_get_date_formats() (line 3911 of system.module
I know this isn't an issue because if you push past it and complete the upgrade everything then works fine, but it would be nice if we could avoid any kind of scary warnings during the upgrade process, which can be stressful enough :)
Steps To Reproduce
To reproduce the behavior:
Load in Drupal 7 database
Visit core/update.php
Error appears on this page
Additional information
Add any other information that could help, such as:
Backdrop CMS version: 1.20.1
Web server and its version:
Operating System and its version:
Browser(s) and their versions:
The text was updated successfully, but these errors were encountered:
Description of the bug
I'm seeing the following PHP warning when I upgrade sites from Drupal 7:
I know this isn't an issue because if you push past it and complete the upgrade everything then works fine, but it would be nice if we could avoid any kind of scary warnings during the upgrade process, which can be stressful enough :)
Steps To Reproduce
To reproduce the behavior:
core/update.php
Additional information
Add any other information that could help, such as:
The text was updated successfully, but these errors were encountered: