I saw that you fixed this issue in 4.7, but it looks like it occurs in 5.1 as well. It is the issue with the table not existing:

user warning: Table 'database_name.MULTIFORM_ACTION_TABLE' doesn't exist query: SELECT multiform_field_sortorder FROM multiform_fields WHERE multiform_field_section_id='-1' ORDER BY multiform_field_sortorder DESC in website\includes\database.mysql.inc on line 172.

Comments

mcantelon’s picture

Status: Active » Fixed

This should be fixed now. I'd added the creation of the "multiform_actions" table to the update code, but not the install code.

Anonymous’s picture

Status: Fixed » Closed (fixed)