Skip to main content
142
results
Andrew Fletcher
While the Drupal site has a great outline of the steps to follow, I found we needed to tweak so the update would work for us.  I found the update process from 8.7.10 to 8.8.0 that worked on our sites was as follows Starting with ssh composer update # To update any dependencies Transfer the Drupal 8.8.0 tar gz file Either using command line or FTP, transfer drupal-8.8.0.tar.gz to your respective directory. Back to ssh unpack the the drupal-8.8.0.tar.gz - see our update...
Andrew Fletcher
First transfer the drupal-8.8.x.tar.gz file to your directory Via your ssh...
Andrew Fletcher
To add Erlang repository that also includes the public key for verifying signed...
Andrew Fletcher
While I have posted an article about how to POST an image using REST in Drupal...
Andrew Fletcher
In Drupal 8.x hiding the subject line is a quick task. In the admin area of your...
Andrew Fletcher
You have been working hard on getting comments being added (POST) through REST in Drupal 8.  However, now you are seeing the following Assigning the wrong user against a new comment - and most likely the new comment is being assigned to the site admin.   The error here is related to the _embedded uuid. What to do You need to check that you have the correct uuid for both the entity_id and the uid entity_id -...
Andrew Fletcher
For others that have spent countless hours getting this to work and are...