YAG-Gallery / yag

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

Error in latest YAG version (in TER, not in Git) #100

Open bsolano opened 7 years ago

bsolano commented 7 years ago

Greetings,

I installed the latest version of YAG through composer mode. But it complains about not finding legacy classes. I noticed that namespaced versions are used in the code in Github. Therefore I changed to the github version and it works. I think on January 3rd a version 4.2.1 with old code was uploaded to TER.

I was getting the error in \Classes\Domain\Configuration\ConfigurationBuilder.php. It says: class Tx_Yag_Domain_Configuration_ConfigurationBuilder extends Tx_PtExtbase_Configuration_AbstractConfigurationBuilder

That code should be like in Github: use PunktDe\PtExtbase\Configuration\AbstractConfigurationBuilder; class Tx_Yag_Domain_Configuration_ConfigurationBuilder extends AbstractConfigurationBuilder

May you fix this in TER, please?

Best regards,

B.