Function get_magic_quotes_gpc()
I know this is a PHP 7 issue.
First when navigating to the index file I am seeing this message above the login form.
PHP Error
Function get_magic_quotes_gpc() is deprecated
Then I am getting the following PHP error when trying to login.
PHP Error
Function get_magic_quotes_gpc() is deprecated
Cannot execute SQL statement.
My question is where or which file is calling for the magic_quotes ??
I believe I can fix the issue ( IF ) I can find it...
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Ryan Haudenschi... on 02 Mar, 2020 03:46 PM
It's actually used 3 times in the codebase.
https://github.com/ryanhowdy/fcms/search?q=get_magic_quotes_gpc&...
Support Staff 2 Posted by Ryan Haudenschi... on 02 Mar, 2020 03:47 PM
BTW, what version of php are you using?
3 Posted by dbone58 on 03 Mar, 2020 08:03 PM
Thanks, I'm using PHP Version 7.4.2
4 Posted by dbone58 on 21 Mar, 2020 02:52 AM
Just a quick update on The software v3.7 and it is working great with PHP v7.4.2
It kept stalling during install. every time on a TIMESTAMP ..
They were set to
date
TIMESTAMP DEFAULT NULL,Changes to
date
TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,Install went thru without a hitch.... Works great..