in2code-de / lux

Living User eXperience - LUX - the Marketing Automation tool for TYPO3.

Home Page:https://www.in2code.de/produkte/lux-typo3-marketing-automation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

after database integrity check, mysql error

EnzephaloN opened this issue · comments

Typo3 11.5.33 with lux 34.0.2

After doing database integrity check and database relation update I'm getting this error

Doctrine\DBAL\Exception\InvalidFieldNameException
An exception occurred while executing 'SELECT `uid`, `pid`, `title` FROM `tx_lux_domain_model_utm` WHERE `pid` NOT IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [0, 1, 4, 6, 7, 8, 9, 3, 5, 2]: Unknown column 'title' in 'field list'

when accessing db integrity check module.

Thx for your post. Yes, there is no title field in UTM table. I will investigate how to fix this small issue.

I think I found the small bug. I will release a 34.0.3 in a few minutes.

Thanx a lot!