Project

General

Profile

Actions

Bug #14155

closed

Publication w/indexed search broken in 3.6.0

Added by old_bartv over 20 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
Start date:
2004-05-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.6.0 final
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

On www.blender3d.org, we use publication to static HTML (as this lets us
survive Slashdot like yesterday). We also use the Indexed Search
extention for our search page. With 3.6.0RC1, everything worked ok. I
did add the following like to my setup:

includeLibs.indexedsearch = typo3/ext/indexed_search/class.indexer.php

Since upgrading to 3.6.0, this line causes the following error:

Fatal error: Cannot redeclare class tx_indexedsearch_indexer in
/Library/WebServer/Documents/www.blender3d.org/cms/typo3conf/ext/indexed_search/class.indexer.php on line 36

So I removed it, but it still does not work right. What happens now is
this: after clearing the page cache from the admin panel, publishing of
multiple levels will fail with the following error:

Fatal error: Cannot instantiate non-existent class:
tx_indexedsearch_indexer in
/Library/WebServer/Documents/www.blender3d.org/typo3_src-3.6.0/t3lib/class.t3lib_div.php on line 3177

Here's the strange part: when I go back to the BE and select 'Clean
temp_CACHED' and 'Clear All Cache' and then publish again, it works
allright.

(issue imported from #M77)

Actions #1

Updated by Ingmar Schlecht over 20 years ago

Kasper, do you remember a change from RC1 to final that could have caused this bug?
Is this rather a bug of the core of is it only about indexed search?

Actions #2

Updated by old_greti over 20 years ago

I dont't know if it has to do with it, but when I installed indexed search in typo 3.6.1, it wouldn't work 'out of the box'. I got thís warning :
Warning: ereg_replace(): Invalid range end

in /tslib/class.tslib_search.php on line 257

which I fixed by replacing line 229 in /tslib/class.tslib_search.php from
function split($origSword, $specchars='+-', $delchars='+-.,') {
to
function split($origSword, $specchars='+-', $delchars='\'+\'-.,') {

If it has not to do with this bug, let me know and I'll make a separate bug report.

Actions #3

Updated by old_bartv over 20 years ago

For your information: this is still valid for 3.6.1

Actions #4

Updated by Michael Stucki about 19 years ago

Bart, can you please check if this is still open?

Actions #5

Updated by Christian Kuhn over 15 years ago

This one is very probably fixed and it got no feedback for more than 3 years. I think it should be set to resolved.

Actions #6

Updated by Michael Stucki over 15 years ago

Seems like this was fixed long time ago (did not check though).

Actions #7

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF