You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to uninstall the plugin, I get the error: Attempt to read property "columns" on null
It seems to be an issue with the Matrix fields that are created maybe?
This renders the plugin completely unusable, as some of the tables were removed before the error, and now I get:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'db.enupalstripe_orders' doesn't exist
The SQL being executed was: SELECT DISTINCT(currency) currency from `enupalstripe_orders`
Hi @shifuma About your last two messages I was able to recreate this issue. Please update your plugin to v5.2.0 now your changes will be propagated to your prod envs. Please let me know if you still have issues.
Description
When I try to uninstall the plugin, I get the error:
Attempt to read property "columns" on null
It seems to be an issue with the Matrix fields that are created maybe?
This renders the plugin completely unusable, as some of the tables were removed before the error, and now I get:
Steps to reproduce
Additional info
Here's the stack trace:
The text was updated successfully, but these errors were encountered: