Hallo,
beim Versuch, ein page template mit fedext zu bauen bekomme ich die unten 
beschriebenen Fehler.
Hat jemand ähnliche Erfahrungen mit fedext gemacht? Ideen?

Fall 1: ohne eigene Extension
(fedext installiert, BE: 'Edit page', Tab 'Page Template')
- die Auswahllisten für 'Page Template - this page' und 'Page Template - 
subpages' sind leer
- unter 'Page Configuration' steht nur "Def:"
- PHP Warning: class_implements() [function.class-implements]: Class 
Tx_Fed_MVC_View_ExposedStandaloneView does not exist and could not be loaded in 
/Applications/MAMP/typo3_src/typo3/sysext/extbase/Classes/Object/Container/Container.php
 line 259

Mein root-Template schließt folgende statische Templates ein (und nicht mehr):
- css_styled_content
- fluid
- fed
- sysutils

Fall 2: mit eigener Extension
(eigene Erweiterung mit Seiten Templates installiert, statisches Template aus 
der Erweiterung eingeschlossen, BE: 'Edit page', Tab 'Page Template')
- Uncaught TYPO3 Exception:
        #1289386765: Could not analyse 
class:Tx_Fed_MVC_View_ExposedStandaloneView maybe not loaded or no autoloader? 
        Tx_Extbase_Object_Container_Exception_UnknownObjectException thrown in 
file
        /[root 
path]/typo3_src/typo3/sysext/extbase/Classes/Object/Container/ClassInfoFactory.php
 in line 45.
        
- call stack:
15 
Tx_Extbase_Object_Container_ClassInfoFactory::buildClassInfoFromClassName("Tx_Fed_MVC_View_ExposedStandaloneView")
        if (!$this->cache->has($className) || 
!is_object($this->cache->get($className))) {
                $this->cache->set($className, 
$this->classInfoFactory->buildClassInfoFromClassName($className));
        }
14 
Tx_Extbase_Object_Container_Container::getClassInfo("Tx_Fed_MVC_View_ExposedStandaloneView")
        $classInfo = $this->getClassInfo($className);
13 
Tx_Extbase_Object_Container_Container::getInstanceInternal("Tx_Fed_MVC_View_ExposedStandaloneView",
 array)
[...]
10 
Tx_Fed_Configuration_ConfigurationManager::getPageTemplateLabel("informertemplates",
 "Default")
[...]

Die genannte Klasse existiert im Pfad /[root 
path]/typo3_conf/ext/fed/Classes/MVC/View/ExposedStandaloneView/ExposedStandaloneView.php
(class Tx_Fed_MVC_View_ExposedStandaloneView extends 
Tx_Fluid_View_StandaloneView)

installierte Extensions:
- fed 1.4.10
- fluid 1.3.0
- extbase 1.3.0
- sysutils 1.0.2 


Einstellungen für Erweiterung fed:
- Backend Record Controller [-]
- Fluid Content Elements [x]
- Solr Features [ ]
- Frontend Plugins [ ]
- Fluid Content Elements [x]
- INCOMPLETE - Integrated BE Layouts [x]
- Cache Optimization [ ]

Typo3: 4.5.3


Vielen Dank und herzliche Grüße
Dirk


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an