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

Installation failed on TYPO3 9.5 with composer #21

Closed
alandolsi opened this issue Feb 14, 2019 · 3 comments
Closed

Installation failed on TYPO3 9.5 with composer #21

alandolsi opened this issue Feb 14, 2019 · 3 comments
Labels

Comments

@alandolsi
Copy link

Uncaught TYPO3 Exception #1476107295: PHP Warning: include(src/Analyse/Callback/AbstractCallback.php): failed to open stream: No such file or directory in /var/www/vhosts/host/httpdocs/public/typo3conf/ext/includekrexx/Resources/Private/krexx/bootstrap.php line 51

in src/Analyse/ the folder names are written in lower case and in krexx/bootstrap.php in upper case:

src/Analyse/callback

include 'src/Analyse/Callback/Analyse/Objects/AbstractObjectAnalysis.php';
include 'src/Analyse/Callback/Analyse/Objects/Constants.php';
include 'src/Analyse/Callback/Analyse/Objects/DebugMethods.php';
include 'src/Analyse/Callback/Analyse/Objects/Getter.php';
include 'src/Analyse/Callback/Analyse/Objects/Methods.php';
include 'src/Analyse/Callback/Analyse/Objects/PrivateProperties.php';
include 'src/Analyse/Callback/Analyse/Objects/ProtectedProperties.php';
include 'src/Analyse/Callback/Analyse/Objects/PublicProperties.php';
include 'src/Analyse/Callback/Analyse/Objects/Traversable.php';

could you solve that please
Thank you

@guelzow guelzow added the bug label Feb 14, 2019
@guelzow
Copy link
Member

guelzow commented Feb 14, 2019

Hi.

At first I would like to thank you for your feedback.

We did have some sort of Git-Corruption with upper-case and lower-case directories, without noticing it.
This commit did fix this, but it's not release-tagged.

The dir includekrexx/Resources/Private/krexx is simply a copy-pasta from this release. A quick fix would be to simply remove the delete the krexx lib and then upload the one from the link. But that would probably collide with your deployment strategy.

In the meantime, I'll see that I manage to repair the 3.0.1 release here.

Tobi

@alandolsi
Copy link
Author

Thanks a lot it works!

@guelzow
Copy link
Member

guelzow commented Feb 14, 2019

Glad to hear.
Was just about to test it myself.

@guelzow guelzow closed this as completed Feb 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants