In TCPDF 5.9.174 and later, there's a new function called setFooterData() that conflicts with the existing PrintTCPDF::SetFooterData().

This will generate a warning. Either rename the existing function or adapt the code to use the new TCPDF functionality.

Comments

Bob123’s picture

Version: 7.x-2.x-dev » 7.x-1.2

Same issue:

Strict warning: Declaration of PrintTCPDF::SetFooterData() should be compatible with TCPDF::setFooterData($tc = Array, $lc = Array) in module_load_include() (line 330 of .../includes/module.inc).

I subscribe.
Drupal 7.22
Printer, email and PDF versions 7.x-1.2
TCPDF (library) 6.0.018

jcnventura’s picture

Status: Active » Fixed

Renamed function to PrintTCPDF::setFooterContent()

http://drupalcode.org/project/print.git/commit/a75d7d1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.