The default controller for extension and plugin can not be determined ERROR in TYPO3
问题 I built an extension and I would like to add plugin options at the time of adding the plugin to the page Extension Name : hotels in Hotel model , <?php class Hotel{ ... get set methods ... } ?> in HotelController.php <?php namespace TYPO3\Hotels\Controller; class HotelController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionController{ public function listAction(){ // $this->view->assign('result', array('test' => 'hello, u r in list')); } } ?> in ext_localconf.php \TYPO3\CMS\Extbase\Utility