-
Notifications
You must be signed in to change notification settings - Fork 15
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
Fixed rowCount for TYPO3 8.7 #16
Conversation
Thanks for the php bug fix! But i still can't login. The same problem as I have already described. After the request from the openID Server I am back in the login area with this get parameters:
Is it a php7 Problem? On php5.6 does it work fine. |
@oaltmann
I am not having this bug, when working on a remote host with PHP7. |
@@ -8,12 +8,12 @@ | |||
'uploadfolder' => 0, | |||
'createDirs' => '', | |||
'clearCacheOnLoad' => 0, | |||
'version' => '8.0.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please do not change the version number in casual fixes. will do that in dedicated release commits. Thanks.
@vandres Can you please repush your commit without the version number adjustments and also with a commit message conforming to the Core rules? Specifically the classification is missing and the time form is the wrong one. |
I've created a separate pull request |
No description provided.