Trying to put a search page on site

You form action value is wrong. It should be home_url(). WordPress will pick the search template automatically then.

The search field has to use the name s:

<input type=search name=s>

Otherwise WordPress will not recognize the request as a search request.

The error happens, because you included the functions.php somehow withut using the automatic by WordPress.