Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: Class 'Tx_PtExtbase_Configuration_AbstractConfigurationBuilder' not found in /vagrant/src/typo3conf/ext/yag/Classes/Domain/Configuration/ConfigurationBuilder.php on line 36 #102

Open
sebastianschrama opened this issue Mar 20, 2017 · 2 comments

Comments

@sebastianschrama
Copy link

Hi there, is this a problem within YAG?

I updated TYPO3 (with Composer) and all extensions to 7.6 and now I get this error (in frontend and backend):

Fatal error: Class 'Tx_PtExtbase_Configuration_AbstractConfigurationBuilder' not found in /vagrant/src/typo3conf/ext/yag/Classes/Domain/Configuration/ConfigurationBuilder.php on line 36

TYPO3 7.6.15
yag 4.2.1
pt_extbase 2.3.0
pt_extlist 2.4.0
PHP 5.6.29-0+deb8u1

Kind regards
Sebastian

@infabo
Copy link
Contributor

infabo commented Mar 28, 2017

Confirmed

@mmalisz
Copy link

mmalisz commented Mar 5, 2018

Hi,

to make this work you need to add

"autoload": {
    "classmap": [
        "web/typo3conf/ext/pt_extbase/Migrations/Code/" (or whatever path pt_extbase extension is placed in your project)
    ]
}

to your composer json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants