Bug #54081
Compatibility with TYPO3 CMS 6.2
Status: | Resolved | Start date: | 2013-11-29 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | - | |||
Target version: | - |
Description
Hi there,
we've installed ke_search on a fresh TYPO3 CMS 6.2beta2. When opening the search result page (including the search form and the search result list) you get the following PHP error:
Fatal error: require_once() [function.require]: Failed opening required '/typo3/sysext/cms/tslib/class.tslib_pibase.php' (include_path='/typo3/contrib/pear/:.:/usr/local/lib/php') in /typo3conf/ext/ke_search/lib/class.tx_kesearch_lib.php on line 25)
Since we've got 2 projects started on 6.2 we'll try to supply a patch for.
Related issues
History
#1 Updated by Ralf Zimmermann over 1 year ago
- File patch.diff
added
After removing the require_once calls with PATH_tslib, ke_seatch seems to be working with TYPO3 6.2beta2 in frontend and backend.
The patch provides a version check. If the TYPO3 Version is smaller than 6.2, we perform the require_once calls.
#2 Updated by Christian Buelter over 1 year ago
- Status changed from New to Resolved
Patch applied in slightly different form. Has already been released to TER as version 1.6.0.