Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: #61459 - Removal of tslib directory and constant #39

Closed
sabbelasichon opened this issue Nov 4, 2019 · 0 comments
Closed

Breaking: #61459 - Removal of tslib directory and constant #39

sabbelasichon opened this issue Nov 4, 2019 · 0 comments

Comments

@sabbelasichon
Copy link
Owner

Breaking: #61459 - Removal of tslib directory and constant

https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/7.0/Breaking-61459-RemovalTslib.html

.. include:: ../../Includes.txt

==========================================================

Breaking: #61459 - Removal of tslib directory and constant

==========================================================

See :issue:61459

Description

===========

The tslib/ directory and the constant PATH_tslib were removed.

Impact

======

Extensions that still use PATH_tslib constant, and reference typo3/sysext/cms/tslib/index_ts.php directly won't work.

Affected installations

======================

A TYPO3 instance is affected if a 3rd party extension uses :file:index_ts.php directly, or if the main

:file:index.php is not replaced with the TYPO3 Update (used on certain install types). The index.php file must be

replaced with the current version from the TYPO3 CMS Core.

Besides scripts are affected that access the time tracking (:code:$TT) or typoscript frontend controller (:code:$TSFE)

objects instead of using :code:$GLOBALS['TT'] respectively :code:$GLOBALS['TSFE'].

Migration

=========

Remove the constant PATH_tslib from the 3rd party extension, use a current version of index.php and use :code:$GLOBALS['TT']

and :code:$GLOBALS['TSFE'] where necessary.

.. index:: PHP-API, Frontend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant