[TYPO3] prinetversion error

Bas van der Togt b.vandertogt at profinit.com
Mon May 29 11:20:28 CEST 2006


I found it!

I had this in my realurl config file:

'print' => array(
   'keyValues' => array(
   'type' => 98,
   ),
),

But it should be:

'print.html' => array(
   'keyValues' => array(
   'type' => 98,
   ),
),

Strange but it works now!

Cheers,
Bas

Bas van der Togt schreef:

> Hello list,
> 
> I get an error in my printversion: Error. Reason: Segment "print" was 
> not a keyword for a postVarSet as expected! Does anybody knows how to 
> solve this?
> 
> This is my setup:
> 
> # Print
> temp.Print = IMAGE
> temp.Print {
>     wrap = <td align="right" width="100%" 
> class="buttonheading">|</td><td><img src="clear.gif" 
> width="15"></td></tr></table>
>     file = fileadmin/templates/images/printButton.png
>     altText = Print
>     imageLinkWrap = 1
>     imageLinkWrap {
>       enable = 1
>       typolink.parameter {
>         data = TSFE:id
>         wrap = |,98 800x600:scrollbar=1,menubar=0,resizable=0 - print
>         additionalParams.data = GPvar:tx_ttnews|tt_news
>         additionalParams.wrap = &tx_ttnews[tt_news]=|
>         }
>     }
> }
> 
> Your help would be great!
> 
> Cheers,
> Bas



More information about the TYPO3-english mailing list