backdrop-contrib / i18n

Collection of modules to extend Backdrop CMS multilingual capabilities
https://backdropcms.org/project/i18n
GNU General Public License v2.0
2 stars 5 forks source link

i18n_variable: backdrop_multilingual() does not exist #49

Closed herbdool closed 3 years ago

herbdool commented 3 years ago

I get a fatal error on updating from d7 where it gets an undefined function backdrop_multilingual() which gets called in hook_init so pretty much all the time. When starting the upgrade i18n_variable is still enabled so we need to ensure this doesn't break things.

indigoxela commented 3 years ago

It seems that the hidden i18n_variable module causes several problems when upgrading.

The function should be: language_multilingual() (was drupal_multilingual() before).

Fix is (hopefully) on the way. See https://github.com/backdrop-contrib/i18n/commit/c466383d5c2063fda1ce5be579be7ef460394b3c

indigoxela commented 3 years ago

Fixed. In the meantime all code from deprecated modules got removed.