I am setting up a dev server with apache, MySQL, and PHP and I installed drupal successfully.
Now I am trying to install this custom theme [https://github.com/openeuropa/oe_theme] but I have some problems. I installed global composer and local drush into my drupal site.
As the instructions say I did :
composer require openeuropa/oe_theme./vendor/bin/drush en oe_theme_helper- I also inserted this patch (https://www.drupal.org/files/issues/474684-151.patch) inside drupal's composer.json
./vendor/bin/drush config-set system.theme default oe_theme
I run drush:rebuild after the theme changed of course ...
From command I run drush status and I see default theme: oe_theme but in the site, it looks like is not installed
There is also an error saying that Drupal\Core\ExtensionUnknownException: The oe_theme does not exist or not installed ...
Of course, if I try to add content I get The website encountered an unexpected error. Please try again later.
Server: Apache (RHEL 7) MySQL 8 PHP 7.3 Drupal 8.9
It's my first time working with these tools and I don't know what I'm doing wrong.
If anyone has installed this theme before or just could help me figure this out I would be grateful.
Thank you !!