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

Exception when creating a LinkListener

tritum opened this issue · comments

Thank you guys for this awesome extension :) But Houston, öhm in2code, we've got a problem.

In our setup we encounter an error message Unknown column 'title' in 'order clause'when creating a LinkListener in the backend. Seems to be related to Issue #8. It's caused by Configuration/TCA/tx_lux_domain_model_linkclick.php:14.

This issue can be fixed by replacing the word "title" with an existing field. For example

default_sortby' => 'ORDER BY linklistener ASC.

Thx for your feedback, will check this as soon as possible

Awesome Alex. Keep on rocking!
~BJ

Thx for your feedback, I just pushed a fix to develop.
This was no issue in the past because linklistener should be added via lux backend module.