Hi @djeet I’m running into the same issue. Investigating this, activating your plugin via WP-CLI gives this error:
`
Warning: Some code is trying to do a URL redirect. Backtrace:
#0 WP_CLI\Utils\wp_redirect_handler(https://my-website.com/blog/wp-admin/admin.php?page=gf_edit_forms&lv_install_complete=y)
#1 call_user_func_array(WP_CLI\Utils\wp_redirect_handler, Array ([0] => https://my-website.com/blog/wp-admin/admin.php?page=gf_edit_forms&lv_install_complete=y)) called at [/home/user_name/my-website.com/blog/wp-includes/plugin.php:235]
#2 apply_filters(wp_redirect, https://my-website.com/blog/wp-admin/admin.php?page=gf_edit_forms&lv_install_complete=y, 302) called at [/home/user_name/my-website.com/blog/wp-includes/pluggable.php:1154]
#3 wp_redirect(https://my-website.com/blog/wp-admin/admin.php?page=gf_edit_forms&lv_install_complete=y) called at [/home/user_name/my-website.com/blog/wp-content/plugins/real-time-validation-for-gravity-forms/real-time-validation-for-gravity-form.php:37]
#4 lv_validation_install(real-time-validation-for-gravity-forms/real-time-validation-for-gravity-form.php)
#5 call_user_func_array(lv_validation_install, Array ([0] => real-time-validation-for-gravity-forms/real-time-validation-for-gravity-form.php)) called at [/home/user_name/my-website.com/blog/wp-includes/plugin.php:524]
#6 do_action(activated_plugin, real-time-validation-for-gravity-forms/real-time-validation-for-gravity-form.php, ) called at [/home/user_name/my-website.com/blog/wp-admin/includes/plugin.php:618]
#7 activate_plugin(real-time-validation-for-gravity-forms/real-time-validation-for-gravity-form.php, , ) called at [/usr/local/blog/php/commands/plugin.php:272]
#8 Plugin_Command->activate(Array (), Array ([all] => 1))
#9 call_user_func(Array ([0] => Plugin_Command Object ([] => plugin,[] => wp_update_plugins,[] => update_plugins,[] => Array ([0] => name,[1] => status,[2] => update,[3] => version),[] => Array ([short] => Array ([inactive] => I,[active] => A,[active-network] => N,[must-use] => M,[parent] => P),[long] => Array ([inactive] => Inactive,[active] => Active,[active-network] => Network Active,[must-use] => Must Use,[parent] => Parent)),[fetcher] => WP_CLI\Fetchers\Plugin Object ([] => The ‘%s’ plugin could not be found.)),[1] => activate), Array (), Array ([all] => 1)) called at [/usr/local/blog/php/WP_CLI/Dispatcher/CommandFactory.php:67]
#10 WP_CLI\Dispatcher\CommandFactory::WP_CLI\Dispatcher\{closure}(Array (), Array ([all] => 1))
#11 call_user_func(Closure Object (), Array (), Array ([all] => 1)) called at [/usr/local/blog/php/WP_CLI/Dispatcher/Subcommand.php:372]
#12 WP_CLI\Dispatcher\Subcommand->invoke(Array (), Array ([all] => 1), Array ()) called at [/usr/local/blog/php/WP_CLI/Runner.php:312]
#13 WP_CLI\Runner->run_command(Array ([0] => plugin,[1] => activate), Array ([all] => 1)) called at [/usr/local/blog/php/WP_CLI/Runner.php:319]
#14 WP_CLI\Runner->_run_command() called at [/usr/local/blog/php/WP_CLI/Runner.php:906]
#15 WP_CLI\Runner->start() called at [/usr/local/blog/php/wp-cli.php:21]
#16 include(/usr/local/blog/php/wp-cli.php) called at [/usr/local/blog/php/boot-fs.php:17]
`