Project

General

Profile

Actions

Bug #103101

closed

Out of range value for column 'recuid'

Added by Markus Klein 3 months ago. Updated 2 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2024-02-12
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Core: Exception handler (WEB): Uncaught TYPO3 Exception: An exception occurred while executing 'INSERT INTO `sys_log` (`userid`, `type`, `channel`, `level`, `action`, `error`, `details_nr`, `details`, `log_data`, `tablename`, `recuid`, `IP`, `tstamp`, `event_pid`, `NEWid`, `workspace`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [7, 1, "content", "info", 4, 1, 14, "Attempt to move record \"\" () without having permissions to do so. []", "a:3:{i:0;s:10:\"[No title]\";i:1;s:8:\"pages:-1\";i:2;s:35:\"ERROR: Record could not be fetched.\";}", "pages", -1, "91.112.x.x", 1706278593, 0, "", 0]: Out of range value for column 'recuid' at row 1 | Doctrine\DBAL\Exception\DriverException thrown in file vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php in line 128.

Obviously the page uid `-1` is not allowed.

Actions

Also available in: Atom PDF