After reading thousands of posts in the issue queue I'm about to drink the poison and learn how to install and update Drupal with composer. I already had composer installed on my Windows 10 machine so I updated it then started reading instructions and trying to install 8.6.2 (at this writing the latest version).
In my Windows command box I went through various permutations such as:
I tried to upgrade from Drupal 8.5.7 to Drupal 8.6.2 and I have this issue:
RuntimeException: Unable to determine class for field type 'text_with_summary' found in the 'field.storage.node.body' configuration in Drupal\field\FieldStorageConfigStorage->mapFromStorageRecords() (line 160 of core/modules/field/src/FieldStorageConfigStorage.php).
I can do update.php. Nothing I have this error. I don't have Drush.
Looks like archive-dump is no longer supported, and ups(pm-updatestatus) is deprecated. What is the correct procedure for updating with Drush now? Is it possible to update the docs?
My cache_page table entries keep getting deleted when loading new pages. It usually saves only record and the record is either deleted or replaced by another record.
The problem is now the pages are very slow. I don't know what I might have done in my installation, but I have no clue where exactly I should be looking.
I used a representative node of authored on and then added the field of the book image. But this only partly works as if a different piece of content has been added by the user then the image is blank. I have tried filtering by Content type but this doesn't work either.