I want to install a Drupal 8 site with Composer. I have read that the drupal directory is now in a folder named /web and I must point the Virtualhost to this place.
I am trying to move a Drupal site to another server. I have installed a fresh instance of Drupal, restored a database backup into the new db, replaced the sites folder with a backup of sites for the original location and edited settings.php to point to the new database.
When I try and access the restored site I get this message:
PDOException: SQLSTATE[28000] [1045] Access denied for user 'aaaa-dr90'@'10.0.1.38' (using password: YES) in lock_may_be_available() (line 167 of /home/sites/xxxx.org/public_html/yyyyy/dr845/includes/lock.inc).
I am new to drupal and was wondering and need some input on how to embed data and preview from another site into my drupal 7 site. The 3rd party doesn't have an api and the content doesn't need to be searchable on my site. I am working on a property site and would like to show content from my listings on my site. mayme an iframe not sure what's the best way.
Hi. This is a long post, I apologize in advance. I've spent many hours the past few weeks trying to get this working.
I work in IT for the Metropolitan Library System in Oklahoma City. A problem was recently brought to us by our webmaster for assistance after she spent many hours trying to troubleshoot the issue.
I have a working installation that I tried to clone via git and composer. I have done it successfully before (install an empty Drupal site with composer, store result in git and use git, "Config_installer" and composer to clone the environment). I have now added a number of modules to the installation and try to do the same.
But when, after the "composer install" step, go to the installation page (.../core/install.php) and try to finalize the installation, during the step "Install configuration", I get the following error:
I installed Drupal 8.3.7 standard distribution anew (again with installation errors), as text which I entered into the body section for content type "basic page" was not displayed. Also the WYSIWYG editor was not shown, more specifically, there was just the field to enter text but no formatting tools.