Paypal, and they have no invoices! Anyhow I now doubled my patreon 😉
I can not find the file configuration.xml in the current installation. I think it is only used with new installations...?
I added the changes to the first to files....
[ThirtyBeesException]
Call to undefined method Configuration::getWithDefault()
at line 133 in file controllers/admin/AdminMetaController.php
128. 'title' => $this->l('Emit SEO fields') ,
129. 'hint' => $this->l('Enable this option to include metadata for canonical url, hreflang, and next/prev page'),
130. 'validation' => 'isBool',
131. 'cast' => 'intval',
132. 'type' => 'bool',
133. 'value' => Tools::isSubmit('TB_EMIT_SEO_FIELDS') ? (int)Tools::getValue('TB_EMIT_SEO_FIELDS') : Configuration::getWithDefault('TB_EMIT_SEO_FIELDS', true),
134. 'auto_value' => false,
135. ]
136. ];
137.
138. $urlDescription = '';
AdminMetaControllerCore->__construct - [line 125 - classes/controller/Controller.php] - [2 Arguments]
ControllerCore::getController - [line 829 - classes/Dispatcher.php] - [1 Arguments]
DispatcherCore->dispatch - [line 63 - admin/index.php]