[TYPO3] printversion error in IE
JoH
info at cybercraft.de
Wed May 24 15:36:46 CEST 2006
"Bas van der Togt" <b.vandertogt at profinit.com> schrieb im Newsbeitrag
news:mailman.1.1148475876.25989.typo3-english at lists.netfielders.de...
> JoH schreef:
>>>Now i'm getting the folowing error: Error. Reason: Segment "print" was
>>>not a keyword for a postVarSet as expected!
>>>
>>>Must be something wrong with my RealURL config but i can't find
>>>anything...
>>
>>
>> I guess this error is shown in the popup-window?
>> So: What's the page setup of your printpage?
>> I'm not sure, but I expect the error to be found there.
>>
First of all there is a space missing in this line
wrap = |,98 800x600:scrollbar=1,menubar=0,resizable=0 -print
has to be
wrap = |,98 800x600:scrollbar=1,menubar=0,resizable=0 - print
BTW: I am not sure if the 4th parameter is available with TYPO3 versions <
4.0.
Maybe you have to leave this blank.
But the interesting question is:
Where do you setup your printversion?
You are linking to the same page changing the type to 98.
This means that you need a setup for a PAGE object with exactly this type.
Something like:
printpage = PAGE
printpage.typeNum = 98
So - where is it?
Joey
More information about the TYPO3-english
mailing list