Closed (fixed)
Project:
Printer, email and PDF versions
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2010 at 00:46 UTC
Updated:
27 Jul 2011 at 17:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
singularoHmm, there was an error thats related sort of:
Warning: preg_match() expects parameter 2 to be string, array given in _print_generate_path() (line 597 of /projects/iseek/motorola/sites/all/modules/contrib/print/print.pages.inc).
drupal_get_http_header returns an array if no header item is specified, not a string.
However, when debugging this, the headers are not actually set to any value at all, but the body has MENU_NOT_FOUND set, which is the next thing in the code, and handles the issue.
So i've updated the patch to just remove that code, and set the changed variable which was missing in the dummy node and caused a token error.
Comment #2
shelleyp commentedJust wanted to check before I filed another bug--this has to do with the fact that when I click the next page link and the next page opens, the header information isn't sent, and all I get is the body...correct?
Comment #3
jcnventuraComment #4
jcnventuraAlready committed some months ago.. Thanks singularo!