This file: wp-admin/admin-ajax.php
It contains admin_init action, but not the init action, probably you DON’T HANDLE THAT.
We make AJAX request to that endpoint and call this API:
activate_plugin( ‘wpforms-lite/wpforms.php’ )
activate_plugin(() is a STANDARD API OF WORDPRESS, thus your plugin must work there even if called via AJAX, as well as all other plugins work there.
MOREOVER, the steps you provided fixes the issue PARTIALLY, after removing those options, THERE IS STILL ERROR:
WordPress database error: [Table ‘i6336083_wp1.wp_wpforms_tasks_meta’ doesn’t exist] SHOW FULL COLUMNS FROM wp_wpforms_tasks_meta