Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fehler unknown column memberusername beim Hinzufügen eines neuen Formularfeldes #2

Closed
basistom opened this issue Aug 30, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@basistom
Copy link

Nach der Installation von Formhybrid (als Vorraussetzung für die Multifileupload-Erweitertung) bekomme ich beim Hinzufügen bzw. Bearbeiten eines Formularfeldes folgenden Fehler:

Fatal error: Uncaught exception Exception with message Query error: Unknown column 'memberusername' in 'field list' (SELECT tstamp, version, username, memberusername, active FROM tl_version WHERE fromTable='tl_form_field' AND pid='601' ORDER BY version DESC) thrown in system/modules/core/library/Contao/Database/Statement.php on line 295 #0 system/modules/core/library/Contao/Database/Statement.php(264): Contao\Database\Statement->query() #1 system/modules/formhybrid/classes/Versions.php(526): Contao\Database\Statement->execute('tl_form_field', '601') #2 system/modules/core/drivers/DC_Table.php(1962): Contao\Versions->renderDropdown() #3 system/modules/core/classes/Backend.php(650): Contao\DC_Table->edit() #4 system/modules/core/controllers/BackendMain.php(131): Contao\Backend->getBackendModule('form') #5 contao/main.php(20): Contao\BackendMain->run() #6 {main}

@fatcrobat
Copy link

Thanks for the report, forgot to add contao-versions as composer dependency. Please update composer to version 2.5.25

@fatcrobat fatcrobat added the bug label Aug 30, 2016
@fatcrobat fatcrobat self-assigned this Aug 30, 2016
@fatcrobat fatcrobat added this to the 2.5.25 milestone Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants