• good day everyone, please i really need help with this, i encountered the problem few seconds after updating my plugins (Warning: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ (this will throw an Error in a future version of PHP) in C:\xampp\htdocs\savidorcodes.org\wp-content\themes\seosight\functions.php on line 73
    ) and it has disarrange my site. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Edit the file C:\xampp\htdocs\savidorcodes.org\wp-content\themes\seosight\functions.php, proceed to line 73 and look for REQUEST_URI. Put single quotes around it (REQUEST_URI) and save the file.
    Change(Add single quote on REQUEST_URI)
    $path = $_SERVER[‘HTTP_HOST’] . $_SERVER[REQUEST_URI];
    to
    $path = $_SERVER[‘HTTP_HOST’] . $_SERVER[‘REQUEST_URI’];
    Might this helps you.

    • This reply was modified 6 years, 3 months ago by Rachna.
    Thread Starter savidorcodes

    (@savidorcodes)

    thanks, i really appreciate

    Thread Starter savidorcodes

    (@savidorcodes)

    please am having this error

    Warning: get_class() expects parameter 1 to be object, null given in C:\xampp\htdocs\savidorcodes.org\wp-content\plugins\unyson\framework\core\components\extensions.php on line 429

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install “Health Check”: https://www.ads-software.com/plugins/health-check/ On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Warning: Use of undefined constant REQUEST_URI – assumed ‘REQUEST_URI’ (this wil’ is closed to new replies.