Project

General

Profile

Actions

Bug #16169

closed

Wrong path in XCLASS definition prevents XCLASSing

Added by old_chihoang almost 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Communication
Target version:
-
Start date:
2006-05-22
Due date:
% Done:

0%

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

Description

In my Dummy-4.0 Distribution every class in the folder dummy-4.0\typo3\sysext\cms\tslib has a wrong path in the XCLASS defintion. Thus I failed to XCLASSing that class.

IS:

$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['tslib/class.tslib_search.php']

Should be:

$TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['typo3/sysext/cms/tslib/class.tslib_search.php']

(issue imported from #M3535)

Actions #1

Updated by Martin Kutschker almost 18 years ago

How does this prevent XCLASSing? The extensions that try to XCLASS must use the given key. If it is (for historical reasons) 'tslib/class.tslib_search.php' then this is it.

Actions #2

Updated by old_chihoang almost 18 years ago

I prefer not to symlink the tslib folder.

Actions #3

Updated by Martin Kutschker almost 18 years ago

You don't have to. They key in $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS'] has nothing todo with the actual path. It's just custom that is is.

Actions #4

Updated by old_chihoang almost 18 years ago

Thanks, Masi.

Actions

Also available in: Atom PDF