Hans_solo
(David Jones)
March 28, 2021, 12:52pm
1
I had a problem with my contact page yesterday and had to change my PHP (lowered the value) on my server to eradicate, this was the response from Little Oak who host my Sites.
No need to reply to me but wanted to share.
David
Hello,
You’ll see at https://www.php.net/manual/en/function.get-magic-quotes-gpc.php that the get_magic_quotes_gpc function was deprecated in PHP 7.4 and fully removed in PHP 8.
Obviously, RW will need an update in the near future that does not use get_magic_quotes_gpc. I am sure their developers are aware but I recommend you also contact RW about this just to be sure.
Thank you,
Jimmy
---------------------------------------------------
Little Oak Hosting
Hubert
(Hubert)
March 29, 2021, 1:54am
2
For information , this similar topic that I created last February…
Hi everybody,
The contact form integrated into RW7 does not work with the new PHP 8.0 version.
When you send a message, you get this :
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc()…
After internet research, get_magic_quotes_gpc() has been removed in PHP 8 (deprecated since 7.4).
Is there a solution ?
Just for information, can someone tell me if the contact form built into RW8 works with PHP 8.0.
Thank you for your answers
Fuellemann
(Jan Fuellemann)
March 29, 2021, 2:40am
3
Important for @dan and @tpbradley
dan
(Dan)
April 13, 2021, 9:38am
4
Hans_solo:
You’ll see at https://www.php.net/manual/en/function.get-magic-quotes-gpc.php that the get_magic_quotes_gpc function was deprecated in PHP 7.4 and fully removed in PHP 8.
Obviously, RW will need an update in the near future that does not use get_magic_quotes_gpc. I am sure their developers are aware but I recommend you also contact RW about this just to be sure.
Thanks, it’s on the list to fix. We got it!