Nothing else changed. It was working smoothly, I upgraded myDBR and now I get:
Warning: constant() [function.constant]: Couldn't find constant PHPExcel_Worksheet_PageSetup::PAPERSIZE_letter in /public_html/mydbr/lib/export.php on line 1179
Warning: Cannot modify header information - headers already sent by (output started at /public_html/mydbr/lib/export.php:1179) in /public_html/mydbr/lib/export.php on line 1964
Warning: Cannot modify header information - headers already sent by (output started at /public_html/mydbr/lib/export.php:1179) in /public_html/mydbr/lib/export.php on line 2004
Warning: Cannot modify header information - headers already sent by (output started at /public_html/mydbr/lib/export.php:1179) in /public_html/mydbr/lib/export.php on line 2012
and then reams of garbage.
I have this code in defaults.php:
$INC_DIR = $_SERVER["DOCUMENT_ROOT"]. "/wkhtmltopdf/";
$mydbr_defaults['export']['wkhtmltopdf']['command'] = '../wkhtmltopdf/wkhtmltopdf';
I am stumped. It worked perfectly for a long while, and now . . .
And I need this.
Kermit