When I create an Orange child theme (from the admin) I get a 500 server error. The system logs have these errors:
2024-07-11 01:33:14 Error: Call to a member function getDirName() on null
in /chroot/home/ab76bde6/xxxxxxxxxxx/html/order/extensions/babel/notfound/Extension.php:60
2024-07-11 01:33:14 Error: Cannot instantiate abstract class Igniter\Flame\Currency\Models\Currency
in /chroot/home/ab76bde6/xxxxxxxxxxx/html/order/vendor/tastyigniter/flame/src/Currency/Currency.php:295
Symfony\Component\ErrorHandler\Error\FatalError: Uncaught Error: Cannot instantiate abstract class Igniter\Flame\Currency\Models\Currency
in /chroot/home/ab76bde6/xxxxxxxxxxx/html/order/vendor/tastyigniter/flame/src/Currency/Currency.php:295
When browsing the themes folder I see a new folder called tastyigniter-orange-xxx and inside there is a folder called _partials and inside that is only one folder payregister
Database has a new entry in the themes table and theme is set is settings table
I’m new to this platform and not sure how the child theme works to troubleshoot this further. Any help would be appreciated.