PHP Fatal error: Uncaught Error: Class not found

后端 未结 1 1898
抹茶落季
抹茶落季 2021-01-28 01:49

I am trying to go trough tutorial of doctrine here is official website. And I got an error in Starting with the Product Entity part.

This is what I write to terminal: <

相关标签:
1条回答
  • 2021-01-28 02:13

    Solved with adding:

    require_once 'patch_to_your_class/Product.php';
    

    to create_product.php.

    0 讨论(0)
提交回复
热议问题