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
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
You must login to ask question.
You must login to add post.
Aviance School is one of the largest web solutions platform in India for developers to learn and share their programming knowledge and build their careers.
Warning: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ in wp-content/themes//turitor/functions.php on line 73
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’]