Conversation
supportHi, I have scanned my site as I have php issues and it appears this extension is not compatible with php 7.4. Here is the message which appears : PHP 7.4 incompatibilities: FILE: flowpaper.php FOUND 1 ERRORS AND 0 WARNINGS AFFECTING 1 LINES 35 | ERROR | Function set_magic_quotes_runtime() is deprecated since PHP 5.3 and removed since PHP 7.0 Andy suggestion as to what to do to avoid this conflict? 馃槉
That code statement is not used if you are on version 5.3 or lower. The scanner you鈥檝e used has not considered the conditional statements in the code properly. In other words; it won鈥檛 be a problem on PHP 7.0
That code statement is not used if you are on version 5.3 or lower. The scanner you鈥檝e used has not considered the conditional statements in the code properly. In other words; it won鈥檛 be a problem on PHP 7.0