CoreCommunity ExtensionsDistributionsFeature-RequestsTYPO3 6.2 Projects (+)(Archived Projects)

Bug #54081

Compatibility with TYPO3 CMS 6.2

Added by Bjoern Jacob over 1 year ago. Updated over 1 year ago.

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.

patch.diff Magnifier (1.5 kB) Ralf Zimmermann, 2013-12-02 13:17


Related issues

related to FeedForward - Bug #54649: Compatibility with TYPO3 CMS 6.2 New 2013-12-30
related to Multicolumn for the page module - Bug #54650: Compatibility with TYPO3 CMS 6.2 Resolved 2013-12-30

History

#1 Updated by Ralf Zimmermann over 1 year ago

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.

Also available in: Atom PDF