Actions
Bug #16169
closedWrong path in XCLASS definition prevents XCLASSing
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)
Updated by Martin Kutschker over 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.
Updated by old_chihoang over 18 years ago
I prefer not to symlink the tslib folder.
Updated by Martin Kutschker over 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