Error in the tutorial

Hello dear forum members,

I am working on a windows system with the XAMPP. I started working on Project II: Getting Started. I was also able to create an Acme.Blog with
./flow kickstart:package Acme.Blog

However, when I call

find .\Acme.Blog\

I get the error message: “false parameters”. Then I had the post with me

./flow kickstart:actioncontroller --generate-actions --generate-related Acme.Blog Post

created. However, calling

http://dev.tutorial.local/acme.blog/post

in the browser produces a very, very long PHP fatal error; it starts with:
Fatal error: Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found and a lot of more messages …

Thank you for hints.

LG mark

ahh now i get what you mean with

it is indeed part of the tutorial: Kickstart — Flow Framework 8.1.x documentation

but just an optional step (as a demo to show all new files created)
you dont need to do that :wink: (this is a unix command)

did you do already a ./flow doctrine:migrate ?

So when I call the following page

dev.tutorial.local/acme.blog/post

I get a very long PHP error.

Fatal error : Uncaught PDOException: SQLSTATE[42S02]: Base table or view not found: …

Somehow there is a search for tables that he cannot find. I created the post like this::

./flow kickstart:actioncontroller --generate-actions --generate-related Acme.Blog Post

I just want to work through the tutorial…
… and I use Windows/XAMPP

Thank you for any assistance

Found the bug. And it was in the file:
tutorial\Packages\Application\Acme.Blog\Classes\Domain\Model\Blog.php
lots of variables misspelled. That shouldn’t really be the case, since this file was generated automatically. After correcting all these errors I was able to call this page:
http://dev.tutorial.local/acme.blog/post
access and use without errors.

Thank you for your understanding.

@kostmann could you please mark the topics resolved once they are? This will render a checkmark in the list of topics and make it easier to find open questions