Schau in der PackageStates.php unter "extbase" und "fluid", das muss
auf state: active gesetzt sein. Da wurde zu viel deaktiviert.

        'extbase' => [
            'manifestPath' => '',
            'composerName' => 'typo3/cms-extbase',
            'state' => 'active',
            'packagePath' => 'typo3/sysext/extbase/',
            'classesPath' => 'Classes/',
            'suggestions' => [],
        ],
        'fluid' => [
            'manifestPath' => '',
            'composerName' => 'typo3/cms-fluid',
            'state' => 'active',
            'packagePath' => 'typo3/sysext/fluid/',
            'classesPath' => 'Classes/',
            'suggestions' => [],
        ],



LG Andrea

Am 16.03.2017 um 14:00 schrieb Jürgen Einöder:
> Liebe Liste
> 
> Ich habe eine ältere TYPO3-Installation (4.7.20), die auf 7.6.16 upgedated 
> werden soll. Dazu muss laut Anleitungen die Installation zuerst auf 6.2 
> gebracht werden.
> 
> Dazu habe ich sämtliche Extensions, die keine Systemextensions sind, 
> deaktiviert. Referenz-Index gecheckt und upgedated, alle Caches (unter 
> typo3temp und in typo3conf) gelöscht und Cache-Tabellen geleert. Wenn ich 
> dann die TYPO3-Sourcen von 6.2.30 einspiele, sehe ich in der Adressleiste die 
> Adresse t3_20170314/typo3/sysext/install/Start/Install.php (soweit wie 
> gewohnt).
> 
> Ich kriege jedoch folgende Fehlermeldung:
> 
> Uncaught TYPO3 Exception
> #1365429656: TYPO3 Fatal Error: Extension key "extbase" is NOT loaded! (More 
> information)
> 
> BadFunctionCallException thrown in file
> /t3_20170314/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php 
> in line 122.
> 
> 3 TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath("extbase")
> 
>   /t3_20170314/typo3/sysext/install/Classes/Controller/AbstractController.php:
>   00415:   }
>   00416: 
>   00417:   
> require(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('extbase')
>  . 'ext_localconf.php');
>   00418:   
> require(\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('fluid') 
> . 'ext_localconf.php');
>   00419: 
> 
> 
> 2 TYPO3\CMS\Install\Controller\AbstractController::loadBaseExtensions()
> 
>   /t3_20170314/typo3/sysext/install/Classes/Controller/StepController.php:
>   00043:   */
>   00044:  public function execute() {
>   00045:   $this->loadBaseExtensions();
>   00046:   $this->initializeObjectManager();
>   00047: 
> 
> 
> 1 TYPO3\CMS\Install\Controller\StepController::execute()
> 
>   /t3_20170314/typo3/sysext/install/Start/Install.php:
>   00117:  }
>   00118: }
>   00119: 
> \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance($controllerClassName)->execute();
>  
> 
> Die Extension ist da, die Rechte sollten auch stimmen. PHP-Version und 
> MySQL-Version passen auch, andere Installationen laufen problemlos.
> 
> Wenn ich dann wieder die ursprünglichen Sourcen drüberspiele (4.7.20), 
> funktioniert wieder alles ganz normal. Recherchen haben bis jetzt leider 
> nichts ergeben.
> 
> 
> Falls das wichtig ist: Ich habe auf meinem Testserver keinen virtuellen Host 
> oder sonstiges angelegt, das läuft einfach in einem Unterordner. Bisher hatte 
> ich solche Probleme noch nicht.
> 
> Kann mir jemand weiterhelfen?
> 
> Danke und liebe Grüsse
> Jürgen Einöder
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german@lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
> 
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an