YAG-Gallery / yag

YAG - Yet Another Gallery
http://www.yag-gallery.de
31 stars 34 forks source link

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 7 years ago

sebastianschrama commented 7 years ago

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 commented 7 years ago

Confirmed

mmalisz commented 6 years ago

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.