Bug #82001
closedUpdate from 4.5.7 linux to 6.2 windows
0%
Description
Hi All,
I did a upgrade from Linux typo3 4.5.7 to 6.2 windows.
I got all these bugs. How can i solve them?
Uncaught TYPO3 Exception
#1382276561: The package "bb_simplecontact" depends on "captcha" which is not present in the system. (More information)
UnexpectedValueException thrown in file
C:\inetpub\wwwroot\typo3\sysext\core\Classes\Package\DependencyResolver.php in line 140.
9 TYPO3\CMS\Core\Package\DependencyResolver::buildDependencyGraphForPackages(array, array)
C:\inetpub\wwwroot\typo3\sysext\core\Classes\Package\DependencyResolver.php:
00238:
00239: $packageKeys = array_keys($packageStateConfiguration);
00240: $dependencyGraph = $this->buildDependencyGraphForPackages($packageStateConfiguration, $packageKeys);
00241: return $dependencyGraph;
00242: }
8 TYPO3\CMS\Core\Package\DependencyResolver::buildDependencyGraph(array)
C:\inetpub\wwwroot\typo3\sysext\core\Classes\Package\DependencyResolver.php:
00050: * A depends on B, C depends on A, B is independent
00051: */
00052: $dependencyGraph = $this->buildDependencyGraph($activePackageStatesConfiguration);
00053:
00054: // Filter extensions with no incoming edge
7 TYPO3\CMS\Core\Package\DependencyResolver::sortPackageStatesConfigurationByDependency(array)
C:\inetpub\wwwroot\typo3\sysext\core\Classes\Package\PackageManager.php:
00702: // sort the packages by key at first, so we get a stable sorting of "equivalent" packages afterwards
00703: ksort($this->packageStatesConfiguration['packages']);
00704: $this->packageStatesConfiguration['packages'] = $this->dependencyResolver->sortPackageStatesConfigurationByDependency($this->packageStatesConfiguration['packages']);
00705:
00706: // Reorder the packages according to the loading order
6 TYPO3\CMS\Core\Package\PackageManager::sortAvailablePackagesByDependencies()
C:\inetpub\wwwroot\typo3\sysext\core\Resources\PHP\TYPO3.Flow\Classes\TYPO3\Flow\Package\PackageManager.php:
00909: */
00910: protected function sortAndSavePackageStates() {
00911: $this->sortAvailablePackagesByDependencies();
00912:
00913: $this->packageStatesConfiguration['version'] = 4;
5 TYPO3\Flow\Package\PackageManager::sortAndSavePackageStates()
C:\inetpub\wwwroot\typo3\sysext\core\Classes\Package\PackageManager.php:
00756: */
00757: protected function sortAndSavePackageStates() {
00758: parent::sortAndSavePackageStates();
00759: \TYPO3\CMS\Core\Utility\GeneralUtility::fixPermissions($this->packageStatesPathAndFilename);
00760:
4 TYPO3\CMS\Core\Package\PackageManager::sortAndSavePackageStates()
C:\inetpub\wwwroot\typo3\sysext\core\Classes\Package\FailsafePackageManager.php:
00086: */
00087: public function forceSortAndSavePackageStates() {
00088: parent::sortAndSavePackageStates();
00089: }
00090: }
3 TYPO3\CMS\Core\Package\FailsafePackageManager::forceSortAndSavePackageStates()
C:\inetpub\wwwroot\typo3\sysext\install\Classes\Controller\StepController.php:
00328: );
00329:
00330: $packageManager->forceSortAndSavePackageStates();
00331:
00332: // Perform a reload to self, so bootstrap now uses new PackageStates.php
2 TYPO3\CMS\Install\Controller\StepController::migrateExtensionListToPackageStatesFile()
C:\inetpub\wwwroot\typo3\sysext\install\Classes\Controller\StepController.php:
00049: $this->migrateLocalconfToLocalConfigurationIfNeeded();
00050: $this->outputInstallToolPasswordNotSetMessageIfNeeded();
00051: $this->migrateExtensionListToPackageStatesFile();
00052: $this->executeOrOutputFirstInstallStepIfNeeded();
00053: $this->executeSilentConfigurationUpgradesIfNeeded();
1 TYPO3\CMS\Install\Controller\StepController::execute()
C:\inetpub\wwwroot\typo3\sysext\install\Start\Install.php:
00117: }
00118: }
00119: \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance($controllerClassName)->execute();
Updated by Michael Stucki over 7 years ago
- Project changed from 9 to TYPO3 Core
- TYPO3 Version set to 8
Wrong project. Moving...
Updated by Wouter Wolters over 7 years ago
- Status changed from New to Rejected
Hi, this not a bug report we can help you with here. Please try to get some help on stackoverflow or in our Slack channel #typo3-cms