opensemanticsearch / solr-php-ui

Solr client and user interface for search
https://opensemanticsearch.org/solr-php-ui
GNU General Public License v3.0
21 stars 21 forks source link

Depricated PHP function get_magic_quotes_gpc #71

Open JKidder-intera opened 2 years ago

JKidder-intera commented 2 years ago

Apparently the get_magic_quotes_gpc function has been deprecated as of PHP 7.4 and removed in PHP 8.0 and up, so it causes the main "search" page to return an http 500 error. Found this bug by switching the /etc/apache2/apache2.conf LogLevel from "warn" to "debug".

sam021313 commented 2 years ago

REMOVED as of PHP 8.0.0 https://www.php.net/manual/en/function.get-magic-quotes-gpc.php