Actions
Bug #16256
closedtypo3 reset() [function.reset]: .... Passed variable is not an array or object index.php on line 434 ...
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2006-06-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
1.) Be -> Tools -> Indexing List: TYPO3 Pages shows up error
2.) Link out of searchresultpage does not reach expected content
If you have the same treouble which apears (maybe) while developing your own extension - BE AWARE with too many / too large URL GET-Params.
because Field: index_phash.cHashParams is TINYBLOB and the serialized URL-Params will be cut after 255 chars.
quick solution: change field index_phash.cHashParams to MEDIUMBLOB
regards
Jörg Wynands
(issue imported from #M3696)
Actions