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
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.