View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006219 | OXID eShop (all versions) | 2.1. Master Settings | public | 2015-08-27 14:39 | 2023-06-29 14:35 |
| Reporter | michael_keiluweit | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.9.5 / 5.2.5 | ||||
| Fixed in Version | 7.0.0 | ||||
| Summary | 0006219: Missing documentation for not allowed signs in SMTP fields. | ||||
| Description | Because the fields oxshops__oxsmtp* are checked by the method oxConfig::checkParamSpecialChars some signs aren't allowed, like & or < > . This causes wrong validation data for the SMTP server and the shop is not able to send mails anymore. | ||||
| Steps To Reproduce | Enter the SMTP password: ox&id Add the following code at the end of the file bootstrap.php: var_dump(oxRegistry::getConfig()->getActiveShop()->oxshops__oxsmtppwd->value); Press F5 and see that the displayed string is string 'ox&a mp;id' (length=9)(ignore the whitespace as I had to write it therefore Mantis doesn't translate it anymore.) | ||||
| Tags | No tags attached. | ||||
| Theme | All | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||