Project

General

Profile

Actions

Bug #87537

closed

Exception: Unknown column 'uid' in 'field list'

Added by Stefan Froemken about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2019-01-24
Due date:
% Done:

0%

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

Description

Hello Core-Team,

I'm using TYPO3 9.5.4 and I just have installed maps2 4.2.7 which also creates table tt_address with one column "tx_maps2_uid". After that I have installed tt_address withour problems.

When I click list-module I get following error:

Doctrine\DBAL\Exception\InvalidFieldNameException
An exception occurred while executing 'SELECT `uid` FROM `tt_address` WHERE (`tt_address`.`pid` = ?) AND ((`tt_address`.`deleted` = 0) AND ((`tt_address`.`t3ver_wsid` = 0) OR (`tt_address`.`t3ver_state` <= 0)))' with params [0]: Unknown column 'uid' in 'field list'

With Adminer I have a look into structure of tt_address:

Column:
tx_maps2_uid
pid
tstamp
crdate
cruser_id

As you can see column "uid" is missing.

Nice greetings

Stefan

Actions

Also available in: Atom PDF