Project

General

Profile

Actions

Bug #14164

closed

index search and 3.6.1

Added by old_rouven over 20 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend API
Target version:
-
Start date:
2004-05-14
Due date:
% Done:

0%

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

Description

if i try to search a word i get the following error:

Warning: Invalid range end in /var/www/virtual/typo3_src-3.6.1/typo3/sysext/cms/tslib/class.tslib_search.php on line 256

(issue imported from #M90)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #14220: last character cuttedClosedMichael Stucki2004-07-01

Actions
Actions #1

Updated by old_rouven over 20 years ago

if i try to search again same keyword it works fine. but the error still comes on first search

Actions #2

Updated by Robert Lemke over 20 years ago

This has nothing to do with indexed_search, the error you describe appears in the old search box (tslib).

However, I could not reproduce your error, any other hints? does the error persist, if you use a different version of TYPO3?

Actions #3

Updated by old_lindhardsen over 20 years ago

Is anyone working on this issue ?

It is rather crucial. I have the problem on both 3.6.1 and 3.6.2. Can anyone give us an update ?

Thanks in advance,

Jacob from Denmark

Actions #4

Updated by old_lindhardsen over 20 years ago

Carlos had me on "Remote Control" and came up with a temporary (or permanent?) solution for the line 256-issue in tslib/tslib_search.php. He will submit it himself in a while as a bug or maybe a new fix...

Remove the original line 256:

$word = ereg_replace($delchars.'$','',trim($reg0)); // Delete $delchars at end of string

and replace with this:

$word = ereg_replace('[\+\-\.,]$','',trim($reg0)); // Delete $delchars at end of string

Thank you Carlos, u are very kind.

Jacob from Denmark.

Actions #5

Updated by Michael Stucki about 20 years ago

This has just been fixed in CVS. See bug 186 if you need a patch for the current version.

- michael

Actions

Also available in: Atom PDF