| Anonymous | Login | Signup for a new account | 02-09-10 22:02 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0015199 | phplist | Interface - Frontend | public | 11-12-08 04:01 | 16-12-08 13:10 | |
| Reporter | h2b2 | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.8 | |||||
| Target Version | Fixed in Version | 2.10.9 | ||||
| Summary | 0015199: ver. 2.10.8 - unsubscribe page doesn't not load fully: missing style sheet, body tags, etc. | |||||
| Description | The unsubscribe page is generated by release 2.10.8 is missing the stylesheet, closing head tag, body tag, closing HTML tag, and other layout ingredients. This results in an invalid HTML page. This issue has also been reported on the forum: http://forums.phplist.com/viewtopic.php?t=23188 [^] On a side note: could releases 2.10.7 and 2.10.8 be added to the Mantis "Product Version" selection list? | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
(0050254) CS2 (reporter) 11-12-08 05:00 edited on: 16-12-08 12:04 |
I haven't tested it, but I did a quick compare of the new and old index.php files in the lists folder and I believe the attached patched version of the index.php file should correct the error. I replaced this at line 585: function unsubscribePage($id) { global $date, $tables; with this: function unsubscribePage($id) { global $data, $tables; I also replaced $pagedata with $data at lines 658, 686 and 728. |
|
(0050258) error4o4 (reporter) 15-12-08 10:29 |
I didn't check what this code exactly does, but the fix provided by CS2 worked for me. |
|
(0050261) chdelgado (administrator) 16-12-08 13:10 |
Thanks for the contribution. As error4o4 said, CS2's fix in the code works. |
| Copyright © 2000 - 2010 MantisBT Group |