---
title: "Deprecation: #69078 - TemplateService::$tempPath"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-69078"
source: "Changelog/7.5/Deprecation-69078-TemplateService-tempPath.rst"
typo3-version: "7.5"
typo3-major: 7
type: "deprecation"
issue: 69078
forge: "https://forge.typo3.org/issues/69078"
tags: ["PHP-API"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Deprecation: #69078 - TemplateService::$tempPath {#deprecation-69078}

See [forge#69078](https://forge.typo3.org/issues/69078)

## Description {#description}

The `TYPO3CMSCoreTypoScriptTemplateService::$tempPath` member variable is not used anymore inside the core,
therefore it has been marked as deprecated and will be removed with CMS 8.

## Affected Installations {#affected-installations}

Any installation using third party code, which accesses `TemplateService::$tempPath`.

## Migration {#migration}

Remove any reference to `TemplateService::$tempPath`.
