You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tested this extension (in order to answer a serverfault question). When I tried to download an attachment, it didn’t work.
After some investigation, it appeared the case where $wgServer is defined as protocol-relative (e.g. $wgServer = '//www.example.org') doesn’t work. The error I got was in download/FileStreamer.php line 58. And the problem got fixed when I changed $wgServer to 'https://www.example.org'.
The text was updated successfully, but these errors were encountered:
I just tested this extension (in order to answer a serverfault question). When I tried to download an attachment, it didn’t work.
After some investigation, it appeared the case where $wgServer is defined as protocol-relative (e.g. $wgServer = '//www.example.org') doesn’t work. The error I got was in
download/FileStreamer.php
line 58. And the problem got fixed when I changed $wgServer to 'https://www.example.org'.The text was updated successfully, but these errors were encountered: