Actions
Bug #16861
closedno link for tslib
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2007-01-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The Linux version should have a symbolic link for tslib in the main directory:
typo3_src/typo3/sysext/cms/tslib
This is needed for extensions.
(issue imported from #M4797)
Updated by Oliver Hader almost 18 years ago
I guess you updated from a 3.8.x version of TYPO3?
Since version 4.0 all symbolic links have been removed.
Inside your extension you can use the constant "PATH_tslib" in PHP to get the path to ./typo3_src/typo3/sysext/cms/tslib.
Updated by Martin Kutschker almost 18 years ago
Oliver is right. The symlink has been removed since 4.0 and the correct way to use it is via the PATH_tslib constant.
Actions