View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005332 | phpList 3 application | Interface - Backend | public | 01-02-06 11:49 | 18-02-08 14:16 |
Reporter | campbeld | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.10.2 | ||||
Target Version | 2.10.7 | Fixed in Version | 2.10.3 | ||
Summary | 0005332: Extra backslash in list name | ||||
Description | I save a list name with a single quote ' in the name. Then a \' appears throughout for the list name. I don't expect to see this extra backslash. I think there's a problem with quoting strings before saving to the database. | ||||
Tags | No tags attached. | ||||
|
If I try this I can't reproduce it. Can you tell me where those backslashes appear? I presume it's not necessarily on the "list" page, but in other places as well? Also, what are your settings for "magic_quotes_gpc" and "magic_quotes_runtime"? |
|
magic_quotes_gpc is On, magic_quotes_runtime is set to Off, this issue seems to have resolved itself. Maybe magic_quotes_qpc used to be off. I don't have control over the default PHP ini settings because PHPList is on shared hosting which doesn't allow me to override PHP settings. Some PHP scripts come with code to automatically detect magic_quotes_gpc and produce the correct results no matter whether magic_quotes_gpc is set to "On" or "Off". If I see the issue again I will submit another report with some further information to help you pinpoint the source of the problem. Is there any other information you need or functions you want me to check? |
|
that's great feedback, thanks we'll check it out and see what's wrong |