[TYPO3-english] tt_news export/import

bernd wilke t3ng at bernd-wilke.net
Thu Apr 18 12:30:11 CEST 2013


Am 18.04.2013 12:11, schrieb Pero Peric:
> Hi,
>
> I asked this long time ago (yes I googled my own question :-) but let me
> ask again - maybe something changed meanwhile. So, I have many news on
> my site (many like couple of thousands) which I'd like to transfer to
> the new TYPO3 site. I tried exporting news sys folder to t3d but all I
> got was a blank page in the middle frame :-D. Is there some easy way to
> do this or I have to do some custom php export/import script like
> someone suggested long time ago. Thx.

white page on export: most propably a timeout. maybe you can increase 
the value in php.ini. BUT: the import will take longer. be ready to have 
enough resources on thh target.
Otherwise you can use a DB-dump. you only have to know which tables (and 
which files) are involved.

tables is easy: you look (with phpmyadmin or similar) in your DB, 
tt_news tables begin with 'tt_news' :)

if your records contain files, you can find these at uploads/tx_ttnews/

be sure to transfer all and adapt the records to your target system 
(field pid may be another value if your page to include the records has 
another id)

bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list