[TYPO3-mvc] BE Module: Sorry, the requested view was not found.

Sebastian Schreiber me at schreibersebastian.de
Wed Sep 19 21:22:47 CEST 2012


did you insert the typoscript.

Am 19.09.2012 21:11, schrieb Stephen Bungert:
> I'm trying to make a backend module, but it can't find the templates.
>
> Here is my ext_tables.php
>
> ===
>
> ...
>
> ### Add Module ###
> ### ---------- ###
>
> if (TYPO3_MODE === 'BE') {
>
> /**
>  * Registers a Backend Module
>  */
> Tx_Extbase_Utility_Extension::registerModule(
>  $_EXTKEY,
>  'web',  // Make module a submodule of 'web'
>  'sbp2beimport', // Submodule key
>  '',      // Position
>  array(
>   'Import' => 'import',
>  ),
>  array(
>   'access' => 'user,group',
>   'icon'   => 'EXT:' . $_EXTKEY . '/ext_icon.gif',
>   'labels' => 'LLL:EXT:' . $_EXTKEY . 
> '/Resources/Private/Language/locallang_sbp2beimport.xml',
>  )
> );
>
> }
>
> ...
>
> ===
>
> I have an import controller and I have the following html files:
>
> Resources/Private/Backend/
> => Layouts
> ====>Default.html
> => Templates
> ====>Import
> ======>Import.html
>
> What could be stopping the view files from being found?
>
> hanks for any help.
>
> Stephen.
> _______________________________________________
> TYPO3-project-typo3v4mvc mailing list
> TYPO3-project-typo3v4mvc at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-typo3v4mvc


-- 
Sebastian Schreiber
(Medieninformatiker B.Sc.)
(TYPO3 Certified Integrator)

Schanzenstraße 27, Schlosserei 4
D-51063 Köln

T  0221 677 88 541
M  0176 431 05 790

Skype schreibersebastian.de

me at schreibersebastian.de
www.schreibersebastian.de

Steuernummer: 217 / 5269 / 4675



More information about the TYPO3-project-typo3v4mvc mailing list