Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: mark7144 on October 04, 2018, 01:37:12 PM

Title: Working on php7 except for SSI.php
Post by: mark7144 on October 04, 2018, 01:37:12 PM
I'm running 1.1.x on php7 using this awesome patch (https://www.smfhacks.com/index.php?action=downloads;sa=view;down=204) by @vbgamer45


Only issue is SSI.php uses set_magic_quotes_runtime which is depreciated. Is there a way to fix this?


Disclaimer: I know it's terrible I haven't upgraded but this is an old community website that has served its best days already. It uses a highly customised theme and news/ssi features.
Title: Re: Working on php7 except for SSI.php
Post by: vbgamer45 on October 04, 2018, 01:39:14 PM
Just remove that line.
Title: Re: Working on php7 except for SSI.php
Post by: mark7144 on October 04, 2018, 01:54:03 PM
Well, that was easy. It was mentioned three times and I commented those lines out.

Thank you :)