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:
I have a news page with filter where user can choose news by category, month and year. By default user can see all newses.
After upgrading to 8.9.13 i got an error: InvalidArgumentException: The timestamp must be numeric. in Drupal\Component\Datetime\DateTimePlus::createFromTimestamp() (line 201 of core/lib/Drupal/Component/Datetime/DateTimePlus.php).