Hello,
We have this errors repeated every time a user visits a form:
The function include_once() (civicrm.settings.php:549) called deprecated function variable_get(). It will be removed in the next major release of Backdrop.
The function _webform2pdf_init_tcpdf() (webform2pdf.theme.inc:31) called deprecated function variable_get(). It will be removed in the next major release of Backdrop
I will appreciate any advice.
Thanks!
Andrés
There's a new release of Web2PDF that should address that part of the problem.
For the CiviCRM error, the conditional call to check the existence of variable_get is unnecessary because clean_url is in system.core from the outset in Backdrop. So you can just remove that check from your civicrm.settings.php file, i.e., change the code I quoted above to