Project

General

Profile

Actions

Bug #52908

closed

Missing module.tx_beuser.persistence mapping for column username

Added by Wolfgang Klinger over 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
Start date:
2013-10-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

ERROR    Unknown column 'be_users.user_name' in 'order clause'

solution:

<INCLUDE_TYPOSCRIPT: source="FILE:EXT:beuser/Configuration/TypoScript/setup.txt">
module.tx_beuser {
        persistence {
                classes {
                        TYPO3\CMS\Beuser\Domain\Model\BackendUser {
                                mapping {
                                        tableName = be_users
                                        columns {
                                                username.mapOnProperty = userName
                                        }
                                }
                        }
                }
        }                                                                
}

missing in typo3/sysext/beuser/Configuration/TypoScript/setup.txt

Actions #1

Updated by Tomita Militaru over 10 years ago

Can you describe some steps to reproduce the issue?

Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Resolved

Yo Wolfgang,

I can't reproduce on CMS7.
Is this still valid?
If so, please re-open the ticket and supply some steps to reproduce please.

Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF