「Events」という拡張機能ビルダーを使用して拡張機能を作成しました。また、フロントエンド プラグインを作成しました。作成されたモデルには、属性eventDate
とがありますeventtitle
。コントローラーには次のアクションがあります。Show, List, and New.
このプラグインをページに追加しました。しかし、それは機能していないようです。
でエラーが表示されます: $events = $this->eventRepository->findAll();
でEventController
。
PHP ログには、次のエラーが表示されます。Fatal error: Call to a member function findAll() on a non-object in ../typo3conf/ext/event/Classes/Controller/EventController.php on line 44
Apache ログには、次のエラーが表示されます。
Thu May 09 19:19:26 2013] [error] [client ::1] PHP 30. TYPO3\\Event\\Controller\\EventController->listAction() /home/Public/Project/typo3/typo3_src-6.1.0/typo3/sysext/extbase/Classes/Mvc/Controller/ActionController.php:277, referer: http://localhost/Project/typo3/typo3/mod.php?M=web_ViewpageView&id=74
この問題を解決するにはどうすればよいですか?