View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016912 | phpList 3 application | Attachments | public | 12-10-13 22:11 | 21-11-18 20:49 |
Reporter | lwc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.5 | ||||
Target Version | 3.0.6 | Fixed in Version | 3.0.6 | ||
Summary | 0016912: Uploading attachments work, but displays a warning | ||||
Description | When I upload an attachment, it works but displays the following message: "You are trying to send a remote URL, but PEAR::HTTP_Request or CURL is not available, so this will fail 1 .. ok" As mentioned, it uploads the attachment fine and also sends it just fine. | ||||
Tags | No tags attached. | ||||
|
hmm, yes, that's a weird one. |
|
It is an error in the admin/locale/en/phplist.po file, which has entirely the wrong message string. #: public_html/lists/admin/send_core.php:304 #: public_html/lists/admin/send_core.php:306 #: public_html/lists/admin/send_core.php:319 msgid "addingattachment" msgstr "" "You are trying to send a remote URL, but PEAR::HTTP_Request or CURL is not " "available, so this will fail" In phplist 2.10 the key "addingattachment" was expanded to "Added attachment", although that might not be quite right for when the operation fails. |
|
amazing, just found it mistranslated in http://translate.phplist.com/en/phplist/translate.html#search=addingattachment&sfields=source,target |
|
Must have been a conversion error when I converted all previous translations to .po files |
|
changed the text a little |