I am Using wampstack-7.3.11-0 and trying to install "drupal bitnami-drupal-8.6.7-0-module-windows-installer" In last it shows error => "Problem Running post-install step. Installation may not completely correctly Error Getting Url http://localhost:81/drupal/cor/install.php?profile=standard&languagecode..." . after that I clicked finish and automatically redirected to admin page asking for user name and password.
I cannot finish installing drupal-8. I have tried to delete the whole drupal folder and started again but i am facing the same problem. Please help solve that
I'm trying to install Drupal 8 on my web server and as I'm going through the install process, I ran into the following error within the Requirements portion of the install saying that PHP Extensions need to be enabled for dom, SimpleXML, xml.
Not really sure how to go about enabling this, any insight or direction would be appreciated. (If it helps, the web server is running Apache/2.4.29 and the version of PHP is 7.2.24)
New to Drupal but need to test a few things locally with Docker. We have a existing site with Drupal 7 so therefore I am using the older version.
I have an existing reverse proxy (jwilder/nginx-proxy:alpine) with let's encrypt companion (jrcs/letsencrypt-nginx-proxy-companion) where I host many other sites without any issues.
I am experiencing serious trouble with my site. After a failed update and failed recovery attempts, I have been seeing various core errors (according to which attempt, they were different, but all were related somehow to core, if I interpret the error message correctly).
The current error is: ""Fatal error: Interface 'Drupal\Component\Plugin\Discovery\DiscoveryInterface' not found in /web/htdocs/www.mysite.org/home/core/lib/Drupal/Component/Plugin/PluginManagerInterface.php on line 28"
This uses something called drupal-composer/drupal-project to set up a new Drupal 8 website with all required libraries – and some libraries that are not required on a production site.