SMF Upgrader styles break on SSL 2.0.15
upgrade.php
Change
$smfsite = 'http://www.simplemachines.org/smf';
To
$smfsite = 'https://www.simplemachines.org/smf';
lolwut how does that break stylizing?? Confused. And amused.
If they are running the their forum on SSL the css/graphics won't load since it is fetched from http:// so the upgrade will appear odd to them same issue with the convertors.
The plot thickens.
upgrade.php:52: $smfsite = 'http://www.simplemachines.org/smf';
upgrade.php:3471: global $modSettings, $txt, $smfsite, $settings, $upcontext, $upgradeurl;
Found 2 matches for "smfsite".
Am I looking in the wrong file?
Nope that is the bad line right there missing https://
upgrade.php:52: $smfsite = 'http://www.simplemachines.org/smf';
Fix has been submitted for 2.0.16
Would be nice when you fix also the postgres setup,
this literial not work,
because of the wrong escape char for the holidays -> \' = wrong '' = right
look how it the 2.1 setup do.
Fixed in 2.0.16.