Menu

#959 Call to undefined function get_magic_quotes_gpc() in PHP-8.0

2.x
open
nobody
None
Other (Please Specify in Description)
5
2024-07-12
2024-07-12
Bob Tanner
No

PHP Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /var/www/metaserver/meta_update.php:93\nStack trace:\n#0 {main}\n thrown in /var/www/metaserver/meta_update.php on line 93

The error encountering is because get_magic_quotes_gpc() has been removed in PHP 8.0. The code checks for magic quotes, a feature that was deprecated in PHP 5.3.0 and removed in PHP 8.0.0.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB