I have D7 production website, which I intend to upgrade to D8. My current server has nginx as reverse proxy server in front of apache and running it with fast_cgi. My D7 website works fine. But D8 is adding index.php in url. For example mysite.com/index.php/contact.
I have checked alone with apache, D8 works fine. But if I enable nginx it starts adding index.php in url. Nginx requests for index.php but somehow D7 is capable of remove that index.php from url and D8 is not.
My C#.NET WPF application running Drupal 8 backend is serving 3 different departments as clients. Each of my content type structure is referencing a content type Department. Every user in the system belongs to a single Department. I am using the JSON API to get data to and from my Drupal 8 Backend.
I am getting this error after updating from Drupal 8.8.4 to 8.8.5. - Windos 10 WampServer Localhost
Additional uncaught exception thrown while handling exception.
Original
Drupal\Core\Extension\InfoParserException: The 'core' or the 'core_version_requirement' key must be present in profiles/core/modules/path_alias/path_alias.info.yml in Drupal\Core\Extension\InfoParserDynamic->parse() (line 73 of C:\wamp64\www\.....\core\lib\Drupal\Core\Extension\InfoParserDynamic.php).
Is there a method to map roles defined in Drupal and roles defined in WSO2? So, is there a method to create on-fly ad user account on WSO2 server when someone want to register to my Drupal website?