Project

General

Profile

Actions

Bug #14586

closed

indexing of OO Docs in native mode fails - Call to undefined function: getfilefromarchive()

Added by old_clonedyke about 19 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
Start date:
2005-03-03
Due date:
% Done:

0%

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

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

class.external_parser.php (22.3 KB) class.external_parser.php Administrator Admin, 2005-04-07 15:43
class.external_parser.php.diff (716 Bytes) class.external_parser.php.diff Administrator Admin, 2005-04-07 15:43
Actions #1

Updated by old_clonedyke about 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

Actions #2

Updated by Michael Stucki about 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...)

Actions #3

Updated by Michael Stucki about 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 ---

Actions #4

Updated by Michael Stucki about 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...

Actions #5

Updated by Michael Stucki about 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.

Actions

Also available in: Atom PDF