Website brokwdown after activation of "Under Construction" Plugin. Help

Hi Support,

https://3musketeers.info/

This is the message I get, when navigating to /wp-admin:

Warning: Use of undefined constant REQUEST_URI - assumed ‘REQUEST_URI’ (this will throw an Error in a future version of PHP) in /www/htdocs/w0100659/3musketeers/wp-content/themes/x/functions.php on line 73

Also it’s in the top of page: https://3musketeers.info/

Please help me, thx!

Hi Stefan,

It is a warning which you can ignore, it warns about a function used which will not be supported in the future release of the PHP.

To turn off the warnings you can disable the debug mode in WordPress. For more information:

https://codex.wordpress.org/WP_DEBUG

define( 'WP_DEBUG', false );

Thank you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.