Warning: Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI'
in /www/docs/wordpress/wp-content/themes/twentyfifteen/functions.php
on line 73
The above error show on my site https://cartvela.org/ and I am changing
$path = $_SERVER[‘HTTP_HOST’] . $_SERVER[REQUEST_URI];
to
$path = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
With that code adjustment, my site comes back and error is gone