From 1b42fdf3c670cfa83439593c1c10ad874fdfea05 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 17 Dec 2024 16:13:12 +0100 Subject: [PATCH 1/3] Could not write to log file --- Documentation/Exceptions/1345036335.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Documentation/Exceptions/1345036335.rst b/Documentation/Exceptions/1345036335.rst index 8eff5299..17167c2d 100644 --- a/Documentation/Exceptions/1345036335.rst +++ b/Documentation/Exceptions/1345036335.rst @@ -8,17 +8,17 @@ TYPO3 Exception 1345036335 .. - [TYPO3 version] - [Date of solution] + [TYPO3 12] - [17th December 2024] ==================================== Situation --------- - Describe everything to understand the situation: Systems, environment, versions. - What happened? + BE and FE only show this exception with the detail: + Could not write log record to log file. Solution -------- - 1. Did you find a solution? - 2. Explain what you did .. + 1. Remove the files in typo3temp/var/log + From 01b2768629eb0581d15d33614e3eada571cc2940 Mon Sep 17 00:00:00 2001 From: Lina Wolf <48202465+linawolf@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:59:58 +0100 Subject: [PATCH 2/3] Update 1345036335.rst --- Documentation/Exceptions/1345036335.rst | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Documentation/Exceptions/1345036335.rst b/Documentation/Exceptions/1345036335.rst index 17167c2d..54ca4989 100644 --- a/Documentation/Exceptions/1345036335.rst +++ b/Documentation/Exceptions/1345036335.rst @@ -7,18 +7,20 @@ TYPO3 Exception 1345036335 .. include:: /If-you-encounter-this-exception.rst.txt -.. - [TYPO3 12] - [17th December 2024] - ==================================== +[TYPO3 12] - [17th December 2024] +================================= - Situation - --------- +Situation +--------- - BE and FE only show this exception with the detail: - Could not write log record to log file. +Backend and Frontend only show this exception with the detail: +Could not write log record to log file. - Solution - -------- - - 1. Remove the files in typo3temp/var/log +Solution +-------- +#. If the Install Tool can be opened, go to :guilabel:`Admin Tools > Environment > Directory Status` + and check the directory status. +#. Check if `typo3temp/var/log` and all files therein are writable for TYPO3 +# If the disk is full, your might want to switch to log rotation. +#. As a last resort: Delete the files in `typo3temp/var/log`. Make a copy first. From a9169ccb41dd0a74e7faf6cc3e92d3d40ef75f00 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 18 Dec 2024 13:44:25 +0100 Subject: [PATCH 3/3] Update Documentation/Exceptions/1345036335.rst --- Documentation/Exceptions/1345036335.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Exceptions/1345036335.rst b/Documentation/Exceptions/1345036335.rst index 54ca4989..58f2d81c 100644 --- a/Documentation/Exceptions/1345036335.rst +++ b/Documentation/Exceptions/1345036335.rst @@ -22,5 +22,5 @@ Solution #. If the Install Tool can be opened, go to :guilabel:`Admin Tools > Environment > Directory Status` and check the directory status. #. Check if `typo3temp/var/log` and all files therein are writable for TYPO3 -# If the disk is full, your might want to switch to log rotation. +# If the disk is full, you might want to switch to log rotation. #. As a last resort: Delete the files in `typo3temp/var/log`. Make a copy first.