functions.php Error REQUEST_URI
-
Hello,
I have just disabled all plugins on a working site and now see the following error / warning
Constant REQUEST_URI – assumed ‘REQUEST_URI’ in C:\Inetpub\vhosts\…………………\functions.php on line 73
Perhaps ….
$path = $_SERVER[‘HTTP_HOST’] . $_SERVER[REQUEST_URI]; to $path = $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘functions.php Error REQUEST_URI’ is closed to new replies.