• Hi, i have Error since 1 Week but i dont have Installed or change something, only after Automatic Update… now i bevome this error :

    Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /var/www/vhosts/piewcom.de/httpdocs/wp-includes/load.php:663 Stack trace: #0 /var/www/vhosts/piewcom.de/httpdocs/wp-settings.php(333): wp_magic_quotes() #1 /var/www/vhosts/piewcom.de/httpdocs/wp-config.php(88): require_once(‘…’) #2 /var/www/vhosts/piewcom.de/httpdocs/wp-load.php(37): require_once(‘…’) #3 /var/www/vhosts/piewcom.de/httpdocs/wp-blog-header.php(13): require_once(‘…’) #4 /var/www/vhosts/piewcom.de/httpdocs/index.php(17): require(‘…’) #5 {main} thrown in /var/www/vhosts/piewcom.de/httpdocs/wp-includes/load.php on line 663

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @markusxx,

    This error occurred because the get_magic_quotes_gpc function was removed in PHP 8.0. I have attached the PHP documentation for your reference. You need to check your plugin or theme code where this function is used. You can either disable the plugin or remove the usage of this function in your code to fix the issue. If you still face any problems, let me know.

    Thanks!

    I was checking the source code for the last version, and there is no get_magic_quotes_gpc any more. This seems to be a deprecated function that was removed for PHP 8.0

    I checked the code 2 years ago, and this was not there as expected either.

    Then I’ve checked 10 years ago, and it was. So basically, I’ve been tracing down when this was deleted to [46105], exactly 6 years ago.

    It looks like you are using an ultra-outdated version of WordPress or… your code has been modified, and you are using a non-official version of WP (or a hacked version, which is worse)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error without change noting’ is closed to new replies.