Project

General

Profile

Actions

Bug #67542

closed

TYPO3 6.2.13 - The package "install" depends on "typo3/cms-extbase" which is not present in the system.

Added by Christoph Lehmann almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Category:
Extension Manager
Target version:
-
Start date:
2015-06-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

I updated from 6.2.12 to 6.2.13, cleared all caches and can't execute the Extension Manager with the Exception

The package "install" depends on "typo3/cms-extbase" which is not present in the system.

The PackageStates.php looks like this

    'extbase' => 
    array (
      'state' => 'active',
      'packagePath' => 'typo3/sysext/extbase/',
      'classesPath' => 'Classes/',
      'manifestPath' => '',
      'composerName' => 'typo3/cms-extbase',
      'suggestions' => 
      array (
      ),
    ),

...
    'install' =>
    array (
      'manifestPath' => '',
      'composerName' => 'typo3/cms-install',
      'state' => 'active',
      'packagePath' => 'typo3/sysext/install/',
      'classesPath' => 'Classes/',
      'suggestions' =>
      array (
      ),
    ),

And the composer.json of the install extension

{
        "name": "typo3/cms-install",
        "type": "typo3-cms-framework",
        "description": "TYPO3 Core",
        "homepage": "http://typo3.org",
        "license": ["GPL-2.0+"],
        "version": "6.2.0",

        "require": {
                "typo3/cms-core": "*",
                "typo3/cms-fluid": "*",
                "typo3/cms-extbase": "*" 
        },
        "replace": {
                "install": "*" 
        },
        "extra": {
                "typo3/cms": {
                        "Package": {
                                "protected": true,
                                "partOfFactoryDefault": true,
                                "partOfMinimalUsableSystem": true
                        }
                }
        },
        "autoload": {
                "psr-4": {
                        "TYPO3\\CMS\\Install\\": "Classes/" 
                }
        },
        "autoload-dev": {
                "psr-4": {
                        "TYPO3\\CMS\\Install\\Tests\\": "Tests/" 
                }
        }
}

What to do now?

Actions #1

Updated by Mathias Schreiber almost 9 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Mathias Schreiber

Hi Christoph,

do you by any chance have a copy of extbase in your typo3conf/ext directory?

Actions #2

Updated by Christoph Lehmann almost 9 years ago

Hi Mathias,

you are right, sorry! Please close the issue.

Actions #3

Updated by Mathias Schreiber almost 9 years ago

  • Status changed from Needs Feedback to Resolved

No problem, glad I could help :)

Actions #4

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF