I moved (SCP) my Drupal 8 from an Apache Server to an Nginx Server. On the Apache Server Drupal was installed in /webroot/drupal/. On the Nginx Server it is installed in /webroot. The problem I have, that Drupal is still searching the sites in /drupal/blabla like the old configuration was. So how or where can I change the url to the webroot? Thank you for some help. Tom
I need to migrate all the user detail including password, order history, billing address from WordPress to Drupal commerce. I am not sure how to start it. Can anyone please help me to the right direction?
I have a set of HTML help systems, created in Madcap Flare (basically mini websites - with html pages, images, css & javascript & xml support files, all in different folders, living on a web server - example) and I want to control user access to these sites via Drupal.
I’m in a migration process from my Drupal 7 to Drupal 8 and wondering how I can transfer my module_invoke logic. I use module_invoke to call functions from module to module but I guess module_invoke is no longer available in that way for Drupal 8, right?
Do you have any ideas how I can use a similar way to call functions inside modules in Drupal 8?