Bug #14586
closedindexing of OO Docs in native mode fails - Call to undefined function: getfilefromarchive()
0%
Description
when indexing external OpenOffice docs (SXW) in native mode via libunzipped, SXW docs throw an error message:
Fatal error: Call to undefined function: getfilefromarchive() in \Sites\cvs\typo3\sysext\indexed_search\class.external_parser.php on line 436
i'm using TYPO3 3.8.0-dev (daily snapshot from CVS) and libunzipped v.2.1.0 (from TER)
(issue imported from #M854)
Files
Updated by old_clonedyke over 19 years ago
ok, found the problem: it's a simple typo in the function name. the called function should have been getFileFromXML() instead of getfilefromarchive().
attached you find the patch for class.external_parser.php for typo3 v 3.8.0
cheers
rainer
Updated by Michael Stucki over 19 years ago
I just asked Kasper if he plans to release a new version of the libunzipped extension (which could be the reason for this issue...)
Updated by Michael Stucki over 19 years ago
Kasper writes:
--- cut ---
I believe this is a mismatch between versions since it must have worked
for me...
I will check.
--- cut ---
Updated by Michael Stucki over 19 years ago
This is just a version conflict. I asked Kasper and he just replied. He has fixed this locally but obviously he didn't release the updated extension yet. So I will check again then...
Updated by Michael Stucki over 19 years ago
I just checked this: It is fixed in CVS but not released as an extension yet. So however, I'll close this "bug" now.