Simple Machines Community Forum

SMF Development => Bug Reports => Fixed or Bogus Bugs => Topic started by: vbgamer45 on June 09, 2018, 02:58:06 PM

Title: convert.php For SMF 2.0.x doesn't work on https well
Post by: vbgamer45 on June 09, 2018, 02:58:06 PM
For convertors
convert.php For SMF 2.0.x doesn't work on https well

This line needs to change to

$smfsite = 'http://simplemachines.org/smf';

To

$smfsite = 'https://simplemachines.org/smf';
Title: Re: convert.php For SMF 2.0.x doesn't work on https well
Post by: Illori on June 10, 2018, 06:11:40 AM
you can still write to the repo on github right? so you can fix it there.
Title: Re: convert.php For SMF 2.0.x doesn't work on https well
Post by: vbgamer45 on June 10, 2018, 09:50:35 AM
Yeah. My question is how do I then get those fixes on the SMF site itself?
Title: Re: convert.php For SMF 2.0.x doesn't work on https well
Post by: Illori on June 10, 2018, 12:22:27 PM
i dont think at this time we are working on getting them updated, the site team is busy working on other items. in time we might just direct users to github instead.
Title: Re: convert.php For SMF 2.0.x doesn't work on https well
Post by: shawnb61 on February 23, 2020, 09:34:57 PM
This one has been addressed...   :)