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
import the db from step 2 above into the Backdrop site
open your settings.php file, and change $settings['update_free_access'] = FALSE; to TRUE
run /core/update.php
Actual result
Error:
Warning: Use of undefined constant VIEWS_STORAGE_DEFAULT - assumed 'VIEWS_STORAGE_DEFAULT'
(this will throw an Error in a future version of PHP)
in filter_update_1004() (line 491 of /core/modules/filter/filter.install).
Expected result
No errors.
The text was updated successfully, but these errors were encountered:
I just got this again after sorting #5496. I think I might give this a crack next, to make the D7 upgrades smoother and with as less errors thrown as possible.
This time, it didn't need the Entity Cache module to be installed - I got this during a vanilla D7 -> Backdrop upgrade.
klonos
added a commit
to klonos/backdrop
that referenced
this issue
Feb 4, 2023
This is a follow-up to #5340
Steps to reproduce
$settings['update_free_access'] = FALSE;
toTRUE
/core/update.php
Actual result
Error:
Expected result
No errors.
The text was updated successfully, but these errors were encountered: