You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
bsolano
changed the title
Error in YAG version
Error in latest YAG version (in TER, not in Git)
Feb 27, 2017
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.
The text was updated successfully, but these errors were encountered: