Av@Tech
Learner
Warning: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’
Warning: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ in wp-content/themes//turitor/functions.php on line 73
Share
On line 73 in functions.php you have to change the following
$_SERVER[REQUEST_URI] (so without the ‘ marks around REQUEST_URI).
You should add the ” and it should be like $_SERVER[‘REQUEST_URI’]