| Anonymous | Login | 05-26-2013 01:17 AM | ![]() |
| My View | View Issues |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0003325 | SMF 2.0 | public | 2009-03-11 22:19 | 2009-03-13 18:28 | ||
| Reporter | SleePy | |||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Summary | 0003325: Downloading languages fails | |||||
| Description | Revision 8055 ManageServer.php // We're going to use this URL. $url = 'http://www.simplemachines.org/download/fetch_language.php?version=' [^] . urlencode(strtr($forum_version, array('SMF ' => ''))); Needs to be: // We're going to use this URL. $url = 'http://download.simplemachines.org/fetch_language.php?version=' [^] . urlencode(strtr($forum_version, array('SMF ' => ''))); | |||||
| Additional Information | I am going to request a server admin put a patch up for this, but it is best we fix it in our sources to not use this url at all. | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
(0007522) regularexpression (Viewer) 2009-03-12 09:18 |
! Downloading languages should use different url (ManageServer.php) Revision 8061 |
|
(0007543) metallica48423 (SMF Friend) 2009-03-13 03:27 |
Added a redirect to apache for prior versions of 2.0 to still be able to use this functionality |
|
(0007548) SleePy (Developer) 2009-03-13 17:38 |
Webinstall needs this patched as well: $data = (int) fetch_web_data('http://www.simplemachines.org/download/index.php', [^] $pass_data); |
|
(0007551) regularexpression (Viewer) 2009-03-13 18:28 |
! Change a few more smf download urls for the download sub-domain (ManageServer.php & various in other/) Revision 8072 |




