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

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

Open
bsolano opened this issue Feb 27, 2017 · 0 comments
Open

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

bsolano opened this issue Feb 27, 2017 · 0 comments

Comments

@bsolano
Copy link

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

@bsolano bsolano changed the title Error in YAG version Error in latest YAG version (in TER, not in Git) Feb 27, 2017
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

1 participant