Looking for Functions File that doesn’t Exist

As the error says you cannot redeclare a function. You need to open your child theme’s functions.php and remove the _verifyactivate_widgets() function from it. If you have copied the functions.php from the parent theme then most probably you would have to remove all the functions from the file unless any function in the parent theme is declared like if ( function_exists('_verifyactivate_widgets') ).