[TYPO3-news] Parameter problem with Typo3 6.2 and News 3

Andi Fischer trishohara at gmx.de
Fri Mar 13 13:32:45 CET 2015


Hello,
I have there a problem with getting the correct path of a news article.
I have an extension which converts pages and articles into PDF. It 
worked fine with Typo3 6.0 and News 2, but now after we upgraded to 
Typo3 6.2 and News 3, it produces a Page not Found error when trying to 
convert a news article.
Pages work fine, so I think, maybe something has changed with calling 
the News parameter?

I think the problem might be in that code snippet somewhere:
pdf {
     filename {
       cObject = TEXT
       cObject {
         data = page:title
         override.if.isTrue.data = global : _GET|tx_news_pi1|news
         override.cObject = RECORDS
         override.cObject {
           source.data = global : _GET|tx_news_pi1|news
           source.intval = 1
           tables = tx_news_domain_model_news
           conf.tx_news_domain_model_news = TEXT
           conf.tx_news_domain_model_news {
             field = title
           }
         }
       }
     }

Is it possible that this is the problem? Has there something changed?

I would be very grateful for every advice.

Thank you in advance
Andi


More information about the TYPO3-project-news mailing list