largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0015199 [phplist] Interface - Frontend minor always 11-12-08 04:01 16-12-08 13:10
Reporter h2b2 View Status public  
Assigned To
Priority normal Resolution fixed  
Status resolved   Product Version 2.10.8
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?
Additional Information
Tags No tags attached.
Attached Files zip file icon index.zip [^] (8,868 bytes) 11-12-08 04:59

- Relationships
has duplicate 0015202resolvedmichiel phpList: index.php file bug 

-  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.


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker