Error "Base table or view not found: 1146 Table 'x.matrixcontent_enupalmultipleplans' doesn't exist" while adding new payment forms after project config change/update. #356
Labels
bug
Something isn't working
Description
After installing plugin and setting up forms, new changes to the project config file seems to remove the
matrixcontent_enupalmultipleplans
table from the database. This is results with an errors while viewing a template containing the form or adding new forms via the control panel. This only appears to be an issue in environments that haveallowAdminChanges
set to false.In our case, after installing and configuring in a dev environment with
allowAdminChanges
set to true and then deploying to a staging environment whereallowAdminChanges
are set to false, subsequent deployments to that environment where by the project files involve an update results in the issue occurring. Reviewing the merged commits bare no evidence that the plugin should have been altered in any way.Steps to reproduce
allowAdminChanges
is allowed)allowAdminChanges
set to false.allowAdminChanges
is allowed)allowAdminChanges
set to falseAdditional info
The text was updated successfully, but these errors were encountered: