[TYPO3-english] [SOLVED] pdf generator2 gives blank page

J. Bakshi joydeep at infoservices.in
Fri Feb 27 07:12:10 CET 2009


Steffen Müller wrote:
> Hi.
>
> On 26.02.2009 14:07 J. Bakshi wrote:
>   
>> Problem solved.   pdf is generating with type=123  but it is not working
>> with the real url version.  So there is no problem in the server. Now I
>> have to look into the realurl part.
>>
>>     
>
> We use this for RealURL, having simulateStaticPdf turned off in
> pdf_generator2 extension config. Drawback: this will limit the pdf
> filename to a single name.
>
> 'fileName' => array (
>   'index' => array(
>     'page.pdf' => array(
>       'keyValues' => array(
>         'type' => 123
>       )
>     )
>   )
> )
>
>   

Hello Steffen,

No luck yet :-(

I have added the configuration as you suggested. Here is  my complete 
.htaccess

Options +FollowSymLinks
#<IfModule mod_rewrite.c>
RewriteEngine On

# Typo3 Ext: PDF Generator 2 Configuration
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule   ^typo3$  /typo3/index_re.php
RewriteRule   ^[^/]*\.html$  index.php
RewriteRule   ^[^/]*\.pdf$  index.php

As you told I also disabled the  simulateStaticPdf but If I change html
to pdf it is taking me back to the home page.
Please note I have no typoscript configuration for pdf-generator2 here.
type=123 is working out of the box
Any clue ?

Thanks


>
>   



More information about the TYPO3-english mailing list