I recently moved my website into a new server , my database is perfectly configured but i keep getting this error and can't access my wp-admin :
Use of undefined constant REQUEST_URI - assumed 'REQUEST_URI' in /www/docs/wordpress/wp-content/themes/twentyfifteen/functions.php on line 73
I get this error with every theme and even with all my plugins disabled .
movedyour website. What are the previous and new environments? WordPress, PHP and Apache versions.display_errorsenabled, or just a highererror_reportinglevel. Both of these are set in php.ini. The actual fix will be to quote the REQUEST_URI string on that line, so that it stops raising the notice in the first place.