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

TYPO3 7.6.12 Compatibility #2

Open
christophlehmann opened this issue Nov 10, 2016 · 7 comments
Open

TYPO3 7.6.12 Compatibility #2

christophlehmann opened this issue Nov 10, 2016 · 7 comments
Assignees

Comments

@christophlehmann
Copy link

christophlehmann commented Nov 10, 2016

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.

@wingsuitist wingsuitist assigned wingsuitist and CDRO and unassigned wingsuitist Nov 10, 2016
@CDRO
Copy link

CDRO commented Nov 10, 2016

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

@christophlehmann
Copy link
Author

With PHP 5.5 it's still working, so it's an issue with PHP 7.0

@CDRO
Copy link

CDRO commented Nov 11, 2016

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.

@mpm-derdogan
Copy link

Any hints for this problem until the fixed version will be released?

@bergischweb
Copy link

With PHP 5.6 no problem. With PHP 7 the exception is thrown.

CDRO pushed a commit that referenced this issue Jan 20, 2017
@CDRO
Copy link

CDRO commented Jan 20, 2017

Should be fixed in latest commit

@bergischweb
Copy link

Yes, I can acknowledge this.

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

5 participants