Closed mautz-et-tong closed 6 years ago
Where exactly does the error message appear? I can't really find it anywhere. However, it makes sense that something is wrong because the template is not in the adminhtml folder.
The error appears, if you click edit in an order in the backend. Error: `1 exception(s): Exception #0 (Magento\Framework\Exception\ValidatorException): Invalid template file: 'form/base.phtml' in module: 'Payone_Core' block's name: 'payone_obt_ideal'
Exception #0 (Magento\Framework\Exception\ValidatorException): Invalid template file: 'form/base.phtml' in module: 'Payone_Core' block's name: 'payone_obt_ideal'
I have seen the new release 2.2 from yesterday, will test it and report back.
I can confirm: still not fixed in v2.2.0. In Backend, go to sales->orders. Select an order by clicking View in the grid. In the view with the selected order press edit, click ok in the PopUp
Maybe this is related? #160
Yes, I think #160 is the same issue, I closed it in favor of this issue.
I was able to reproduce it and we'll get it fixed.
Went for the simple solution and added a slightly adapted copy of base.phtml to the directory. Made a little tweak for the instruction text.
@fjbender in which release will this be included and when can we expect this release? Thank you for the fix.
@AykutCevik We're aiming to have a release next week.
Magento 2.2.2 Payone_Core v2.1.0
When trying to edit an order in the backend, the following error appears: Invalid template file: 'form/base.phtml' in module: 'Payone_Core' block's name: 'payone_obt_ideal'
The form/base.phml is in the frontend template folder.
(Stupid Quick Fix: cp base.phtml to view/adminhtml/templates/form/base.phtml)