Schon eine Lösung?
Ich hab auch das selbe Disaster.
Der Fehler wenn ichs mit Realurl aufrufe:
Zitat:
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/.sites/82/site991/web/typo3conf/ext/pdf_generator2/class.tx_pdfgenerator2.php on line 122
Warning: Variable passed to each() is not an array or object in /home/.sites/82/site991/web/typo3conf/ext/pdf_generator2/class.tx_pdfgenerator2.php on line 123
|
Mit und ohne TemplaVoilà-Modifikation im pdf Generator.
ich habe in meiner RealURL Konfig auch:
Code:
'fileName' => array(
'defaultToHTMLsuffixOnPrev' => '.html',
'index' => array(
'page.html' => array(
'keyValues' => array (
'type' => 1,
),
),
'print.html' => array (
'keyValues' => array (
'type' => 98
)
),
'print.pdf' => array (
'keyValues' => array (
'type' => 123
)
),
'_DEFAULT' => array (
'keyValues' => array ()
)
),
),
Oder gibts vielleicht eine Möglichkeit, dass man Aufrufe in realUrl von domain.at/infos/impressum.pdf auf index.php?id=UID&type=123 umlenkt?