• Resolved horshamartists

    (@horshamartists)


    I have message flag up every time I update to 5.3
    Warning: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ (this will throw an Error in a future version of PHP) in /www4/b04/www.horshamartists.org/web/wp-content/themes/customizr/functions.php on line 73

    I tried uninstalling and deactivating most plugins, and just reinstalled 5.3 and got the message still. also tried different theme and it just changes the last part of the message to refer to that theme.
    I see others have had the issue in th epast, but not sure I realy saw a fix. anyone help with this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter horshamartists

    (@horshamartists)

    I have now found the fix from a year ago to replace the line 73
    $path = $_SERVER[‘HTTP_HOST’] . $_SERVER[REQUEST_URI];

    to
    $path = $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’];
    and the message has now disapeared.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem from 5.3 update’ is closed to new replies.