I've installed Drupal 8, I've created a PHP file to read a XML file and insert some items, but I'm getting this error.
Fatal error: Uncaught Error: Class 'Drupal\node\Entity\Node' not found in C:\xampp\htdocs\drupal8\migracion.php:12 Stack trace: #0 {main} thrown in C:\xampp\htdocs\drupal8\migracion.php on line 12
I used migrate module to convert my site from Drupal 7 to Drupal 8.9.x. The content types and contents got migrated correctly. However when I try to create a view using a specific content type, I am unable to see the fields. Explaining the steps i followed: