-
Notifications
You must be signed in to change notification settings - Fork 1
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
TYPO3 7.6.12 Compatibility #2
Comments
Hey, thanks for your feedback, I think I have a working version somewhere, I'll try to update this asap. In the mean time, you can fix your installation by adding the missing parameters to the function getFiles. Regards |
With PHP 5.5 it's still working, so it's an issue with PHP 7.0 |
This is probably also an issue in 5.6, since the importance of suche errors was upped from E_NOTICE to E_WARNING. Anyways, this will be fixed. |
Any hints for this problem until the fixed version will be released? |
With PHP 5.6 no problem. With PHP 7 the exception is thrown. |
Should be fixed in latest commit |
Yes, I can acknowledge this. |
Hey, the extension currently does not work with TYPO3 7.6.12, in the filelist module i get an exception:
1: PHP Warning: Declaration of Cabag\Falsearch\Xclass\Folder::getFiles($start = 0, $numberOfItems = 0, $filterMode = self::FILTER_MODE_USE_OWN_AND_STORAGE_FILTERS, $recursive = false) should be compatible with TYPO3\CMS\Core\Resource\Folder::getFiles($start = 0, $numberOfItems = 0, $filterMode = self::FILTER_MODE_USE_OWN_AND_STORAGE_FILTERS, $recursive = false, $sort = '', $sortRev = false) in .../ext/falsearch/Classes/Xclass/Folder.php line 0 (More information)
TYPO3\CMS\Core\Error\Exception thrown in file
...typo3_src-7.6.12/typo3/sysext/core/Classes/Error/ErrorHandler.php in line 111.
The text was updated successfully, but these errors were encountered: