Closed ebretteville closed 2 years ago
You can fix this by commenting out lines 187 through 193 in familyconnections/fcms.php file.
/**
* fixMagicQuotes
*
* Strips slashes if magic quotes is turned on
*
* @return void
*/
function fixMagicQuotes ()
{
//if (get_magic_quotes_gpc())
//{
// $_REQUEST = stripSlashesDeep($_REQUEST);
// $_GET = stripSlashesDeep($_GET);
// $_POST = stripSlashesDeep($_POST);
// $_COOKIE = stripSlashesDeep($_COOKIE);
//}
}
Thanks that did the trick
Hye and thanks for the update, fresh install, I get the message (I can use the fcms and was able to finish the installation process): `PHP Error
Function get_magic_quotes_gpc() is deprecated`