cmb69 / advancedform_xh

Custom form plugin for CMSimple_XH
GNU General Public License v3.0
3 stars 4 forks source link

get_magic_quotes_runtime() - Error message #57

Closed frase-git closed 3 years ago

frase-git commented 3 years ago

When calling the plugin overview page (and only there) an error message appears under PHP 7.4.x:

DEPRECATED: Function get_magic_quotes_runtime() is deprecated ... \plugins\advancedform\admin.php:112

Do you have a quickfix? The clientele is confused.

cmb69 commented 3 years ago

When using PHP 5.4.0 or later, I think you can just removed these lines: https://github.com/cmb69/advancedform_xh/blob/a419d411bb1e8137f3a75e7d5710b40b175d1796/admin.php#L112-L113

frase-git commented 3 years ago

Works! Thank you! Now I do not have to explain so much ;-)

cmb69 commented 3 years ago

Fixed as 4f69bba269ceebb35b70361baa5f278a35ca33c1.